SURFEX v8.1
General documentation of Surfex
Private Member Functions | List of all members
mpl_recv_mod::mpl_recv Interface Reference

Private Member Functions

subroutine mpl_recv_real4 (PBUF, KSOURCE, KTAG, KCOMM, KFROM, KRECVTAG, KOUNT, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_recv_real8 (PBUF, KSOURCE, KTAG, KCOMM, KFROM, KRECVTAG, KOUNT, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_recv_int (KBUF, KSOURCE, KTAG, KCOMM, KFROM, KRECVTAG, KOUNT, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_recv_real42 (PBUF, KSOURCE, KTAG, KCOMM, KFROM, KRECVTAG, KOUNT, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_recv_real43 (PBUF, KSOURCE, KTAG, KCOMM, KFROM, KRECVTAG, KOUNT, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_recv_real82 (PBUF, KSOURCE, KTAG, KCOMM, KFROM, KRECVTAG, KOUNT, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_recv_real83 (PBUF, KSOURCE, KTAG, KCOMM, KFROM, KRECVTAG, KOUNT, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_recv_int_scalar (KINT, KSOURCE, KTAG, KCOMM, KFROM, KRECVTAG, KOUNT, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_recv_int2 (KBUF, KSOURCE, KTAG, KCOMM, KFROM, KRECVTAG, KOUNT, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_recv_real4_scalar (PREAL4, KSOURCE, KTAG, KCOMM, KFROM, KRECVTAG, KOUNT, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_recv_real8_scalar (PREAL8, KSOURCE, KTAG, KCOMM, KFROM, KRECVTAG, KOUNT, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_recv_char_scalar (CDCHAR, KSOURCE, KTAG, KCOMM, KFROM, KRECVTAG, KOUNT, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_recv_int8 (KBUF, KSOURCE, KTAG, KCOMM, KFROM, KRECVTAG, KOUNT, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_recv_char (CDCHAR, KSOURCE, KTAG, KCOMM, KFROM, KRECVTAG, KOUNT, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 

Detailed Description

Definition at line 73 of file mpl_recv_mod.F90.

Member Function/Subroutine Documentation

◆ mpl_recv_char()

subroutine mpl_recv_mod::mpl_recv::mpl_recv_char ( character*(*), dimension(:)  CDCHAR,
integer(kind=jpim), intent(in), optional  KSOURCE,
integer(kind=jpim), intent(in), optional  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(out), optional  KFROM,
integer(kind=jpim), intent(out), optional  KRECVTAG,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)
private

Definition at line 931 of file mpl_recv_mod.F90.

◆ mpl_recv_char_scalar()

subroutine mpl_recv_mod::mpl_recv::mpl_recv_char_scalar ( character*(*)  CDCHAR,
integer(kind=jpim), intent(in), optional  KSOURCE,
integer(kind=jpim), intent(in), optional  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(out), optional  KFROM,
integer(kind=jpim), intent(out), optional  KRECVTAG,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)
private

Definition at line 888 of file mpl_recv_mod.F90.

◆ mpl_recv_int()

subroutine mpl_recv_mod::mpl_recv::mpl_recv_int ( integer(kind=jpim), dimension(:)  KBUF,
integer(kind=jpim), intent(in), optional  KSOURCE,
integer(kind=jpim), intent(in), optional  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(out), optional  KFROM,
integer(kind=jpim), intent(out), optional  KRECVTAG,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)
private

Definition at line 320 of file mpl_recv_mod.F90.

◆ mpl_recv_int2()

subroutine mpl_recv_mod::mpl_recv::mpl_recv_int2 ( integer(kind=jpim), dimension(:,:)  KBUF,
integer(kind=jpim), intent(in), optional  KSOURCE,
integer(kind=jpim), intent(in), optional  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(out), optional  KFROM,
integer(kind=jpim), intent(out), optional  KRECVTAG,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)
private

Definition at line 448 of file mpl_recv_mod.F90.

◆ mpl_recv_int8()

subroutine mpl_recv_mod::mpl_recv::mpl_recv_int8 ( integer(kind=jpib), dimension(:)  KBUF,
integer(kind=jpim), intent(in), optional  KSOURCE,
integer(kind=jpim), intent(in), optional  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(out), optional  KFROM,
integer(kind=jpim), intent(out), optional  KRECVTAG,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)
private

Definition at line 382 of file mpl_recv_mod.F90.

◆ mpl_recv_int_scalar()

subroutine mpl_recv_mod::mpl_recv::mpl_recv_int_scalar ( integer(kind=jpim)  KINT,
integer(kind=jpim), intent(in), optional  KSOURCE,
integer(kind=jpim), intent(in), optional  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(out), optional  KFROM,
integer(kind=jpim), intent(out), optional  KRECVTAG,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)
private

Definition at line 514 of file mpl_recv_mod.F90.

◆ mpl_recv_real4()

subroutine mpl_recv_mod::mpl_recv::mpl_recv_real4 ( real(kind=jprm), dimension(:)  PBUF,
integer(kind=jpim), intent(in), optional  KSOURCE,
integer(kind=jpim), intent(in), optional  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(out), optional  KFROM,
integer(kind=jpim), intent(out), optional  KRECVTAG,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)
private

Definition at line 184 of file mpl_recv_mod.F90.

◆ mpl_recv_real42()

subroutine mpl_recv_mod::mpl_recv::mpl_recv_real42 ( real(kind=jprm), dimension(:,:)  PBUF,
integer(kind=jpim), intent(in), optional  KSOURCE,
integer(kind=jpim), intent(in), optional  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(out), optional  KFROM,
integer(kind=jpim), intent(out), optional  KRECVTAG,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)
private

Definition at line 651 of file mpl_recv_mod.F90.

◆ mpl_recv_real43()

subroutine mpl_recv_mod::mpl_recv::mpl_recv_real43 ( real(kind=jprm), dimension(:,:,:)  PBUF,
integer(kind=jpim), intent(in), optional  KSOURCE,
integer(kind=jpim), intent(in), optional  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(out), optional  KFROM,
integer(kind=jpim), intent(out), optional  KRECVTAG,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)
private

Definition at line 718 of file mpl_recv_mod.F90.

◆ mpl_recv_real4_scalar()

subroutine mpl_recv_mod::mpl_recv::mpl_recv_real4_scalar ( real(kind=jprm)  PREAL4,
integer(kind=jpim), intent(in), optional  KSOURCE,
integer(kind=jpim), intent(in), optional  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(out), optional  KFROM,
integer(kind=jpim), intent(out), optional  KRECVTAG,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)
private

Definition at line 559 of file mpl_recv_mod.F90.

◆ mpl_recv_real8()

subroutine mpl_recv_mod::mpl_recv::mpl_recv_real8 ( real(kind=jprd), dimension(:)  PBUF,
integer(kind=jpim), intent(in), optional  KSOURCE,
integer(kind=jpim), intent(in), optional  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(out), optional  KFROM,
integer(kind=jpim), intent(out), optional  KRECVTAG,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)
private

Definition at line 253 of file mpl_recv_mod.F90.

◆ mpl_recv_real82()

subroutine mpl_recv_mod::mpl_recv::mpl_recv_real82 ( real(kind=jprd), dimension(:,:)  PBUF,
integer(kind=jpim), intent(in), optional  KSOURCE,
integer(kind=jpim), intent(in), optional  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(out), optional  KFROM,
integer(kind=jpim), intent(out), optional  KRECVTAG,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)
private

Definition at line 771 of file mpl_recv_mod.F90.

◆ mpl_recv_real83()

subroutine mpl_recv_mod::mpl_recv::mpl_recv_real83 ( real(kind=jprd), dimension(:,:,:)  PBUF,
integer(kind=jpim), intent(in), optional  KSOURCE,
integer(kind=jpim), intent(in), optional  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(out), optional  KFROM,
integer(kind=jpim), intent(out), optional  KRECVTAG,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)
private

Definition at line 836 of file mpl_recv_mod.F90.

◆ mpl_recv_real8_scalar()

subroutine mpl_recv_mod::mpl_recv::mpl_recv_real8_scalar ( real(kind=jprd)  PREAL8,
integer(kind=jpim), intent(in), optional  KSOURCE,
integer(kind=jpim), intent(in), optional  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(out), optional  KFROM,
integer(kind=jpim), intent(out), optional  KRECVTAG,
integer(kind=jpim), intent(out), optional  KOUNT,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)
private

Definition at line 606 of file mpl_recv_mod.F90.


The documentation for this interface was generated from the following file: