PIO  2.5.4
Functions
Shut Down the IO System

Shut down an IOSystem, freeing all associated resources in C. More...

Functions

int PIOc_free_iosystem (int iosysid)
 Clean up internal data structures, and free MPI resources, associated with an IOSystem. More...
 

Detailed Description

Shut down an IOSystem, freeing all associated resources in C.

Function Documentation

◆ PIOc_free_iosystem()

int PIOc_free_iosystem ( int  iosysid)

Clean up internal data structures, and free MPI resources, associated with an IOSystem.

Parameters
iosysidthe io system ID provided by PIOc_Init_Intracomm() or PIOc_init_async().
Returns
0 for success or non-zero for error.
Author
Jim Edwards, Ed Hartnett