source: XIOS/dev/dev_trunk_omp/arch/arch-IRENE_omp.env @ 1605

Last change on this file since 1605 was 1605, checked in by yushan, 5 years ago

branch_openmp merged and tested with trunk r1597

File size: 537 bytes
Line 
1module unload netcdf-c netcdf-fortran hdf5 flavor perl hdf5 boost blitz mpi gnu
2module load gnu
3module load mpi/openmpi/2.0.2
4module load flavor/hdf5/parallel
5module load netcdf-fortran/4.4.4
6module load hdf5/1.8.20
7module load boost
8module load blitz
9module load feature/bridge/heterogenous_mpmd
10
11module unload netcdf
12module unload hdf5
13
14export HDF5_INC_DIR=$HOME/lib/hdf5_intel/include
15export HDF5_LIB_DIR=$HOME/lib/hdf5_intel/lib
16
17export NETCDF_INC_DIR=$HOME/lib/netcdf_intel/include
18export NETCDF_LIB_DIR=$HOME/lib/netcdf_intel/lib
19
Note: See TracBrowser for help on using the repository browser.