Re: Writing output files to memory
- From: Ken Plotkin <kplotkin@xxxxxxxxxxxxxx>
- Date: Fri, 29 Apr 2005 10:24:22 -0400
On 29 Apr 2005 06:11:38 -0700, nom_de_plume79@xxxxxxxxxxx
(justabeginner) wrote:
[snip]
>The next step for me will be to send these output files from Fortran
>over a distributed computing network. I suppose it is unavoidable that
>I will need to write the files to the hard disks then?
Maybe you can just pipe your Fortran program's output to whatever will
distribute the results:
FortranProgram > DistributionProgram
or
FortranProgram | DistributionProgram
.
- References:
- Writing output files to memory
- From: justabeginner
- Writing output files to memory
- Prev by Date: Re: Writing output files to memory
- Next by Date: Re: Writing output files to memory
- Previous by thread: Re: Writing output files to memory
- Next by thread: Re: Writing output files to memory
- Index(es):
Relevant Pages
|
|