Commit 02e9b0c
Spencer Bryngelson
fix: set MPICH_GPU_SUPPORT_ENABLED for GPU test dispatch
The Frontier template sets MPICH_GPU_SUPPORT_ENABLED=1 for GPU runs,
but this was outside mpi_config so the direct test runner never set
it. Without it, GPU-aware MPI (RDMA) cannot handle device pointers,
causing Bus errors on multi-rank GPU tests.1 parent 2a6b783 commit 02e9b0c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| 312 | + | |
312 | 313 | | |
313 | 314 | | |
314 | 315 | | |
| |||
0 commit comments