Changeset 1910 for LMDZ5/branches/testing/libf/dyn3dpar/mod_const_mpi.F90
- Timestamp:
- Nov 29, 2013, 9:40:25 AM (11 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1861-1863,1865-1867,1869,1871-1875,1877-1880,1882-1891,1894-1909 -
Property
copyright
set to
Name of program: LMDZ
Creation date: 1984
Version: LMDZ5
License: CeCILL version 2
Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
See the license file in the root directory
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf
-
Property
copyright
set to
Name of program: LMDZ
Creation date: 1984
Version: LMDZ5
License: CeCILL version 2
Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
See the license file in the root directory
-
Property
copyright
set to
-
LMDZ5/branches/testing/libf/dyn3dpar
-
Property
copyright
set to
Name of program: LMDZ
Creation date: 1984
Version: LMDZ5
License: CeCILL version 2
Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
See the license file in the root directory
-
Property
copyright
set to
-
LMDZ5/branches/testing/libf/dyn3dpar/mod_const_mpi.F90
-
Property
copyright
set to
Name of program: LMDZ
Creation date: 1984
Version: LMDZ5
License: CeCILL version 2
Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
See the license file in the root directory
r1864 r1910 3 3 ! 4 4 MODULE mod_const_mpi 5 5 IMPLICIT NONE 6 6 INTEGER,SAVE :: COMM_LMDZ 7 7 INTEGER,SAVE :: MPI_REAL_LMDZ … … 12 12 SUBROUTINE Init_const_mpi 13 13 #ifdef CPP_IOIPSL 14 USE IOIPSL 14 USE IOIPSL, ONLY: getin 15 15 #else 16 16 ! if not using IOIPSL, we still need to use (a local version of) getin 17 USE ioipsl_getincom 17 USE ioipsl_getincom, only: getin 18 18 #endif 19 19 … … 22 22 INCLUDE 'mpif.h' 23 23 #endif 24 24 25 INTEGER :: ierr 25 26 INTEGER :: comp_id … … 52 53 SUBROUTINE Init_mpi 53 54 #ifdef CPP_XIOS 54 USE wxios 55 USE wxios, only: wxios_init 55 56 #endif 56 57 IMPLICIT NONE … … 73 74 COMM_LMDZ=MPI_COMM_WORLD 74 75 MPI_REAL_LMDZ=MPI_REAL8 75 76 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 77 ! Initialisation de XIOS 78 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 76 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 77 ! Initialisation de XIOS 78 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 79 79 #ifdef CPP_XIOS 80 80 CALL wxios_init("LMDZ", outcom=COMM_LMDZ) … … 88 88 #endif 89 89 #endif 90 90 91 END SUBROUTINE Init_mpi 91 92 -
Property
copyright
set to
Note: See TracChangeset
for help on using the changeset viewer.