Add loop chunking option to compute_orientorder_atom_kokkos

This commit is contained in:
Stan Moore
2020-03-04 12:31:37 -07:00
parent 21f278f47f
commit 72a9ce0f32
4 changed files with 105 additions and 79 deletions

View File

@ -62,6 +62,7 @@ class ComputeOrientOrderAtom : public Compute {
virtual void init_clebsch_gordan();
double *cglist; // Clebsch-Gordan coeffs
int idxcg_max;
int chunksize;
};
}