recover non-labelmap functionality with Kokkos. Error out when maps are used with Kokkos

This commit is contained in:
Axel Kohlmeyer
2022-09-10 12:50:45 -04:00
parent 44e983f641
commit 9b172d66f8
26 changed files with 41 additions and 36 deletions

View File

@ -1650,17 +1650,6 @@ void AtomVec::create_atom(int itype, double *coord)
atom->nlocal++;
}
/* ----------------------------------------------------------------------
version of data_atom without extract option
temporary fix for Kokkos compilation
------------------------------------------------------------------------- */
void AtomVec::data_atom(double *coord, imageint imagetmp, const std::vector<std::string> &values)
{
std::string strtmp;
data_atom(coord, imagetmp, values, strtmp);
}
/* ----------------------------------------------------------------------
unpack one line from Atoms section of data file
initialize other peratom quantities