Re: [OMPI users] MPI_File_Read_all and large file

2011-03-02 Thread Gus Correa
Ricardo Reis wrote: On Wed, 2 Mar 2011, Gabriele Fatigati wrote: Dear OpenMPI users and developers, i'm using OpenMPI 1.4.3. My question is about MPI_FIle_Real_all routine and files larger than 4 GB. Is this routine able to manage this case? Using the routine with 6 GB file the routine fai

Re: [OMPI users] RoCE (IBoE) & OpenMPI

2011-03-02 Thread Jeff Squyres
Mellanox...? On Mar 2, 2011, at 12:51 PM, Michael Shuey wrote: > Honestly, I don't know - I haven't looked into the source. OFED 1.5.2 > has a version of ibv_rc_pingpong that's been modified to work with > RoCE; you can pass the gid_index and SL as command-line arguments. > I'm not sure how that

Re: [OMPI users] RoCE (IBoE) & OpenMPI

2011-03-02 Thread Michael Shuey
Honestly, I don't know - I haven't looked into the source. OFED 1.5.2 has a version of ibv_rc_pingpong that's been modified to work with RoCE; you can pass the gid_index and SL as command-line arguments. I'm not sure how that's handled at the IB layer, but the source may be a good place to start.

Re: [OMPI users] MPI_File_Read_all and large file

2011-03-02 Thread Massimo Cafaro
Hi Gabriele, MPI_File_read_all() fails because you are probably trying to read more bytes than allowed by an int. See the function's signature: int MPI_File_read_all(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) the count parameter is an int, so its maximum va

Re: [OMPI users] MPI_File_Read_all and large file

2011-03-02 Thread Ricardo Reis
On Wed, 2 Mar 2011, Gabriele Fatigati wrote: Dear OpenMPI users and developers, i'm using OpenMPI 1.4.3. My question is about MPI_FIle_Real_all routine and files larger than 4 GB. Is this routine able to manage this case? Using the routine with 6 GB file the routine fails, retrieving an alloc

[OMPI users] MPI_File_Read_all and large file

2011-03-02 Thread Gabriele Fatigati
Dear OpenMPI users and developers, i'm using OpenMPI 1.4.3. My question is about MPI_FIle_Real_all routine and files larger than 4 GB. Is this routine able to manage this case? Using the routine with 6 GB file the routine fails, retrieving an allocation error. Investigating more in depth with To

Re: [OMPI users] using MPI through Qt

2011-03-02 Thread Eye RCS 51
Hi David / users, Thanks for your mail and suggestion. Well, Can you please elaborate some more on this. When I start program, without doing anything, nodes other than master keep waiting for the corresponding MPI_Bcast call and keep taking nearly 50% CPU while idle. When I MPI_Bcast the variable