Ported updateAtomsPbc to cuda and changed the code to use the cuda version from now on

This commit is contained in:
Martin Bauernfeind
2022-07-13 14:07:19 +02:00
parent f61f59ba3f
commit 5a6d1851ed
4 changed files with 43 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ double reneighbour(
S = getTimeStamp();
LIKWID_MARKER_START("reneighbour");
updateAtomsPbc(atom, param);
updateAtomsPbc_cuda(atom, param, c_atom, num_threads_per_block);
setupPbc(atom, param);
updatePbc_cuda(atom, param, c_atom, true, num_threads_per_block);
//sortAtom(atom);