SCORPIO 1.9.0
Loading...
Searching...
No Matches
PIO_createfile

Create a new file.

Create a new file.

Parameters
[in]iosysThe handle to the I/O system. IO system descriptor structure.

This structure contains the general IO subsystem data and MPI structure

Parameters
[out]fileThe handle to the created file is returned via this arg.

File descriptor structure.

This structure holds information associated with each open file

Parameters
[in,out]iotypeThe I/O type to use to create the file. The library can modify the I/O type when retrying with other I/O types (when the user specified I/O type fails). If a different I/O type is used by the library this argument is updated accordingly. An integer parameter that controls the underlying I/O library and the I/O library-specific options (compression etc) used by the library.

Note that since an iotype is associated with a file, two different files can potentially be associated with two different iotypes.