source: XIOS/dev/dev_olga/src/xios_server1.f90 @ 1021

Last change on this file since 1021 was 987, checked in by mhnguyen, 7 years ago

First working version.
There are more things to do with it

File size: 329 bytes
Line 
1PROGRAM server_main1
2  USE xios
3  IMPLICIT NONE
4  INCLUDE "mpif.h"
5  INTEGER :: ierr
6  INTEGER            :: server_level = 0 
7  ! 0 in case of a single server pool
8  ! 1 for primary server in case of two server pools
9  ! 2 for secondary server in case of two server pools
10
11  CALL xios_init_server(1)
12
13END PROGRAM server_main1
Note: See TracBrowser for help on using the repository browser.