diff --git a/Utilities/Scripts/qfds.sh b/Utilities/Scripts/qfds.sh index f43c54a3f02..b6343b717a6 100755 --- a/Utilities/Scripts/qfds.sh +++ b/Utilities/Scripts/qfds.sh @@ -59,7 +59,7 @@ function usage { echo " -n n - number of MPI processes per node [default: 1]" echo " -P use PBS/Torque" echo " -s - stop job" - echo " -t - used for timing studies, run a job alone on a node (reserving $NCORES_COMPUTENODE cores)" + echo " -t - used for timing studies, run a job alone on a node" echo " -T type - run dv (development) or db (debug) version of fds" echo " if -T is not specified then the release version of fds is used" echo " -U n - only allow n jobs owned by `whoami` to run at a time" @@ -106,11 +106,6 @@ if [ "$QFDS_NCORES" == "" ]; then else n_cores=$QFDS_NCORES fi -if [ "$NCORES_COMPUTENODE" == "" ]; then - NCORES_COMPUTENODE=$n_cores -else - n_cores=$NCORES_COMPUTENODE -fi #*** set default parameter values