Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mache/machines/chrysalis.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ partitions = compute, debug
parallel_executable = srun --mpi=pmi2 -l

# cpu cores per node (without hyperthreading)
cores_per_node = 128
cores_per_node = 64

# the maximum number of MPI tasks per node
max_mpi_tasks_per_node = 128
max_mpi_tasks_per_node = 64

# CPU binding (cores or threads)
cpu_bind = cores
Expand Down
Loading