SURFEX v8.1
General documentation of Surfex
|
Data Types | |
interface | mpl_wait |
Functions/Subroutines | |
subroutine | mpl_waits_real4 (PBUF, KREQUEST, KOUNT, KERROR, CDSTRING) |
subroutine | mpl_wait1_real4 (PBUF, KREQUEST, KOUNT, KERROR, CDSTRING) |
subroutine | mpl_waits_real8 (PBUF, KREQUEST, KOUNT, KERROR, CDSTRING) |
subroutine | mpl_wait1_real8 (PBUF, KREQUEST, KOUNT, KERROR, CDSTRING) |
subroutine | mpl_waits_int (KBUF, KREQUEST, KOUNT, KERROR, CDSTRING) |
subroutine | mpl_wait1_int (KBUF, KREQUEST, KOUNT, KERROR, CDSTRING) |
subroutine | mpl_wait1_int8 (KBUF, KREQUEST, KOUNT, KERROR, CDSTRING) |
subroutine | mpl_waits_int2 (KBUF, KREQUEST, KOUNT, KERROR, CDSTRING) |
subroutine | mpl_wait1_int2 (KBUF, KREQUEST, KOUNT, KERROR, CDSTRING) |
subroutine mpl_wait_mod::mpl_waits_int | ( | integer(kind=jpim), dimension(:) | KBUF, |
integer(kind=jpim), dimension(:), intent(in) | KREQUEST, | ||
integer(kind=jpim), dimension(size(krequest)), intent(out), optional | KOUNT, | ||
integer(kind=jpim), intent(out), optional | KERROR, | ||
character*(*), intent(in), optional | CDSTRING | ||
) |
subroutine mpl_wait_mod::mpl_waits_int2 | ( | integer(kind=jpim), dimension(:,:) | KBUF, |
integer(kind=jpim), dimension(:), intent(in) | KREQUEST, | ||
integer(kind=jpim), dimension(size(krequest)), intent(out), optional | KOUNT, | ||
integer(kind=jpim), intent(out), optional | KERROR, | ||
character*(*), intent(in), optional | CDSTRING | ||
) |
|
private |
subroutine mpl_wait_mod::mpl_waits_real8 | ( | real(kind=jprd), dimension(:) | PBUF, |
integer(kind=jpim), dimension(:), intent(in) | KREQUEST, | ||
integer(kind=jpim), dimension(size(krequest)), intent(out), optional | KOUNT, | ||
integer(kind=jpim), intent(out), optional | KERROR, | ||
character*(*), intent(in), optional | CDSTRING | ||
) |