File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
prodtests/full-system-test Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ source $GEN_TOPO_MYDIR/getCommonArgs.sh || { echo "getCommonArgs.sh failed" 1>&2
4646workflow_has_parameter CALIB && { source $O2DPG_ROOT /DATA/common/setenv_calib.sh; [[ $? != 0 ]] && echo " setenv_calib.sh failed" 1>&2 && exit 1; }
4747
4848[[ -z ${SHM_MANAGER_SHMID:- } ]] && ( [[ $EXTINPUT == 1 ]] || [[ $NUMAGPUIDS != 0 ]] ) && ARGS_ALL+=" --no-cleanup"
49- [[ $GPUTYPE != " CPU" || ( ! -z ${OPTIMIZED_PARALLEL_ASYNC:- } && -z ${SETENV_NO_ULIMIT:- } ) ]] && ARGS_ALL+=" --shm-mlock-segment-on-creation 1"
49+ [[ ( $GPUTYPE ! = " CPU" || -n ${OPTIMIZED_PARALLEL_ASYNC:- } ) && ${SETENV_NO_ULIMIT:- 0} == 0 ]] && ARGS_ALL+=" --shm-mlock-segment-on-creation 1"
5050if [[ $EPNSYNCMODE == 1 ]] || type numactl > /dev/null 2>&1 && [[ ` numactl -H | grep " node . size" | wc -l` -ge 2 ]]; then
5151 [[ $NUMAGPUIDS != 0 ]] && ARGS_ALL+=" --child-driver 'numactl --membind $NUMAID --cpunodebind $NUMAID '"
5252fi
You can’t perform that action at this time.
0 commit comments