Commit 2a6b783
Spencer Bryngelson
fix: use --nodes/--ntasks-per-node for srun GPU dispatch
The Frontier templates use '--nodes 1 --ntasks-per-node N' for srun,
not '--ntasks N'. With bare --ntasks, --gpu-bind closest lacks the
node topology needed for correct GPU binding, causing Bus errors
on multi-rank GPU tests (3D RDMA MPI).1 parent 0194492 commit 2a6b783
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments