source: CPL/oasis3/trunk/src/lib/psmile/src/prism_get_localcomm_proto.F @ 1677

Last change on this file since 1677 was 1677, checked in by aclsce, 12 years ago

Imported oasis3 (tag ipslcm5a) from cvs server to svn server (igcmg project).

File size: 861 bytes
Line 
1       SUBROUTINE prism_get_localcomm_proto(il_local_comm, kinfo)
2c
3c*    *** Get_localcomm ***   PRISM 1.0
4c
5c     purpose:
6c     --------
7c        Each component get his local communicator.
8c
9c     interface:
10c     ----------
11c        ig_local_comm : local communicator
12c        kinfo  : exit status
13c
14c     lib mp:
15c     -------
16c        mpi-1 or mpi-2
17c
18c     author:
19c     -------
20c        Arnaud Caubel - Fecit (08/02 - created)
21c
22c     ----------------------------------------------------------------
23c
24      USE mod_kinds_model
25      USE mod_prism_proto 
26      USE mod_comprism_proto
27c     ----------------------------------------------------------------
28      INTEGER (kind=ip_intwp_p)     il_local_comm, kinfo
29c     ----------------------------------------------------------------
30
31      il_local_comm = ig_local_comm
32      kinfo = CLIM_Ok
33
34      END
Note: See TracBrowser for help on using the repository browser.