Skip to content

Commit 6272019

Browse files
authored
Merge pull request #424 from xylar/fix-chrys-cores-per-node
Fix chrysalis cores per node: 64 not 128
2 parents 95205bb + d52f050 commit 6272019

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mache/machines/chrysalis.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ partitions = compute, debug
6060
parallel_executable = srun --mpi=pmi2 -l
6161

6262
# cpu cores per node (without hyperthreading)
63-
cores_per_node = 128
63+
cores_per_node = 64
6464

6565
# the maximum number of MPI tasks per node
66-
max_mpi_tasks_per_node = 128
66+
max_mpi_tasks_per_node = 64
6767

6868
# CPU binding (cores or threads)
6969
cpu_bind = cores

0 commit comments

Comments
 (0)