Small tweaks

This commit is contained in:
Stan Moore
2020-12-22 14:47:41 -07:00
parent bfb85d3cb4
commit d192a77763
4 changed files with 2 additions and 8 deletions

View File

@ -435,7 +435,7 @@ void KokkosLMP::accelerator(int narg, char **arg)
int nmpi = 0;
MPI_Comm_size(world,&nmpi);
// if "gpu/aware off" and "comm device", change to "comm classic"
// if "gpu/aware off" and "comm device", change to "comm no"
if (!gpu_aware_flag && nmpi > 1) {
if (exchange_comm_classic == 0 && exchange_comm_on_host == 0) {