PIO  2.5.4
Functions/Subroutines
pio.F90 File Reference
#include "config.h"
Include dependency graph for pio.F90:

Functions/Subroutines

subroutine pio::pio_set_blocksize (blocksize)
 Set the target blocksize for the box rearranger. More...
 
logical function pio::pio_iam_iotask (iosystem)
 Logical function returns true if the task is an IO task. More...
 
integer function pio::pio_iotask_rank (iosystem)
 Integer function returns rank of IO task. More...
 
subroutine pio::pio_iosystem_is_active (iosystem, active)
 Sets active to true if IO system is active. More...
 

Detailed Description

User interface Module for PIO, this is the only file a user program should 'use'.

Author
Jim Edwards

Function/Subroutine Documentation

◆ pio_iam_iotask()

logical function pio::pio_iam_iotask ( type(iosystem_desc_t), intent(in)  iosystem)

Logical function returns true if the task is an IO task.

Author
Jim Edwards

◆ pio_iosystem_is_active()

subroutine pio::pio_iosystem_is_active ( type(iosystem_desc_t), intent(in)  iosystem,
logical, intent(out)  active 
)

Sets active to true if IO system is active.

Author
Jim Edwards

◆ pio_iotask_rank()

integer function pio::pio_iotask_rank ( type(iosystem_desc_t), intent(in)  iosystem)

Integer function returns rank of IO task.

Author
Jim Edwards