source: codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/arch/arch-X64_OCCIGEN.env @ 299

Last change on this file since 299 was 299, checked in by ymipsl, 10 years ago

Arch file for LMDZ on oxygen
YM

File size: 370 bytes
Line 
1#!/bin/bash
2module unload netcdf
3module unload hdf5
4export NETCDF_INC_DIR="$PWD/../NETCDF4/include"
5export NETCDF_LIB_DIR="$PWD/../NETCDF4/lib"
6export HDF5_INC_DIR="/opt/software/libraries/hdf5/hdf51.8.14/include"
7export HDF5_LIB_DIR="/opt/software/libraries/hdf5/hdf51.8.14/lib"
8module load intel/14.0.4.211
9module load bullmpi/1.2.8.1
10module load hdf5/1.8.14_parallel
Note: See TracBrowser for help on using the repository browser.