Changeset 164 for trunk/LMDZ.MARS/makegcm_ifort
- Timestamp:
- Jun 17, 2011, 10:49:17 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_ifort
r148 r164 22 22 # default LMDGCM to where makegcm script is located: 23 23 #setenv LMDGCM "`dirname $0`" 24 setenv LMDGCM /san/home/millour/Planeto/test_mars_141/LMDZ.MARS 24 25 # You may set LIBOGCM to something else; otherwise we default to: 25 #setenv LIBOGCM $LMDGCM/libo26 setenv LIBOGCM $LMDGCM/libo 26 27 ## NetCDF Libraries: what follows is OK on GNOME 27 #setenv NCDFLIB /usr/local/lib28 #setenv NCDFINC /usr/local/include28 setenv NCDFLIB /usr/local/lib 29 setenv NCDFINC /usr/local/include 29 30 #### 30 31 … … 180 181 set optimtru90=" -O2 -ip -mkl=sequential -align common " 181 182 # set opt_link=" -Mfree -lpgf90 -lpgftnrtl -lpghpf -lpghpf2 -L$NCDFLIB -lnetcdf -Bstatic " 182 set mod_loc_dir=$LIBOGCM 183 # set mod_loc_dir=$LIBOGCM 184 # ifort puts mod files in local directory 185 set mod_loc_dir="." 183 186 set mod_suffix=mod 184 187 else if $NEC then … … 709 712 set optim="$optim -I${libo}" 710 713 set optim90="$optim90 -I${libo}" 711 set optimtru90="$optimtru90 - ffree-form -I${libo}"714 set optimtru90="$optimtru90 -I${libo}" 712 715 # Ehouarn: remove set mod_loc_dir def below; mod_loc_dir=$localdir (set above) 713 716 # set mod_loc_dir=$libo
Note: See TracChangeset
for help on using the changeset viewer.