source: codes/icosagcm/branches/SATURN_DYNAMICO/ICOSAGCM_OLD/arch/arch-X64_OCCIGEN.env

Last change on this file was 311, checked in by aslmd, 10 years ago

added arch files and compile script for occigen

  • Property svn:executable set to *
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.