diff options
Diffstat (limited to 'tabulator-mpi/constants.hpp')
-rw-r--r-- | tabulator-mpi/constants.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tabulator-mpi/constants.hpp b/tabulator-mpi/constants.hpp new file mode 100644 index 0000000..c8f18e2 --- /dev/null +++ b/tabulator-mpi/constants.hpp @@ -0,0 +1,3 @@ +#define STEPS_TO_TIE 1000000 +#define ROUNDS_PER_CHUNK 100 +#define CHUNKS_PER_PAIR 10 |