Skip to content

Commit

Permalink
switch to pbatch queue
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Oct 16, 2024
1 parent 24fdf36 commit fe804c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/ci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ test_run:
- cd ./workspace/saxpy/openmp/LLNL-Dane-DELL-sapphirerapids-OmniPath/workspace/
- ramble --workspace-dir . --disable-progress-bar --disable-logger -c config:spack_flags:install:'--no-check-signature' workspace setup
# Run Saxpy Experiments
- srun -N 1 -ppci --time=01:00:00 ramble --workspace-dir . --disable-progress-bar --disable-logger on --executor '{execute_experiment}' --where '{n_nodes} == 1'
- srun -N 1 -ppbatch --time=01:00:00 ramble --workspace-dir . --disable-progress-bar --disable-logger on --executor '{execute_experiment}' --where '{n_nodes} == 1'

0 comments on commit fe804c5

Please sign in to comment.