Skip to content

Commit

Permalink
fix srun -c
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Feb 4, 2025
1 parent a1c1741 commit e410e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/cscs-daint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ eiger test cpu serial:
OMP_NUM_THREADS: 8
SLURM_TIMELIMIT: '60:00'
SLURM_NTASKS: 1
SLURM_NTASKS_PER_CORE: 8
SRUN_CPUS_PER_TASK: 8
USE_MPI: 'YES'
TEST_COMMAND: ctest -L cpu_serial

Expand All @@ -148,6 +148,6 @@ eiger test cpu band parallel:
OMP_NUM_THREADS: 8
SLURM_TIMELIMIT: '60:00'
SLURM_NTASKS: 4
SLURM_NTASKS_PER_CORE: 8
SRUN_CPUS_PER_TASK: 8
USE_MPI: 'YES'
TEST_COMMAND: ctest -L cpu_band_parallel

0 comments on commit e410e27

Please sign in to comment.