Under my programming environment, FORTRAN, it is possible to parallel read
(using native read function instead of MPI's parallel read function).
Although you'll run into problem when you try to parallel write to the same
file.

On Wed, Mar 9, 2011 at 8:45 PM, Jack Bryan <dtustud...@hotmail.com> wrote:

>  Hi,
>
> I have a file, which is located in a system folder, which can be accessed
> by all parallel processes.
>
> Does Open MPI allow multi processes to access the same file at the same
> time ?
>
> For example, all processes open the file and load data from it at the same
> time.
>
> Any help is really appreciated.
>
> thanks
>
> Jack
>
> Mar 9 2011
>
>
>
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users
>



-- 
David Zhang
University of California, San Diego

Reply via email to