Adding Kokkos output and error checks
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14525 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -500,9 +500,6 @@ LAMMPS::LAMMPS(int narg, char **arg, MPI_Comm communicator)
|
||||
error->all(FLERR,"Cannot use -kokkos on without KOKKOS installed");
|
||||
}
|
||||
|
||||
MPI_Comm_rank(world,&me);
|
||||
if (kokkos && me == 0) error->message(FLERR,"KOKKOS mode is enabled");
|
||||
|
||||
// allocate CiteMe class if enabled
|
||||
|
||||
if (citeflag) citeme = new CiteMe(this);
|
||||
|
||||
Reference in New Issue
Block a user