MPI_LB and MPI_UB deprecation warnings
MPI_LB
and MPI_UB
macros are deprecated in MPI-2 and should replaced by the function MPI_Type_get_extent
See here for more info: https://www.open-mpi.org/doc/v1.8/man3/MPI_Type_get_extent.3.php
MPI_LB
and MPI_UB
macros are deprecated in MPI-2 and should replaced by the function MPI_Type_get_extent
See here for more info: https://www.open-mpi.org/doc/v1.8/man3/MPI_Type_get_extent.3.php