We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7c4f9d + b57d089 commit 5377637Copy full SHA for 5377637
mache/machines/aurora.cfg
@@ -40,6 +40,9 @@ system = pbs
40
# whether to use mpirun or srun to run a task
41
parallel_executable = mpirun
42
43
+# the flag to `parallel_executable` to specify the number of cpus per task
44
+cpus_per_task_flag = --depth
45
+
46
# cores per node on the machine (with hyperthreading)
47
cores_per_node = 208
48
0 commit comments