Skip to content

Commit

Permalink
mpirun -> mpiexec & bind-to none #225
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Feb 11, 2025
1 parent 7a2b1bb commit 33d558c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,18 @@
{
'name':'gpu',
'scheduler':'squeue',
'launcher':'mpirun',
'launcher':'mpiexec',
'max_jobs':4,
'access': ['--partition=gpu'],
'environs': ['default'],
'resources': [
{
'name': '_rfm_gpu',
'options': ['--gres=gpu:{num_gpus_per_node}'],
},
{
'name':'launcher_options',
'options':['-bind-to','none']
}
],
'prepare_cmds': [
Expand Down

0 comments on commit 33d558c

Please sign in to comment.