Closed hjelmn closed 6 years ago
This goes one step further than #5 and removes the MPI_LB/UB usage.
@hjelmn Thank you for the contribution. This pull request will be handled using corporate requirements and guidelines. It will be pushed in one of upcoming releases, with corresponding notes in Release Notes (What’s New section). As soon the release is out, this pull request will be closed.
@VinnitskiV, @itemko Is there a schedule for when this might get into IMB? Open MPI v4.0.0 is scheduled to release September 17th, and it would be nice if it could compile and run IMB without enabling the old MPI 1 removed APIs.
@gpaulsen In Q3 2018
I verified this branch builds and runs okay with Open MPI v4.0.0rc1 with default configure options (i.e. without --enable-mpi1-compatibility)
The MPI_LB and MPI_UB markers were removed from the MPI standard in MPI-3.0. Their use was deprecated in MPI-2.
Signed-off-by: Nathan Hjelm hjelmn@lanl.gov