Re: reading lines with trailing white spaces



Kamaraju S Kusumanchi wrote:

Sorry, I should have explained why I have 4 files to begin with. I
have a parallel program running with MPI with 4 processes. The
number
4 is arbitrary and can go up as 4, 8, 16,


Have you thought of using a single file opened for "direct access"
rather than sequential access and write to the same file from all
processes ... you would just need to work out which record number to
write to with what information. I don't know if there are difficulties
in simultaneous access of the same file by different processes ...
this may vary a lot between implementations.

David Jones


.



Relevant Pages

  • RE: reading lines with trailing white spaces
    ... Kamaraju S Kusumanchi wrote: ... I dont think there is any system command which can do copy of ... I am using MPI standard 1.1, Fortran 90/95, Using Debian ...
    (comp.lang.fortran)
  • Re: How to reply in the mailing lists
    ... Kamaraju S Kusumanchi wrote: ... If you are using knode all it takes is one key stroke - ... d-u falls under the category of mailing list whose archives are available on ...
    (Debian-User)
  • Re: [OT] google desktop on Debian
    ... Kamaraju S Kusumanchi wrote: ... How is this better/different than Beagle or any of the other ... haven't yet used it extensively (there's a debian package). ...
    (Debian-User)
  • Re: [OT] google desktop on Debian
    ... Kamaraju S Kusumanchi wrote: ... How is this better/different than Beagle or any of the other ... Actually I did not know that there are open source alternatives available ...
    (Debian-User)
  • RE: flushing the data immediately
    ... Kamaraju S Kusumanchi wrote: ... file opened by using the open statement. ... standard confirming solution would be ideal. ...
    (comp.lang.fortran)