What OFED version you are running? If not latest, is it possible to upgrade
to latest OFED?. Otherwise, Can you try latest OMPI release (>= v1.8.4),
where this warning is ignored on older OFEDs
-Devendar
On Sun, Feb 8, 2015 at 12:37 PM, Saliya Ekanayake wrote:
> Hi,
>
> OpenMPI reports that th
Hi,
OpenMPI reports that the OpebFabrics is allowing it to register only part
of the memory (error attached). I've looked at the suggested FAQ entry and
see that *ulimit *settings are all unlimited (pasted below). Could you
please give some suggestion to correct this?
ulimit -a
core file size
Well, the first thing is that there is no reason to cross compile in this
arrangement. Your target and host are the same, and the configuration won’t do
anything with it.
Normally you would set host and target. However, like I said, in this case you
are providing the same argument to both, and
I have two systems A (aka Host) and B (aka Target). On A a compiler suite
is installed (intel 14.0.2), on B there is no compiler. I want to compile
openmpi on A for running it on system B (in particular, I want to use
mpirun and mpif90), so I want to have static linking to the intel
libraries. Firs