source: codes/icosagcm/branches/SATURN_DYNAMICO/XIOS/arch/arch-X64_OCCIGEN.env @ 333

Last change on this file since 333 was 333, checked in by ymipsl, 9 years ago

Update some arch file and compilation script for XIOS in Saturn branch.

YM

File size: 413 bytes
Line 
1#!/bin/bash
2module unload netcdf hdf5 intel bullxmpi
3
4module load intel/14.0.4.211
5module load bullxmpi/1.2.8.3   
6module load hdf5/1.8.14_parallel_bullxmpi
7module load netcdf/bullxmpi/4.3.3-rc2
8module load netcdf/bullxmpi/fortran-4.4.1_4.3.3-rc2
9
10export HDF5_INC_DIR=$HDF5HOME/include
11export HDF5_LIB_DIR=$HDF5HOME/lib
12export NETCDF_INC_DIR="$PWD/../NETCDF4/include"
13export NETCDF_LIB_DIR="$PWD/../NETCDF4/lib"
Note: See TracBrowser for help on using the repository browser.