forked from lijiext/lammps
correct small (but harmless) logic error.
(cherry picked from commit ac6f4f8a56
)
This commit is contained in:
parent
2a6561e52a
commit
730e3cb4ac
|
@ -364,8 +364,8 @@ void CommKokkos::exchange()
|
||||||
if(print && comm->me==0) {
|
if(print && comm->me==0) {
|
||||||
error->warning(FLERR,"Fixes cannot send data in Kokkos communication, "
|
error->warning(FLERR,"Fixes cannot send data in Kokkos communication, "
|
||||||
"switching to classic communication");
|
"switching to classic communication");
|
||||||
print = 0;
|
|
||||||
}
|
}
|
||||||
|
print = 0;
|
||||||
exchange_comm_classic = true;
|
exchange_comm_classic = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue