Skip to content
Snippets Groups Projects
Commit 22009812 authored by Thomas Baumann's avatar Thomas Baumann
Browse files

Changed to four tasks per node

parent c4c5a944
No related branches found
No related tags found
No related merge requests found
Pipeline #186284 failed
......@@ -6,4 +6,4 @@
#SBATCH --output=sbatch.out
#SBATCH --error=sbatch.err
srun --cpu-bind=sockets --cpus-per-task=6 --gpus-per-task=1 python -m coverage run -m pytest --continue-on-collection-errors -v pySDC/tests -m "cupy"
srun --cpu-bind=sockets --cpus-per-task=6 --gpus-per-task=1 --tasks-per-node=4 python -m coverage run -m pytest --continue-on-collection-errors -v pySDC/tests -m "cupy"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment