diff options
author | Benji Dial <benji6283@gmail.com> | 2023-05-31 18:52:02 -0400 |
---|---|---|
committer | Benji Dial <benji6283@gmail.com> | 2023-05-31 18:52:02 -0400 |
commit | 4534c0c569e18e00ca3e41e292524a381cbaeafe (patch) | |
tree | 9b5c9093fc31692f6eb2db67f8e050cfbb0028c0 /tabulator-mpi/constants.hpp | |
parent | 6be4a1d094f7049230dc04329e8c36aca3b20e96 (diff) | |
download | lib94-4534c0c569e18e00ca3e41e292524a381cbaeafe.tar.gz |
change tabulator output, remove score
Diffstat (limited to 'tabulator-mpi/constants.hpp')
-rw-r--r-- | tabulator-mpi/constants.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tabulator-mpi/constants.hpp b/tabulator-mpi/constants.hpp index 3f80bff..de4dd27 100644 --- a/tabulator-mpi/constants.hpp +++ b/tabulator-mpi/constants.hpp @@ -1,3 +1,3 @@ #define STEPS_TO_TIE 1000000 -#define ROUNDS_PER_CHUNK 500 +#define ROUNDS_PER_CHUNK 200 #define CHUNKS_PER_PAIR 5 |