source: codes/icosagcm/trunk/arch/arch-X64_CICLAD_gfortran.env

Last change on this file was 357, checked in by llfita, 9 years ago

Adding compilation for CICLAD (cluster at IPSL - Jussieu, gfortran compiler)

File size: 313 bytes
Line 
1module unload compilerwrappers
2module unload netcdf
3module unload hdf5
4
5module load gnu/4.4.7
6module load netcdf4/4.2.1.1-gfortran
7module load hdf5/1.8.10.patch1-gfortran
8module load openmpi/1.6.5-gfortran
9
10export NETCDF_INC_DIR="/opt/netcdf42/gfortran/include"
11export NETCDF_LIB_DIR="/opt/netcdf42/gfortran/lib"
Note: See TracBrowser for help on using the repository browser.