, or a subnet mask,
>> whichever it is simpler for you.
>> It is better explained in this FAQ:
>>
>> https://www.open-mpi.org/faq/?category=all#tcp-selection
>>
>> BTW, some of your questions (and others that you may hit later)
>> are covered in the Op
d RoCE myself, but one
> starting point for gathering more information on it might be the
> following section of the OpenMPI FAQ:
>
> https://www.open-mpi.org/faq/?category=openfabrics#ompi-over-roce
>
> Sincerely,
> Rusty Dekema
> University of Michigan
> Advanced Res
up and running on all
>> your nodes.
>>
>> (just run ibstat, at least one port should be listed, state should be
>> Active, and all nodes should have the same SM lid)
>>
>>
>> then try to run two tasks on two nodes.
>>
>>
>> if this does no
I would like to know how to invoke InfiniBand hardware on CentOS 6x cluster
with OpenMPI (static libs.) for running my C++ code. This is how I compile
and run:
/usr/local/open-mpi/1.10.7/bin/mpic++ -L/usr/local/open-mpi/1.10.7/lib
-Bstatic main.cpp -o DoWork
usr/local/open-mpi/1.10.7/bin/mpiexec