$COPYRIGHT$

simple is a fairly straightforward example of using the MPI I/O
functions.  Each process writes to separate files and then reads them
back.  The filename is given as a command line argument.  Each prcoess
writes to this filename with their rank number appended to it.

This program was taken directly from the ROMIO distribution.  It will
compile properly if ROMIO support was compiled into LAM (with the
--with-romio switch to ./configure).

Be sure to append the "-fname <filename>" command line arguments when
you run the program.

Use hcc to compile this program.

hcc -o simple simple.c

