We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4189d7b commit 436e627Copy full SHA for 436e627
slurmTools.sh
@@ -91,7 +91,7 @@ function launch_job {
91
# For the time being we ignore the slurm status (a check is done on the output)
92
if [ -n "${COSMO_IGNORE_SLURM_STATUS}" ]; then
93
echo "!! Warning: slurm status is not checked if COSMO_IGNORE_SLURM_STATUS is set"
94
- exit 0
+ return
95
fi
96
97
while [ $sacct_wait -lt $sacct_maxwait ] ; do
0 commit comments