Skip to content

Commit

Permalink
qfds.sh: Remove environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgratta committed Dec 11, 2024
1 parent 1e063ba commit 28f4dc2
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 28f4dc2

Please sign in to comment.