[OMPI users] MPI_Alltoallv function crashes when np > 100

2011-04-25 Thread 孟宪军
Dear all, As I mentioned, when I mpiruned an application with the parameter "np = 150(or bigger)", the application who used the MPI_Alltoallv function would carsh. The problem would recur no matter how many nodes we used. The edition of OpenMPI: 1.4.1 or 1.4.3 The OS: linux redhat 2.6.32 BTW, my

[OMPI users] RES: RES: Error with ARM target

2011-04-25 Thread Fernando Dutra Fagundes Macedo
I'm trying to cross-compile. -Mensagem original- De: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] Em nome de Ralph Castain Enviada em: sábado, 23 de abril de 2011 17:21 Para: Open MPI Users Assunto: Re: [OMPI users] RES: Error with ARM target Don't give it a host argume

Re: [OMPI users] RES: RES: Error with ARM target

2011-04-25 Thread Ralph Castain
I think you've reversed the role of host and target then. "host" is the machine type you are compiling on, and "target" is the machine you are compiling for. There used to be a wiki page on cross-compiling OMPI, but I couldn't locate it this morning - I'm sure it's still there, but it is hard to

Re: [OMPI users] RES: RES: Error with ARM target

2011-04-25 Thread Barrett, Brian W
--host is the correct option, but the host string "arm" is not valid; it needs to be a proper triple, something like "x86_64-unknown-linux-gnu". Either way, ARM was not a supported platform in the 1.4.x release; the earliest version of Open MPI to support the ARM platform was 1.5.2. Brian On 4/25

[OMPI users] RES: RES: RES: Error with ARM target

2011-04-25 Thread Fernando Dutra Fagundes Macedo
I tried 1.5.2 and 1.5.3. -Mensagem original- De: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] Em nome de Barrett, Brian W Enviada em: segunda-feira, 25 de abril de 2011 10:53 Para: Open MPI Users Assunto: Re: [OMPI users] RES: RES: Error with ARM target --host is the c

Re: [OMPI users] RES: RES: RES: Error with ARM target

2011-04-25 Thread Jeff Squyres
There's some extra special mojo that needs to be supplied when cross-compiling Open MPI (e.g., a file that specifies all the ./configure answers for tests that it can't run in a cross-compiling environment). The wiki page Ralph was talking about was referring to instructions on how to create

[OMPI users] MPI_ERR_TRUNCATE with MPI_Allreduce() error, but only sometimes...

2011-04-25 Thread Wei Hao
Hi: I'm running openmpi 1.2.8. I'm working on a project where one part involves communicating an integer, representing the number of data points I'm keeping track of, to all the processors. The line is simple: MPI_Allreduce(&np,&geo_N,1,MPI_INT,MPI_MAX,MPI_COMM_WORLD); where np and geo_N