Changeset 1036 for trunk/LMDZ.MARS/makegcm_ifort
- Timestamp:
- Sep 11, 2013, 2:34:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_ifort
r1035 r1036 184 184 # Ehouarn 'ifort' compiler 185 185 #NB: on gnome -O3 ==> NaNs ... 186 set optim=" -O2 -fp-model precise -ip -mkl=sequential -align all "187 set optim90=" -O2 -fp-model precise -ip -mkl=sequential -align all "188 set optimtru90=" -O2 -fp-model precise -ip -mkl=sequential -align all "186 set optim="-auto -O2 -fp-model precise -ip -mkl=sequential -align all " 187 set optim90="-auto -O2 -fp-model precise -ip -mkl=sequential -align all " 188 set optimtru90="-auto -O2 -fp-model precise -ip -mkl=sequential -align all " 189 189 # set opt_link=" -Mfree -lpgf90 -lpgftnrtl -lpghpf -lpghpf2 -L$NCDFLIB -lnetcdf -Bstatic " 190 190 # set mod_loc_dir=$LIBOGCM … … 531 531 # Build the appropriate 'dimensions.h' file 532 532 cd dimension 533 ./makdim $ ntrac $dim533 ./makdim $dim 534 534 # echo contents of dimensions.h to standard output 535 535 cat $libf/grid/dimensions.h … … 557 557 echo dimension $dimension dim $dim 558 558 if ( $dimension == 1 ) then 559 echo pas de dynamique 560 set dyn="L_DYN= DYN= L_FILTRE= DIRMAIN=phy$physique " 559 echo "No dynamics" 560 ## set dyn="L_DYN= DYN= L_FILTRE= DIRMAIN=phy$physique " 561 ## NB: we still need to have L_DYN=libdyn3d to reach routines and module 562 ## objects which are located in dyn3d 563 set dyn="L_DYN=-ldyn3d DYN= L_FILTRE= DIRMAIN=phy$physique " 561 564 endif 562 565 endif
Note: See TracChangeset
for help on using the changeset viewer.