SURFEX v8.1
General documentation of Surfex
Data Types | Functions/Subroutines
mpl_wait_mod Module Reference

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)
 

Function/Subroutine Documentation

◆ mpl_wait1_int()

subroutine mpl_wait_mod::mpl_wait1_int ( integer(kind=jpim), dimension(:)  KBUF,
integer(kind=jpim), intent(in)  KREQUEST,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(out), optional  KERROR,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 316 of file mpl_wait_mod.F90.

Here is the call graph for this function:

◆ mpl_wait1_int2()

subroutine mpl_wait_mod::mpl_wait1_int2 ( integer(kind=jpim), dimension(:,:)  KBUF,
integer(kind=jpim), intent(in)  KREQUEST,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(out), optional  KERROR,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 451 of file mpl_wait_mod.F90.

Here is the call graph for this function:

◆ mpl_wait1_int8()

subroutine mpl_wait_mod::mpl_wait1_int8 ( integer(kind=jpib), dimension(:)  KBUF,
integer(kind=jpim), intent(in)  KREQUEST,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(out), optional  KERROR,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 356 of file mpl_wait_mod.F90.

Here is the call graph for this function:

◆ mpl_wait1_real4()

subroutine mpl_wait_mod::mpl_wait1_real4 ( real(kind=jprm), dimension(:)  PBUF,
integer(kind=jpim), intent(in)  KREQUEST,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(out), optional  KERROR,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 126 of file mpl_wait_mod.F90.

Here is the call graph for this function:

◆ mpl_wait1_real8()

subroutine mpl_wait_mod::mpl_wait1_real8 ( real(kind=jprd), dimension(:)  PBUF,
integer(kind=jpim), intent(in)  KREQUEST,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(out), optional  KERROR,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 221 of file mpl_wait_mod.F90.

Here is the call graph for this function:

◆ mpl_waits_int()

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 
)

Definition at line 262 of file mpl_wait_mod.F90.

Here is the call graph for this function:

◆ mpl_waits_int2()

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 
)

Definition at line 397 of file mpl_wait_mod.F90.

Here is the call graph for this function:

◆ mpl_waits_real4()

subroutine mpl_wait_mod::mpl_waits_real4 ( real(kind=jprm), 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 
)
private

Definition at line 72 of file mpl_wait_mod.F90.

Here is the call graph for this function:

◆ mpl_waits_real8()

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 
)

Definition at line 167 of file mpl_wait_mod.F90.

Here is the call graph for this function: