Skip to content

Commit

Permalink
Corrected partition-name
Browse files Browse the repository at this point in the history
and how to call coverage
  • Loading branch information
jakob-fritz committed Feb 23, 2024
1 parent 1dc5a3b commit 74588f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

srun python -m pytest --continue-on-collection-errors -v pySDC/tests -m "benchmark" --benchmark-json=benchmarks.json
srun python -m coverage run -m pytest --continue-on-collection-errors -v pySDC/tests -m "benchmark" --benchmark-json=benchmarks.json
4 changes: 2 additions & 2 deletions etc/juwels_cupy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#SBATCH --account=cstma
#SBATCH --nodes=1
#SBATCH --time=00:10:00
#SBATCH --partition=develgpu
#SBATCH --partition=develgpus
#SBATCH --output=sbatch.out
#SBATCH --error=sbatch.err

srun coverage run -m pytest --continue-on-collection-errors -v pySDC/tests -m "cupy"
srun python -m coverage run -m pytest --continue-on-collection-errors -v pySDC/tests -m "cupy"

0 comments on commit 74588f1

Please sign in to comment.