Re: reading lines with trailing white spaces
- From: "David Jones" <dajxxx@xxxxxxxxx>
- Date: Thu, 22 Feb 2007 17:51:42 -0000
Kamaraju S Kusumanchi wrote:
number
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
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
.
- Follow-Ups:
- Re: reading lines with trailing white spaces
- From: Paul van Delst
- Re: reading lines with trailing white spaces
- References:
- reading lines with trailing white spaces
- From: Kamaraju S Kusumanchi
- RE: reading lines with trailing white spaces
- From: meek
- RE: reading lines with trailing white spaces
- From: Kamaraju S Kusumanchi
- RE: reading lines with trailing white spaces
- From: Kamaraju S Kusumanchi
- reading lines with trailing white spaces
- Prev by Date: Re: what to buy now?
- Next by Date: Re: How to boost speed
- Previous by thread: RE: reading lines with trailing white spaces
- Next by thread: Re: reading lines with trailing white spaces
- Index(es):
Relevant Pages
|