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
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.
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
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