diff options
Diffstat (limited to 'tabulator-mpi/constants.hpp')
-rw-r--r-- | tabulator-mpi/constants.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tabulator-mpi/constants.hpp b/tabulator-mpi/constants.hpp index c8f18e2..3f80bff 100644 --- a/tabulator-mpi/constants.hpp +++ b/tabulator-mpi/constants.hpp @@ -1,3 +1,3 @@ #define STEPS_TO_TIE 1000000 -#define ROUNDS_PER_CHUNK 100 -#define CHUNKS_PER_PAIR 10 +#define ROUNDS_PER_CHUNK 500 +#define CHUNKS_PER_PAIR 5 |