Re: Writing output files to memory



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
.



Relevant Pages

  • Writing output files to memory
    ... Intel Fortran compiler. ... If I do get Fortran to write to memory, I will then require a 3rd ... The next step for me will be to send these output files from Fortran ... over a distributed computing network. ...
    (comp.lang.fortran)
  • Re: Old code, need to convert
    ... >explaining) for me. ... Do you want the output files to be in EBCDIC? ... trying to translate this code if you're not familiar with Fortran. ... .NET compilers and save you needing to translate anything" but I don't ...
    (comp.lang.fortran)