You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DATA/production/configurations/asyncReco/async_pass.sh
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -417,7 +417,7 @@ if [[ $ASYNC_PASS_NO_OPTIMIZED_DEFAULTS != 1 ]]; then
417
417
if [[ $ALIEN_JDL_USEGPUS== 1 ]] ;then
418
418
echo"Enabling GPUS"
419
419
if [[ -z$ALIEN_JDL_SITEARCH ]];thenecho"ERROR: Must set ALIEN_JDL_SITEARCH to define GPU architecture!";exit 1;fi
420
-
if [[ $ALIEN_JDL_SITEARCH=="NERSC" ]];then# Disable mlock / ulimit / gpu memory registration - has performance impact, but doesn't work at NERSC for now
420
+
if [[ $ALIEN_JDL_SITEARCH=="NERSC"||$ALIEN_JDL_SITEARCH=="GENERIC_NVIDIA"||$ALIEN_JDL_SITEARCH=="GENERIC_AMD"]];then# Disable mlock / ulimit / gpu memory registration - has performance impact, but doesn't work at NERSC for now
0 commit comments