Index: LMDZ5/trunk/libf/dyn3dmem/mod_const_mpi.F90
===================================================================
--- LMDZ5/trunk/libf/dyn3dmem/mod_const_mpi.F90	(revision 1954)
+++ LMDZ5/trunk/libf/dyn3dmem/mod_const_mpi.F90	(revision 1965)
@@ -17,5 +17,8 @@
     USE ioipsl_getincom, only: getin
 #endif
-
+! Use of Oasis-MCT coupler 
+#ifdef CPP_OMCT
+    USE mod_prism
+#endif
     IMPLICIT NONE
 #ifdef CPP_MPI
Index: LMDZ5/trunk/libf/dyn3dmem/parallel_lmdz.F90
===================================================================
--- LMDZ5/trunk/libf/dyn3dmem/parallel_lmdz.F90	(revision 1954)
+++ LMDZ5/trunk/libf/dyn3dmem/parallel_lmdz.F90	(revision 1965)
@@ -392,5 +392,10 @@
 #endif
 #ifdef CPP_COUPLE
+! Use of Oasis-MCT coupler 
+#if defined CPP_OMCT
+    use mod_prism
+#else
     use mod_prism_proto
+#endif
 ! Ehouarn: surface_data module is in 'phylmd' ...
       use surface_data, only : type_ocean
