summaryrefslogtreecommitdiff
path: root/tabulator-mpi/constants.hpp
diff options
context:
space:
mode:
authorBenji Dial <benji@benjidial.net>2023-05-30 21:49:05 -0400
committerBenji Dial <benji@benjidial.net>2023-05-30 21:49:05 -0400
commit1a0a068b87e3f04e9c7301b6c7b238dc4baf1af2 (patch)
tree2299c47a245b35960ecbafc5cf7aaa331ca6bdb2 /tabulator-mpi/constants.hpp
parent6b2cbe6c00c1b008e3145c1adf6096640f4e7bbd (diff)
downloadlib94-1a0a068b87e3f04e9c7301b6c7b238dc4baf1af2.tar.gz
move tabulator-mpi's parameters into separate file for easier changing
Diffstat (limited to 'tabulator-mpi/constants.hpp')
-rw-r--r--tabulator-mpi/constants.hpp3
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