I have network consists of different platform(Redhat 6 & windows 7), how can
configure openmpi 1.8.4 to run on both theses different platform
From: Jeff Squyres (jsquyres)
To: "t...@riseup.net" ; Open MPI User's List
Sent: Monday, 9 March 2015, 18:53:17
Subject: Re: [OMPI users] how to compile without ib support
On Mar 9, 2015, at 12:19 PM, Tus wrote:
>
> I configured and installed 1.8.4 on my system. I was getting op
when i configure openmpi-1.8.2 e.g. $./configure --enable-mpi-java
--with-jdk-bindir=/usr/jdk6/bin --with-jdk-headers=/usr/jdk6/include
--prefix=/usr/openmpi8 configure not complete, and I have in end of configure
onfig.status: executing depfiles commandsconfig.status: executing
opal/mca/event/l
I compile openmpi-1.8.2 with following compile:
./configure --enable-mpi-java --with-jdk-bindir=/usr/jdk6/bin
--with-jdk-headers=/usr/jdk6/include --prefix=/usr/openmpi8
but configuration not complete give me in final:
config.status: executing
opal/mca/event/libevent2021/libevent/include/event2
I install openmpi-1.6.5 , decide to install new version to support Java openmpi
so i chosse openmpi-1.8.2 , configure it with following :
$./configure --enable-mpi-java --with-jdk-bindir=/usr/jdk7/bin
--with-jdk-headers=/usr/jdk6/include --prefix=/usr/openmpi-1.8.2
and it's ok with no errors
i new in open mpi, I installed openmpi1.6.5 in linux redhat , and i have code
in java and i want to use mpi with it, so i configured mpi as follow
./configure --enable-mpi-java --with-jdk-bindir=/usr/jdk6/bin
--with-jdk-headers=/usr/jdk6/include --prefix=/usr/local/openmpi
but i have the fol