We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707429f commit e47cdb8Copy full SHA for e47cdb8
src/psij/executors/batch/slurm/slurm.mustache
@@ -94,7 +94,7 @@ _PSIJ_NC=`scontrol show hostnames | wc -l`
94
form, we need to duplicate each node line by PPN, which we need to calculate}}
95
if [ "$_PSIJ_PPN" == "" ]; then
96
if [ "$_PSIJ_NC" != "" ] && [ "$_PSIJ_PC" != "" ]; then
97
- $_PSIJ_PPN=$((_PSIJ_PC/_PSIJ_NC))
+ _PSIJ_PPN=$((_PSIJ_PC/_PSIJ_NC))
98
fi
99
100
0 commit comments