Tried an alternative approach to comm (was worse than the current solution) and rewrote the current best solution for (now easier to read)

This commit is contained in:
jpekkila
2020-05-28 15:31:43 +03:00
parent f97005a75d
commit 0d62f56e27
2 changed files with 328 additions and 8 deletions

View File

@@ -6,6 +6,9 @@
#include <stdbool.h>
#define AC_MPI_UNIDIRECTIONAL_COMM (0)
#define AC_MPI_BIDIRECTIONAL_SCHEME_A (0)
#define AC_MPI_BIDIRECTIONAL_SCHEME_B (0)
#define AC_MPI_RT_PINNING_IMPROVED (1)
#define AC_MPI_RT_PINNING (1)
#endif // AC_MPI_ENABLED