I followed the instructions as in the README, now getting a different error:
[root@JARVICE hpcx-v1.2.0-325-gcc-MLNX_OFED_LINUX-2.4-1.0.0-redhat6.5]#
../openmpi-1.8.4/openmpinstall/bin/mpirun --allow-run-as-root --mca mtl mxm
-x LD_PRELOAD="../openmpi-1.8.4/openmpinstall/lib/libmpi.so.1
./mxm/lib/l
Hi,
yesterday I tried to build openmpi-dev-1527-g97444d8 on my machines
(Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1
x86_64) with gcc-4.9.2 and Sun C 5.13 and got errors on all three
platforms for both compilers once more. I used the following configure
command for all platforms f
could you please check that ofed_info -s indeed prints mofed 2.4-1.0.0?
why LD_PRELOAD needed in your command line? Can you try
module load hpcx
mpirun -np $np test.exe
?
On Sat, Apr 18, 2015 at 8:39 AM, Subhra Mazumdar
wrote:
> I followed the instructions as in the README, now getting a differ
I know I'm quite late to this thread, but Edgar is correct: the arguments in
collective calls -- including the lengths in sendcounts and recvcounts in
alltoallv -- must match at all processes.
This is different than point-to-point MPI calls, where a sender can send a
smaller count than the rece
Thomas: this was queued up for inclusion in the upcoming v1.8.5 release
(https://github.com/open-mpi/ompi-release/pull/245).
Specifically: the v1.8.4 version of the man page is automatically generated, so
we won't fix it. But it'll be fixed in the v1.8.5 version of the man page.
Thank you!
>
Thanks for reporting, Siegmar. I've filed
https://github.com/open-mpi/ompi/issues/540.
> On Apr 18, 2015, at 2:34 AM, Siegmar Gross
> wrote:
>
> Hi,
>
> yesterday I tried to build openmpi-dev-1527-g97444d8 on my machines
> (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1
> x86_