add option to compute chunk/atom to access the number of chunks as a global scalar
This commit is contained in:
@ -39,6 +39,7 @@ class ComputeChunkAtom : public Compute {
|
||||
void init();
|
||||
void setup();
|
||||
void compute_peratom();
|
||||
double compute_scalar();
|
||||
void set_arrays(int);
|
||||
double memory_usage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user