[OMPI users] 32-bit openib btl fails on 64-bit OS

2008-04-06 Thread Teng Lin
Dear All, In order to run a 32-bit program on a 64-bit cluster, one has to build 32-bit OpenMPI. Following some instructions on this mailing list, I successfully built OpenMPI 1.2.4 on 64-bit OS. However, I run into openib problem when I try to run hello_c program. I also built 64-bit Ope

Re: [OMPI users] Problem with sending vectors

2008-04-06 Thread Andreas Schäfer
Hi Albert, On 14:14 Sun 06 Apr , Albert Babinskas wrote: > I want to send vectors of myclass between nodes. But myclass has > arrays inside of it. Without knowing your code I can only guess the problem, but I have two hypotheses: a) If those arrays are dynamically allocated via "new", then

Re: [OMPI users] mpirun script and the SYNCLOC option

2008-04-06 Thread Jeff Squyres
This is the site you want (it's MPICH2, not MPICH1, but it's the same people): http://www.mcs.anl.gov/research/projects/mpich2/ Good luck! On Apr 6, 2008, at 3:02 PM, brian janus wrote: Brock, Thanks much for the quick reply and information. I thought I might have been in the wrong p

Re: [OMPI users] mpirun script and the SYNCLOC option

2008-04-06 Thread brian janus
Brock, Thanks much for the quick reply and information. I thought I might have been in the wrong place. :) After a google search for that list, I came up with several options. Do you happen to have a site URL or other link for the list your talking about? I want to make sure I'm on the right list

Re: [OMPI users] mpirun script and the SYNCLOC option

2008-04-06 Thread Brock Palen
This if for MPICH's mpirun not OpenMPI's mpi run. You will need to direct questions to the MPICH team and mailing list. Also be aware that if that is for MPICH-1.x they nolonger develop it and should move to MPICH-2.x Or switch to another MPI stack like OpenMPI etc. Brock Palen www.umi

[OMPI users] mpirun script and the SYNCLOC option

2008-04-06 Thread brian janus
I'm new here so forgive me if I ask any dumb questions. But the first question I have concerns the mpirun script below. My question is, what does the SYNCLOC=/bin/sync line for in the script below do, and what complications could arise (if any), from disabling this option by commenting out the lin

Re: [OMPI users] Introduce myself.

2008-04-06 Thread brian janus
I'm new here so forgive me if I ask any dumb questions. But the first question I have concerns the mpirun script below. My question is, what does the SYNCLOC=/bin/sync line for in the script below do, and what complications could arise (if any), from disabling this option by commenting out the lin

[OMPI users] Problem with sending vectors

2008-04-06 Thread Albert Babinskas
I want to send vectors of myclass between nodes. But myclass has arrays inside of it. So i defined Datatype mpi_arrays to define the arrays in myclass and then i defined another Datatype for vectors. When i send vectors between nodes i get this error: [localhost:31457] *** Process received signal

Re: [OMPI users] Introduce myself.

2008-04-06 Thread Davi Vercillo C. Garcia
Brock, On Sun, Apr 6, 2008 at 12:39 AM, Brock Palen wrote: > The best online way to learn MPI I have ever found was the NCSA class > here: > > http://ci-tutor.ncsa.uiuc.edu/login.php Thanks a lot !!! -- Davi Vercillo Carneiro Garcia Universidade Federal do Rio de Janeiro Departamento de Ciê

[OMPI users] Testing

2008-04-06 Thread brian janus
I just added myself to this list. Hello everyone. :) Brian Janus