weymouth
2010-04-09 17:35:57 UTC
I'm sorry if this has been covered elsewhere, but I can't seem to find
any information on using MPI-2 commands to generate human readable
output files.
Actually, the files are not going to be read by humans (except for the
occasional sanity check) but they need to be readable for various
visualization and post-processing programs - all of which are serial
and have specific formatting requirements.
Is MPI-2 the correct choice for this kind of thing? If so, what kind
of commands do I need to write ASCII headers? If I write a header
using serial I/O, how to adjust the view for the parrallel I/O to
follow? Can I write the whole file in ASCII? Should I just give this
junk up and write a second program to stitch a set of files together?
any information on using MPI-2 commands to generate human readable
output files.
Actually, the files are not going to be read by humans (except for the
occasional sanity check) but they need to be readable for various
visualization and post-processing programs - all of which are serial
and have specific formatting requirements.
Is MPI-2 the correct choice for this kind of thing? If so, what kind
of commands do I need to write ASCII headers? If I write a header
using serial I/O, how to adjust the view for the parrallel I/O to
follow? Can I write the whole file in ASCII? Should I just give this
junk up and write a second program to stitch a set of files together?