Skip to content

Commit

Permalink
Use srun and always provide artifact of benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Dec 15, 2023
1 parent 2fdf56c commit 35d87b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ test_JUWELS:
- login
- shell
artifacts:
when: always
paths:
- benchmarks
- sbatch.err
Expand Down
2 changes: 1 addition & 1 deletion etc/juwels_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 35d87b6

Please sign in to comment.