[OMPI users] run openmpi 1.8 in both linux and windows 7

2015-04-11 Thread Ahmed Salama
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

Re: [OMPI users] how to compile without ib support

2015-03-17 Thread Ahmed Salama
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

[OMPI users] openmpi 1.8 error

2015-03-17 Thread Ahmed Salama
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

[OMPI users] oepnmpi-1.8.2 cann't complete configure

2014-09-14 Thread Ahmed Salama
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

[OMPI users] (no subject)

2014-09-11 Thread Ahmed Salama
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

[OMPI users] help

2014-09-08 Thread Ahmed Salama
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