Changeset 371 for trunk/LMDZ.GENERIC/makegcm
- Timestamp:
- Nov 10, 2011, 9:30:20 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/makegcm
r301 r371 1 #!/bin/csh 1 #!/bin/csh -f 2 2 # $Header: /users/lmdz/cvsroot/LMDZ.3.3/makegcm,v 1.21 2001/07/04 08:41:44 lmdz Exp $ 3 3 #set verbose echo … … 19 19 20 20 #### If you want you can set environment variables here 21 # default LMDGCM is where the makegcm script is: 22 #setenv LMDGCM `pwd`"/"`dirname $0` # only works for relative paths 23 setenv LMDGCM `readlink -f $0` 21 24 #setenv LMDGCM "/san/home/rdword/gcm/LMDZ.GENERIC" 22 #setenv LIBOGCM $LMDGCM/libo 25 setenv LIBOGCM $LMDGCM/libo 26 # NetCDF, what is below is OK on Gnome 23 27 setenv NCDFLIB /usr/local/lib 24 28 setenv NCDFINC /usr/local/include 29 # NetCDF, on LMD farm: 30 #setenv NCDFLIB /donnees/emlmd/netcdf64-4.0.1_ifort/lib 31 #setenv NCDFINC /donnees/emlmd/netcdf64-4.0.1_ifort/include 25 32 #### 26 33 … … 171 178 else if $LINUX then 172 179 #NB: on gnome -O3 ==> NaNs ... 173 set optim=" -O2 -ip -mkl=sequential -align common"174 set optim90=" -O2 -ip -mkl=sequential -align common"175 set optimtru90=" -O2 -ip -mkl=sequential -align common"180 set optim=" -O2 -ip -mkl=sequential -align all -static " 181 set optim90=" -O2 -ip -mkl=sequential -align all -static " 182 set optimtru90=" -O2 -ip -mkl=sequential -align all -static " 176 183 set mod_loc_dir=$LIBOGCM 177 184 set mod_suffix=mod … … 786 793 endif 787 794 788 789 795 echo $make -f $LMDGCM/makefile \ 790 796 OPTION_DEP="$opt_dep" OPTION_LINK="$opt_link" \
Note: See TracChangeset
for help on using the changeset viewer.