Re: [OMPI users] Problem: openmpi using lam

2008-03-07 Thread Jeff Squyres
On Mar 7, 2008, at 11:31 AM, Justus Schwabedal wrote: I need advise to get openmpi to work using lam. I think you're slightly confused -- LAM/MPI and Open MPI are two different software projects that implement the same standard (MPI). This list is for supporting Open MPI. Another list (h

Re: [OMPI users] eager limits?

2008-03-07 Thread Brock Palen
On Mar 3, 2008, at 3:51 PM, Brian W. Barrett wrote: On Mon, 3 Mar 2008, Brock Palen wrote: I was writing a simple code to demonstrate deadlock. I create an array of some number of doubles, when sizeof(double)*SIZE is > btl_sm_eager_limit (on a smp machine) I expect the code to deadlock but no

[OMPI users] Problem: openmpi using lam

2008-03-07 Thread Justus Schwabedal
Dear Community, I need advise to get openmpi to work using lam. For testing I installed it on two machines running opensuse10.3 (both atholon 64) connected via ethernet. I then try to run a test script "hello.x" with the following commands: jus@cusp:~/Code/Spielwiese/Mpi> make hello mpicc hello.c

[OMPI users] MPI-2 Supported on Open MPI 1.2.5?

2008-03-07 Thread Jeff Pummill
Just a quick question... Does Open MPI 1.2.5 support most or all of the MPI-2 directives and features? I have a user who specified MVAPICH2 as he needs some features like extra task spawning, but I am trying to standardize on Open MPI compiled against Infiniband for my primary software stack

Re: [OMPI users] ScaLapack and BLACS on Leopard

2008-03-07 Thread Terry Dontje
To close out this issue and eat some crow. It ended up the issue I saw below was caused by a messed up version of BLACS and that using the scalapack installer to retrieve BLACS and the options mentioned in the Open MPI FAQ does produce a working BLACS. So there is no need for changing WHATMPI

Re: [OMPI users] build OpenMPI with OpenIB

2008-03-07 Thread Jeff Squyres
On Mar 7, 2008, at 5:36 AM, Yuan Wan wrote: I want to build OpenMPI-1.2.5 on my Infiniband cluster which has OFED-2.1 installed. I configured OpenMPI as: ./configure --prefix=/exports/home/local/Cluster-Apps/openmpi/

Re: [OMPI users] build OpenMPI with OpenIB

2008-03-07 Thread Gleb Natapov
On Fri, Mar 07, 2008 at 10:36:42AM +, Yuan Wan wrote: > > Hi all, > > I want to build OpenMPI-1.2.5 on my Infiniband cluster which has OFED-2.1 > installed. > > I configured OpenMPI as: > > ./configure --prefix=/ex

[OMPI users] build OpenMPI with OpenIB

2008-03-07 Thread Yuan Wan
Hi all, I want to build OpenMPI-1.2.5 on my Infiniband cluster which has OFED-2.1 installed. I configured OpenMPI as: ./configure --prefix=/exports/home/local/Cluster-Apps/openmpi/gcc/64/1.2.5 \ --enable-shared --ena