source: XIOS/dev/branch_yushan_merged/src/xios_server.f90 @ 1134

Last change on this file since 1134 was 1134, checked in by yushan, 7 years ago

branch merged with trunk r1130

  • Property copyright set to
    Software name : XIOS (Xml I/O Server)
    http://forge.ipsl.jussieu.fr/ioserver
    Creation date : January 2009
    Licence : CeCCIL version2
    see license file in root directory : Licence_CeCILL_V2-en.txt
    or http://www.cecill.info/licences/Licence_CeCILL_V2-en.html
    Holder : CEA/LSCE (Laboratoire des Sciences du CLimat et de l'Environnement)
    CNRS/IPSL (Institut Pierre Simon Laplace)
    Project Manager : Yann Meurdesoif
    yann.meurdesoif@cea.fr
File size: 288 bytes
Line 
1PROGRAM server_main
2  USE xios
3  USE mod_wait
4  IMPLICIT NONE
5  INCLUDE "mpif.h"
6  INTEGER :: ierr, th_level
7   
8    CALL MPI_INIT(ierr)
9    !CALL MPI_INIT_thread(3, th_level, ierr)
10    CALL init_wait
11    CALL xios_init_server
12   
13    CALL MPI_FINALIZE(ierr)
14
15  END PROGRAM server_main
Note: See TracBrowser for help on using the repository browser.