Fixed qp_srun

This commit is contained in:
Anthony Scemama 2019-01-15 10:37:15 +01:00
parent 7408fe1b75
commit 3529637c32
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ if [[ $NPROC -gt 1 ]] ; then
done
echo "Starting slaves"
srun -n $((${SLURM_NTASKS}-1)) \
qp_run -slave $PROG $INPUT > $INPUT.slaves.out
qp_run --slave $PROG $INPUT > $INPUT.slaves.out
fi
wait