Get the number of I/O processes/tasks in an I/O subsystem.
More...
Get the number of I/O processes/tasks in an I/O subsystem.
◆ pio_getnumiotasks_()
| subroutine spio_init::pio_getnumiotasks_ |
( |
type(iosystem_desc_t), intent(in) |
iosys, |
|
|
integer, intent(out) |
niotasks, |
|
|
integer, intent(out), optional |
ierr |
|
) |
| |
Get the number of I/O processes/tasks in the I/O subsystem.
- Parameters
-
| [in] | iosys | The handle to the I/O system. IO system descriptor structure. This structure contains the general IO subsystem data and MPI structure |
| [out] | niotasks | The number of I/O processes is returned via this arg |
| [out] | ierr | (Optional) : The error return code. Set to PIO_NOERR on success, or an error code otherwise (See PIO_seterrorhandling for more information on how to customize/set error handling) |