diff options
author | Benji Dial <benji@benjidial.net> | 2023-05-31 01:30:26 -0400 |
---|---|---|
committer | Benji Dial <benji@benjidial.net> | 2023-05-31 01:30:26 -0400 |
commit | 6aa768c7c840fa326596a3b40a0954a9f475ed63 (patch) | |
tree | ab7ff64d68532d69e8a9f222a88e4e84db3bbd51 /tabulator-mpi/constants.hpp | |
parent | 21d36220c869e4e28d437993a082b12b67a2428f (diff) | |
download | lib94-6aa768c7c840fa326596a3b40a0954a9f475ed63.tar.gz |
new tabulator running look
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 |