Thanks, I only need to read the file. And, all processes only to read the file only once. But, the file is about 200MB. But, my code is C++. Does Open MPI support this ? thanks
From: solarbik...@gmail.com List-Post: users@lists.open-mpi.org Date: Wed, 9 Mar 2011 20:57:03 -0800 To: us...@open-mpi.org Subject: Re: [OMPI users] Open MPI access the same file in parallel ? 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 _______________________________________________ users mailing list us...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/users