diff options
author | Benji Dial <benji@benjidial.net> | 2023-05-30 21:49:05 -0400 |
---|---|---|
committer | Benji Dial <benji@benjidial.net> | 2023-05-30 21:49:05 -0400 |
commit | 1a0a068b87e3f04e9c7301b6c7b238dc4baf1af2 (patch) | |
tree | 2299c47a245b35960ecbafc5cf7aaa331ca6bdb2 /tabulator-mpi/constants.hpp | |
parent | 6b2cbe6c00c1b008e3145c1adf6096640f4e7bbd (diff) | |
download | lib94-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.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 |