Update Kokkos library in LAMMPS to v3.1
This commit is contained in:
@ -59,6 +59,8 @@
|
||||
int main(int argc, char** argv) {
|
||||
std::ostringstream msg;
|
||||
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
#if defined(KOKKOS_ENABLE_MPI)
|
||||
|
||||
MPI_Init(&argc, &argv);
|
||||
|
||||
Reference in New Issue
Block a user