PIO  2.5.4
Functions/Subroutines
Get Number IO Tasks

Get the number of IO tasks in Fortran. More...

Functions/Subroutines

subroutine piolib_mod::getnumiotasks (iosystem, numiotasks)
 

Detailed Description

Get the number of IO tasks in Fortran.

Function/Subroutine Documentation

◆ getnumiotasks()

subroutine piolib_mod::getnumiotasks ( type (iosystem_desc_t), intent(in)  iosystem,
integer(i4), intent(out)  numiotasks 
)

Return the number of IO-tasks that PIO is using.

Parameters
iosystema defined pio system descriptor, see PIO_types
numiotasksthe number of IO-tasks
Author
Jim Edwards