Skip to content

Commit e3030f5

Browse files
author
Martin D. Weinberg
committed
Comment addition only [no CI]
1 parent c09d8fe commit e3030f5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/Cube.H

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@
5858
5959
@param subsampleFloat boolean to use single precision in HDF5
6060
files (default: false)
61+
62+
@note The subsampling for the cpu implemtation is round-robin
63+
while the subsampling for the gpu implementation is a partition.
64+
This implies that the coefficient values will agree but the
65+
subsamples contain different particles. Since the goal of
66+
subsampling is statistical assessment, this should not be a
67+
limitation.
6168
*/
6269
class Cube : public PotAccel
6370
{

0 commit comments

Comments
 (0)