PIO  2.5.4
Functions/Subroutines
Free a Decomposition

Free a decomposition, releasing all resources in Fortran. More...

Functions/Subroutines

subroutine piolib_mod::freedecomp_ios (ios, iodesc)
 free all allocated storage associated with this decomposition More...
 
subroutine piolib_mod::freedecomp_file (file, iodesc)
 File descriptor structure. More...
 

Detailed Description

Free a decomposition, releasing all resources in Fortran.

Function/Subroutine Documentation

◆ freedecomp_file()

subroutine piolib_mod::freedecomp_file ( type (file_desc_t file,
type (io_desc_t iodesc 
)

File descriptor structure.

Free all allocated storage associated with this decomposition.

Parameters
fileThis structure holds information associated with each open file
iodesc: IO descriptor structure. This structure defines the mapping for a given variable between compute and IO decomposition.
Return values
ierrThe error return code (see Error Handling for Fortran).
Author
Jim Edwards

◆ freedecomp_ios()

subroutine piolib_mod::freedecomp_ios ( type (iosystem_desc_t ios,
type (io_desc_t iodesc 
)

free all allocated storage associated with this decomposition

Parameters
ios: a defined pio system descriptor created by call to Initialize an IOSystem (see PIO_types)
iodescIO descriptor structure. This structure defines the mapping for a given variable between compute and IO decomposition.
Author
Jim Edwards