Skip to content

Commit

Permalink
Merge pull request #13876 from mcgratta/master
Browse files Browse the repository at this point in the history
qfds.sh: Remove environment variable
  • Loading branch information
mcgratta authored Dec 11, 2024
2 parents 1e063ba + 28f4dc2 commit b270f13
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Utilities/Scripts/qfds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit b270f13

Please sign in to comment.