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

Use quotes for command

parent a67f4b41
No related branches found
No related tags found
No related merge requests found
Pipeline #186200 failed
...@@ -32,7 +32,7 @@ prepare_JUWELS: ...@@ -32,7 +32,7 @@ prepare_JUWELS:
- module load CuPy - module load CuPy
- pip install -e . - pip install -e .
- pip install pytest-benchmark coverage - pip install pytest-benchmark coverage
- alias mpirun=srun - alias mpirun='srun'
test_JUWELS: test_JUWELS:
...@@ -68,7 +68,7 @@ test_JUWELS: ...@@ -68,7 +68,7 @@ test_JUWELS:
- module load CuPy - module load CuPy
script: script:
# - touch benchmarks/output.json # - touch benchmarks/output.json
- alias mpirun=srun - alias mpirun='srun'
- echo $SYSTEMNAME - echo $SYSTEMNAME
- sbatch --wait etc/juwels_${SHELL_SCRIPT}.sh - sbatch --wait etc/juwels_${SHELL_SCRIPT}.sh
- touch .coverage.empty - touch .coverage.empty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment