Re: [OMPI users] disabling libraries?

2018-04-10 Thread Jeff Squyres (jsquyres)
On Apr 10, 2018, at 9:03 AM, Michael Di Domenico wrote: > >> We've actually been arguing about exactly how to do this for quite a while. >> It's complicated (I can explain further, if you care). :-\ > > i have no doubt its complicated. i'm not overly interested in the > detail, but others i'

Re: [OMPI users] disabling libraries?

2018-04-10 Thread Michael Di Domenico
On Sat, Apr 7, 2018 at 3:50 PM, Jeff Squyres (jsquyres) wrote: > On Apr 6, 2018, at 8:12 AM, Michael Di Domenico > wrote: >> it would be nice if openmpi had (or may already have) a simple switch >> that lets me disable entire portions of the library chain, ie this >> host doesn't have a particul

Re: [OMPI users] disabling libraries?

2018-04-07 Thread Jeff Squyres (jsquyres)
On Apr 6, 2018, at 8:12 AM, Michael Di Domenico wrote: > > so the resulting warnings i get > > mca_btl_openib: lbrdmacm.so.1 > mca_btl_usnic: libfabric.so.1 > mca_oob_ud: libibverbs.so.1 > mca_mtl_mxm: libmxm.so.2 > mca_mtl_ofi: libfabric.so.1 > mca_mtl_psm: libpsm_infinipath.so.1 > mca_mtl_psm2

Re: [OMPI users] disabling libraries?

2018-04-06 Thread Ankita m
Thank You so much sir. I will discuss about this with y Supervisor and will proceed accordingly On Fri, Apr 6, 2018 at 5:42 PM, Michael Di Domenico wrote: > On Thu, Apr 5, 2018 at 7:59 PM, Gilles Gouaillardet > wrote: > > That being said, the error suggest mca_oob_ud.so is a module from a > >

Re: [OMPI users] disabling libraries?

2018-04-06 Thread Michael Di Domenico
On Thu, Apr 5, 2018 at 7:59 PM, Gilles Gouaillardet wrote: > That being said, the error suggest mca_oob_ud.so is a module from a > previous install, > Open MPI was not built on the system it is running, or libibverbs.so.1 > has been removed after > Open MPI was built. yes, understood, i compiled

Re: [OMPI users] disabling libraries?

2018-04-05 Thread Gilles Gouaillardet
Michael, in this case, you can mpirun --mca oob ^ud ... in order to blacklist the oob/ud component. an alternative is to add oob = ^ud in /.../etc/openmpi-mca-params.conf If Open MPI is installed on a local filesystem, then this setting can be node specific. That being said, the error suggest

[OMPI users] disabling libraries?

2018-04-05 Thread Michael Di Domenico
i'm trying to compile openmpi to support all of our interconnects, psm/openib/mxm/etc this works fine, openmpi finds all the libs, compiles and runs on each of the respective machines however, we don't install the libraries for everything everywhere so when i run things like ompi_info and mpirun