diff --git a/etc/juwels_benchmark.sh b/etc/juwels_benchmark.sh index 713921f389..0a8eb9b632 100644 --- a/etc/juwels_benchmark.sh +++ b/etc/juwels_benchmark.sh @@ -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 diff --git a/etc/juwels_cupy.sh b/etc/juwels_cupy.sh index 140f86d025..46d2252119 100644 --- a/etc/juwels_cupy.sh +++ b/etc/juwels_cupy.sh @@ -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"