Newsgroups: comp.parallel.mpi
From: gdburns@osc.edu (Greg Burns)
Subject: Re: I/O in MPI
Organization: Ohio Supercomputer Center
Date: 5 Aug 1995 05:07:11 -0400
Message-ID: <3vvcbv$s9g@tbag.osc.edu>

In article <9508011706.AA15148@ee.msc.edu> wissink@aem.umn.edu (Andy Wissink) writes:
>Hi,
>
>I have a program containing CMMD calls that I'd like to port to MPI.
>One concern I have, however, is the I/O.  Currently, I use the 
>sequential read/write commands in CMMD (i.e. cmmd_sync_seq), whereby
>the processors read/write data from/to a single file in sequential
>format (proc 0, proc 1, ...). From what I've read, it sounds like 
>...

Your requirement sounds like the functionality provided by our
MPI Cubix library, a collective I/O library.  Check it out under
http://www.osc.edu/lam.html

-=-
Greg Burns				gdburns@tbag.osc.edu
Ohio Supercomputer Center		http://www.osc.edu/lam.html

