Skip to content
Snippets Groups Projects
Commit 3e35f96c authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix execution

parent 4a235e62
No related branches found
No related tags found
1 merge request!3Add test for matrix
Pipeline #81452 failed
...@@ -59,7 +59,9 @@ collect-performance: # This job runs in the test stage. ...@@ -59,7 +59,9 @@ collect-performance: # This job runs in the test stage.
- das6-gpu - das6-gpu
stage: benchmark # It only starts when the job in the build stage completes successfully. stage: benchmark # It only starts when the job in the build stage completes successfully.
script: script:
- srun -C ${ARCHITECTURE} ci/das6/compile_and_run.sh ${ARCHITECTURE} ${COMPILER_VERSION} - sbatch -C ${ARCHITECTURE} -o output -e error ci/das6/compile_and_run.sh ${ARCHITECTURE} ${COMPILER_VERSION}
- cat output >&1
- cat error >&2
artifacts: artifacts:
paths: paths:
- ./results*.json - ./results*.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment