Em 13-07-2017 22:32, Gilles Gouaillardet escreveu:
Fabricio,

the fortran runtime might (or not) use buffering for I/O.
as a consequence, data might be written immediatly to disk, or at a later time
(e.g. the file is closed, the buffer is full or the buffer is flushed)

you might want to manually flush the file, or there might be an option
not to use
buffering when opening a file (sorry, i do not know them off hands)

You're right, Gilles!

For the record, the variable GFORTRAN_UNBUFFERED_ALL=1 controls this behavior.
https://gcc.gnu.org/onlinedocs/gcc-5.3.0/gfortran/GFORTRAN_005fUNBUFFERED_005fALL.html#GFORTRAN_005fUNBUFFERED_005fALL


Thank you very much!
_______________________________________________
users mailing list
users@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/users

Reply via email to