SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
LIB
XRD44
mpl
mpl_comm_free_mod.F90
Go to the documentation of this file.
1
MODULE
mpl_comm_free_mod
2
3
!**** *MPL_COMM_FREE_MOD* - Release ressources used by a communicator
4
5
! Author.
6
! -------
7
! Philippe Marguinaud *METEO FRANCE*
8
! Original : 11-09-2012
9
10
USE
parkind1
, ONLY
:
jpim
11
12
IMPLICIT NONE
13
14
PRIVATE
15
PUBLIC
::
mpl_comm_free
16
17
CONTAINS
18
19
SUBROUTINE
mpl_comm_free
(KCOMM, KERR, CDSTRING)
20
INTEGER (KIND=JPIM)
,
INTENT (IN)
:: KCOMM
21
INTEGER (KIND=JPIM)
,
INTENT (OUT)
:: KERR
22
CHARACTER (LEN=*)
,
INTENT (IN)
,
OPTIONAL
:: CDSTRING
23
24
CALL
mpi_comm_free (kcomm, kerr)
25
26
END SUBROUTINE
mpl_comm_free
27
28
END MODULE
mpl_comm_free_mod
parkind1::jpim
integer, parameter jpim
Definition:
parkind1.F90:13
mpl_comm_free_mod::mpl_comm_free
subroutine, public mpl_comm_free(KCOMM, KERR, CDSTRING)
Definition:
mpl_comm_free_mod.F90:20
mpl_comm_free_mod
Definition:
mpl_comm_free_mod.F90:1
parkind1
Definition:
parkind1.F90:1
Generated on Tue Jan 16 2018 16:23:21 for SURFEX v8.1 by
1.8.13