PIO
2.5.4
|
#include "config.h"
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... | |
User interface Module for PIO, this is the only file a user program should 'use'.
logical function pio::pio_iam_iotask | ( | type(iosystem_desc_t), intent(in) | iosystem | ) |
Logical function returns true if the task is an IO task.
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.
integer function pio::pio_iotask_rank | ( | type(iosystem_desc_t), intent(in) | iosystem | ) |
Integer function returns rank of IO task.