Skip to content

Commit

Permalink
CarpetX: turn on use_gpu_aware_mpi by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Jun 21, 2024
1 parent 0126ae0 commit 6849eb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CarpetX/src/driver.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2375,6 +2375,8 @@ void *SetupGH(tFleshConfig *fc, int convLevel, cGH *restrict cctkGH) {
pp.add("amrex.the_arena_is_managed", 1);
#endif

pp.add("amrex.use_gpu_aware_mpi", 1);

// Set blocking factors via parameter table since AmrMesh needs to
// know them when its constructor is running, but there are no
// constructor arguments for them
Expand Down

0 comments on commit 6849eb0

Please sign in to comment.