diff options
author | Benji Dial <benji6283@gmail.com> | 2023-11-25 18:15:30 -0500 |
---|---|---|
committer | Benji Dial <benji6283@gmail.com> | 2023-11-25 18:15:30 -0500 |
commit | eab56a7f006f5a73c2b7eb984b2aae72bc898212 (patch) | |
tree | 9a88abaf9fc474948cf0f0055d39c6911d2d8a92 /tabulator-mpi/constants.hpp | |
parent | 5141b88157d02040e20a59b923cc672dd7fdc875 (diff) | |
download | lib94-eab56a7f006f5a73c2b7eb984b2aae72bc898212.tar.gz |
allow more control over init_round, rewrite tabulator and make it run every possible separation and turn order exactly once
Diffstat (limited to 'tabulator-mpi/constants.hpp')
-rw-r--r-- | tabulator-mpi/constants.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tabulator-mpi/constants.hpp b/tabulator-mpi/constants.hpp deleted file mode 100644 index de4dd27..0000000 --- a/tabulator-mpi/constants.hpp +++ /dev/null @@ -1,3 +0,0 @@ -#define STEPS_TO_TIE 1000000 -#define ROUNDS_PER_CHUNK 200 -#define CHUNKS_PER_PAIR 5 |