[OMPI users] -prefix not working

2007-02-02 Thread Joe Griffin
Hello, I can see that Patrick posted my same error on: http://www.open-mpi.org/community/lists/devel/2006/12/1230.php Can I please find out the status? I have a simple test case which demonstrates the --prefix is not working on mpirun. I build into /usr/local/openmpi-1.1.3 and it works.

Re: [OMPI users] Can't run simple job with openmpi using the Intel compiler

2007-02-02 Thread Dennis McRitchie
Also, I see mention in your FAQ about config.log. My openmpi does not appear to be generating it, at least not anywhere in the install tree. How can I enable the creation of the log file? Thanks, Dennis -Original Message- From: Dennis McRitchie Sent: Friday, February 02, 2007

[OMPI users] Can't run simple job with openmpi using the Intel compiler

2007-02-02 Thread Dennis McRitchie
When I submit a simple job (described below) using PBS, I always get one of the following two errors: 1) [adroit-28:03945] [0,0,1]-[0,0,0] mca_oob_tcp_peer_recv_blocking: recv() failed with errno=104 2) [adroit-30:03770] [0,0,3]-[0,0,0] mca_oob_tcp_peer_complete_connect: connection failed

Re: [OMPI users] MPI_Type_create_subarray fails!

2007-02-02 Thread Ivan de Jesus Deras Tabora
I've been checking the OpenMPI code, trying to find something, but still no luck. I'll continue checking the code. On 2/2/07, Robert Latham wrote: On Tue, Jan 30, 2007 at 04:55:09PM -0500, Ivan de Jesus Deras Tabora wrote: > Then I find all the references to the

Re: [OMPI users] MPI_Type_create_subarray fails!

2007-02-02 Thread Robert Latham
On Tue, Jan 30, 2007 at 04:55:09PM -0500, Ivan de Jesus Deras Tabora wrote: > Then I find all the references to the MPI_Type_create_subarray and > create a little program just to test that part of the code, the code I > created is: ... > After running this little program using mpirun, it raises

[OMPI users] Application porting guide or hints?

2007-02-02 Thread Steven A. DuChene
Is there any available documentation or write-ups of hints or general information on the task of porting an existing MPI application from a different MPI implementation to OpenMPI? We have an app using mpich1 and it needs some updating or porting to run on a new platform so I figured it would be

Re: [OMPI users] ERROR: gfortran compiler is not in PATH for driver: mpif90

2007-02-02 Thread George Bosilca
Wrong mailing list. This is for Open MPI related questions, all MPICH & MVAPICH should be redirected toward their respective mailing-lists. Thanks, george. On Feb 2, 2007, at 5:16 AM, Vadivelan Ranjith wrote: Hi All I used mpich2-1.0.3 to compile our code. Our code compiled fine. But

[OMPI users] large jobs hang on startup (deadlock?)

2007-02-02 Thread Heywood, Todd
I have OpenMPI running fine for a small/medium number of tasks (simple hello or cpi program). But when I try 700 or 800 tasks, it hangs, apparently on startup. I think this might be related to LDAP, since if I try to log into my account while the job is hung, I get told my username doesn't exist.

Re: [OMPI users] [OMPI Users] OpenMPI 1.1.4 over ethernet fails

2007-02-02 Thread Alex Tumanov
That really did fix it, George: # mpirun --prefix $MPIHOME -hostfile ~/testdir/hosts --mca btl tcp,self --mca btl_tcp_if_exclude ib0,ib1 ~/testdir/hello Hello from Alex' MPI test program Process 0 on dr11.lsf.platform.com out of 2 Hello from Alex' MPI test program Process 1 on compute-0-0.local

[OMPI users] ERROR: gfortran compiler is not in PATH for driver: mpif90

2007-02-02 Thread Vadivelan Ranjith
Hi All I used mpich2-1.0.3 to compile our code. Our code compiled fine. But when I try to test our code in intel mpi, It gave the following error ERROR: gfortran compiler is not in PATH for driver: mpif90 my .bashrc having following path source /opt/intel/fc/9.1.037/bin/ifortvars.sh source

Re: [OMPI users] Suggestion: adding OMPI_ versions macros in mpi.h

2007-02-02 Thread Bert Wesarg
Hello, you can build your ompi with --with-devel-headers and use the header : #define OMPI_MAJOR_VERSION 1 #define OMPI_MINOR_VERSION 1 #define OMPI_RELEASE_VERSION 4 #define OMPI_GREEK_VERSION "" Bert Audet, Martin wrote: > Hi, > > I would like to suggest you to add macros indicating the