Ignore:
Timestamp:
Oct 26, 2011, 7:21:08 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: minor changes in scripts following tests on new machines and tests with g95 and gfortran. problems reported in NOTES.txt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd/makegcm_gnu

    r69 r331  
    178178#-ffixed-form
    179179#   
    180    set optim="-O3 -funroll-loops -fno-second-underscore"
    181    set optim90="-O3 -funroll-loops -fno-second-underscore"
    182    set optimtru90="-O3 -funroll-loops -fno-second-underscore"
     180##   set optim="-O3 -funroll-loops -fno-second-underscore"
     181##   set optim90="-O3 -funroll-loops -fno-second-underscore"
     182##   set optimtru90="-O3 -funroll-loops -fno-second-underscore"
     183   set optim="-O2 -fno-second-underscore -pedantic -fbounds-check -g"
     184   set optim90="-O2 -fno-second-underscore -pedantic -fbounds-check -g"
     185   set optimtru90="-O2 -fno-second-underscore -pedantic -fbounds-check -g"
    183186
    184187#set optim=" -O2 -fno-second-underscore -fstatic -fzero"
Note: See TracChangeset for help on using the changeset viewer.