10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00

Fixed qp_srun

This commit is contained in:
Anthony Scemama 2019-01-15 10:37:15 +01:00
parent 7408fe1b75
commit 3529637c32

View File

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