Dear all,
I have some troubles on reading output file from MPI running. I use
following code line to write a string onto output file on eac node:
MPI_File_write(OUT, &result, stringlength, MPI_CHAR, &status);
where result is a string. But when I want read the output, I could not
find the easy way to convert the output file into ascii file. I tried
"od -c" but it split all the words into characters, I tried "od -s", it
only give part of the whole string. Any other way to do that?
Thanks,
Guoli
--
Guoli Wang
Bioinformatics
Fox Chase Cancer Center
7701 Burlhome Avenue
Philadelphia, PA 19111
Phone: (215) 728 5661
Email: GL_Wang_at_[hidden]
|