From 1a0a068b87e3f04e9c7301b6c7b238dc4baf1af2 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Tue, 30 May 2023 21:49:05 -0400 Subject: move tabulator-mpi's parameters into separate file for easier changing --- tabulator-mpi/constants.hpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tabulator-mpi/constants.hpp (limited to 'tabulator-mpi/constants.hpp') 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 -- cgit v1.2.3