Writing output files to memory



Hi, is it possible for me to get Fortran to write its output files to
memory instead of to a file on the hard drive? If so, what is the
command I should use so I can look it up? I am using SuSE 9.2 with the
Intel Fortran compiler. Some people told me I need to write to
/dev/null, but they weren't sure how to proceed beyond that.

If I do get Fortran to write to memory, I will then require a 3rd
party program (I have no access to this program's source code) to
locate the output file in memory so that it can read/write to it. How
do I know what memory address Fortran has written to?

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?
.



Relevant Pages

  • Re: Writing output files to memory
    ... is it possible for me to get Fortran to write its output files to ... > memory instead of to a file on the hard drive?... ... Well, if you have no access to this program's source code, then that's ... > The next step for me will be to send these output files from Fortran ...
    (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)
  • Re: Writing output files to memory
    ... >The next step for me will be to send these output files from Fortran ... >over a distributed computing network. ... Maybe you can just pipe your Fortran program's output to whatever will ... FortranProgram> DistributionProgram ...
    (comp.lang.fortran)
  • Re: allocatable non-dummy local variables and pointers to them
    ... must release the memory used by a process when the process terminates. ... I do remember that Fortran Powerstation 4.0 did have a memory leak ... digging to find whether it claims to be an f90 or f95 compiler. ... compiler has to behave for allocatables that get undefined allocation ...
    (comp.lang.fortran)
  • Re: Handling large datasets in Fortran
    ... Obviously, when you have too much data to fit in memory, you have to ... I have read that Fortran has exceptional abilities in the ... I then need to retrieve comparisons for a set of ... and subset the internal file using intrisics like WHERE and PACK? ...
    (comp.lang.fortran)