Skip to content
Snippets Groups Projects
Commit 35d87b69 authored by Jakob Fritz's avatar Jakob Fritz
Browse files

Use srun and always provide artifact of benchmark

parent 2fdf56ce
Branches
No related tags found
No related merge requests found
Pipeline #169795 passed
......@@ -39,6 +39,7 @@ test_JUWELS:
- login
- shell
artifacts:
when: always
paths:
- benchmarks
- sbatch.err
......
......@@ -6,4 +6,4 @@
#SBATCH --output=sbatch.out
#SBATCH --error=sbatch.err
python -m pytest --continue-on-collection-errors -v pySDC/tests -m "benchmark" --benchmark-json=benchmarks/output.json
srun python -m pytest --continue-on-collection-errors -v pySDC/tests -m "benchmark" --benchmark-json=benchmarks/output.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment