Closed natj closed 5 years ago
Note: actually mpich-cray does conform to standard but the maximum tag value is ridiculously small (2^15-1 = 32,767). Cray has 2^21-1 ~3e6 after which tags start to overflow.
Tried:
Fixed also corgi tile initialization. It no longer sends info message to everybody about number of incoming tiles but instead uses the deterministic nature of the algorithm and each rank computes incoming tile numbers themselves.
Closing this - performance improvements are moved to another branch....
Cray-mpich does not conform to MPI standard and has a lower limit for maximum tag than other MPI implementations.
This means that tile tag system needs to be redesigned. Probably by splitting main communicator...
Current implementation is a hack to make it work for now.