Re: [OMPI devel] MPI_Info args to spawn - resolving deprecated values?

2020-04-24 Thread Ralph Castain via devel
I have completed the deprecation/warning code - would people please take a quick look to ensure that this is what we want? https://github.com/open-mpi/ompi/pull/7662 Ralph On Apr 8, 2020, at 9:12 AM, George Bosilca via devel mailto:devel@lists.open-mpi.org> > wrote: Deprecate, warn and

[OMPI devel] Adding multi-NIC support to OFI reviews needed

2020-04-24 Thread Dancejic, Nikola via devel
Hi all, With PR #7640 now merged, #7641 is ready to be reviewed. It adds support for selecting a NIC based on NIC locality to process in ofi. I’d appreciate some feedback so that I can make any needed

[OMPI devel] Mapping/ranking/binding defaults for OMPI v5

2020-04-24 Thread Ralph Castain via devel
I just want to confirm the default behaviors we want for OMPI v5. This is what we have currently set: * if the user specifies nothing: if np <=2: map-by core, rank-by core, bind-to core if np > 2: map-by socket, rank-by core, bind-to socket * if the user only specifies map-by: