source: XMLIO_SERVER/trunk/src/IOSERVER/mod_ioclient.f90 @ 8

Last change on this file since 8 was 8, checked in by ymipsl, 15 years ago

Importation des sources du serveur XMLIO

File size: 350 bytes
Line 
1MODULE mod_ioclient
2
3
4CONTAINS
5
6  SUBROUTINE init_ioclient(NEW_COMM)
7  USE mod_ioclient_para
8  USE mod_mpi_buffer_client
9  USE mod_wait
10  IMPLICIT NONE
11    INTEGER, INTENT(OUT) :: NEW_COMM
12   
13    CALL Init_parallel
14    CALL Init_mpi_buffer
15    CALL Init_wait
16   
17    NEW_COMM=intracomm
18   
19  END SUBROUTINE init_ioclient
20
21END MODULE mod_ioclient
Note: See TracBrowser for help on using the repository browser.