New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
xios_server.f90 in vendors/XIOS/r_357/src – NEMO

source: vendors/XIOS/r_357/src/xios_server.f90 @ 8531

Last change on this file since 8531 was 3428, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

File size: 140 bytes
Line 
1PROGRAM server_main
2  USE xios
3  IMPLICIT NONE
4  INCLUDE "mpif.h"
5  INTEGER :: ierr
6 
7    CALL xios_init_server
8
9  END PROGRAM server_main
Note: See TracBrowser for help on using the repository browser.