PIO  2.5.4
Functions/Subroutines
Sync File

Sync a file to disk, flushing all buffers in Fortran. More...

Functions/Subroutines

subroutine piolib_mod::syncfile (file)
 File descriptor structure. More...
 

Detailed Description

Sync a file to disk, flushing all buffers in Fortran.

Function/Subroutine Documentation

◆ syncfile()

subroutine piolib_mod::syncfile ( type (file_desc_t), target  file)

File descriptor structure.

Synchronizing a file, forcing all writes to complete before the subroutine returns.

Parameters
fileThis structure holds information associated with each open file
Author
Jim Edwards