Commit a8fda92
committed
New namelist option to switch on or off GPU-Aware MPI
Introducing a new namelist option under development, config_gpu_aware_mpi,
which will control whether the OpenACC run of MPAS on GPUs will use GPU-aware
MPI or do a device<->host update of variables around the call to a purely CPU-
based halo exchange.
Note: This feature is not available to use when config_halo_exch_method is set
to 'mpas_dmpar'1 parent 00c92b0 commit a8fda92
File tree
3 files changed
+73
-59
lines changed- src/core_atmosphere
- dynamics
3 files changed
+73
-59
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
395 | 399 | | |
396 | 400 | | |
397 | 401 | | |
| |||
0 commit comments