Skip to content

Commit 5377637

Browse files
authored
Merge pull request #337 from xylar/add-cpus-per-task-flag
Specify cpus_per_task_flag for Aurora
2 parents a7c4f9d + b57d089 commit 5377637

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mache/machines/aurora.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ system = pbs
4040
# whether to use mpirun or srun to run a task
4141
parallel_executable = mpirun
4242

43+
# the flag to `parallel_executable` to specify the number of cpus per task
44+
cpus_per_task_flag = --depth
45+
4346
# cores per node on the machine (with hyperthreading)
4447
cores_per_node = 208
4548

0 commit comments

Comments
 (0)