Re: [OMPI users] bug in MPI_File_set_view?

2014-05-16 Thread CANELA-XANDRI Oriol
MPI Users Subject: Re: [OMPI users] bug in MPI_File_set_view? could you try just for curiosity to force to use OMPIO? e.g. mpirun --mca io ompio Thanks Edgar On 5/15/2014 3:56 AM, CANELA-XANDRI Oriol wrote: > Hi, I installed and tried with version 1.8.1 but it also fails. I see the >

Re: [OMPI users] bug in MPI_File_set_view?

2014-05-15 Thread CANELA-XANDRI Oriol
since the 1.6 series, and whatever fix is required >> may be in the newer version >> >> >> On May 14, 2014, at 6:52 AM, CANELA-XANDRI Oriol >> wrote: >> >>> Hello, >>> >>> I am using MPI IO for writing/reading a block cyclic distributio

[OMPI users] bug in MPI_File_set_view?

2014-05-14 Thread CANELA-XANDRI Oriol
Hello, I am using MPI IO for writing/reading a block cyclic distribution matrix into a file. It works fine except when there is some MPI threads with no data (i.e. when the matrix is small enough, or the block size is big enough that some processes in the grid do not have any matrix block). I