intel / mpi-benchmarks

146 stars 63 forks source link

IMB_init_transfer.c: use MPI_Type_create_struct() #5

Closed jsquyres closed 6 years ago

jsquyres commented 6 years ago

Remove the use of MPI_Type_struct(), which has been deprecated for years, and remove it with the nearly-exact MPI_Type_create_struct().

Signed-off-by: Jeff Squyres jsquyres@cisco.com

sydidelot commented 6 years ago

Is there any chance to get this patch from @jsquyres reviewed and merged into master?

dkuzmin72 commented 6 years ago

This request can be closed since https://github.com/intel/mpi-benchmarks/pull/6 is more correct. Usage of MPI_LB/UB should be removed.

jsquyres commented 6 years ago

Ok. Would be great to see #6 actually merged.