SCORPIO
1.7.0
|
Get the number of I/O processes/tasks in an I/O subsystem. More...
Functions/Subroutines | |
subroutine | spio_init::pio_getnumiotasks_ (iosys, niotasks, ierr) |
Get the number of I/O processes/tasks in the I/O subsystem. More... | |
Get the number of I/O processes/tasks in an I/O subsystem.
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.
[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) |