Re: [OMPI users] How to get rid of OpenMPI warning: unable to find any relevant network interfaces

2017-02-09 Thread Jeff Squyres (jsquyres)
Susan -- Try setting --mca btl_base_warn_component_unused 0 That should make the warning go away (shame on us for not putting that in the warning message itself -- doh!). If that works for you, you can put "btl_base_warn_component_used = 0" in $prefix/etc/openmpi-mca-params.conf (i.e., yo

Re: [OMPI users] Is gridengine integration broken in openmpi 2.0.2?

2017-02-09 Thread Jeff Squyres (jsquyres)
Yes, we can get it fixed. Ralph is unavailable this week; I don't know offhand what he meant by his prior remarks. It's possible that https://github.com/open-mpi/ompi/commit/71ec5cfb436977ea9ad409ba634d27e6addf6fae; can you try changing the "!=" on line to be "=="? I.e., from if (MCA_BASE_VA

Re: [OMPI users] Is gridengine integration broken in openmpi 2.0.2?

2017-02-09 Thread Glenn Johnson
Will this be fixed in the 2.0.3 release? Thanks. Glenn On Mon, Feb 6, 2017 at 10:45 AM, Mark Dixon wrote: > On Mon, 6 Feb 2017, Mark Dixon wrote: > ... > >> Ah-ha! "-mca plm_rsh_agent foo" fixes it! >> >> Thanks very much - presumably I can stick that in the system-wide >> openmpi-mca-params.

[OMPI users] How to get rid of OpenMPI warning: unable to find any relevant network interfaces

2017-02-09 Thread Susan A. Schwarz
I am using OpenMPI 1.10.1 built with Intel compilers 16.0.3 on Centos 6.7. Our cluster has some cells where the nodes have infiniband and some cell with 10GB IP. I am hoping that I can build just one version of OpenMPI that can run on both infiniband and IP cells and not get any network-relate