source: LMDZ6/branches/Portage_acc/tools/make_sso/make_sso.env @ 4531

Last change on this file since 4531 was 4446, checked in by Laurent Fairhead, 19 months ago

Merged trunk revisions from 4127 to 4443 (HEAD) into branch

File size: 451 bytes
Line 
1case ${HOSTNAME:0:5} in
2  irene)
3    module unload netcdf-fortran
4    module unload netcdf-c
5    module load netcdf-c
6    module load netcdf-fortran
7    module load fftw3/gnu
8    netcdf="-L$NETCDF_LIBDIR"
9  ;;
10  cicla)
11    module purge
12    module load intel
13    module load netcdf4/4.3.3.1-ifort
14    NETCDF=$(which ncdump); NETCDF=${NETCDF%%/bin*}
15    NETCDFFORTRAN_INCDIR=$NETCDF/include
16    NETCDFFORTRAN_LIBDIR=$NETCDF/lib
17    netcdf=""
18  ;;
19esac
20
Note: See TracBrowser for help on using the repository browser.