Changeset 736 for LMDZ4/branches/V3_test


Ignore:
Timestamp:
Nov 17, 2006, 2:54:14 PM (18 years ago)
Author:
Laurent Fairhead
Message:

Mise a jour pour mercure AC/YM
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/V3_test/makegcm

    r732 r736  
    275275#################
    276276   set optdbl='-dw -Wf\"-A dbl4\"' 
    277    set optim90=' -clear -float0 -f3 -size_t64 -P stack -Wf "-init stack=nan -init heap=nan" -Ep -DNC_DOUBLE -dw -Wf\"-A dbl4\" -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume "'
    278    set optimtru90=' -clear -f4 -float0 -size_t64 -P stack -Wf "-init stack=nan -init heap=nan" -Ep -DNC_DOUBLE -dw -Wf\"-A dbl4\" -R2 -R3 -R4 -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume"'
     277   set optim90=' -clear -float0 -size_t64 -P stack -Wf "-ptr byte -init stack=nan -init heap=nan" -Ep -DNC_DOUBLE -dw -Wf\"-A dbl4\" -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume "'
     278   set optimtru90=' -clear -f4 -float0 -size_t64 -P stack -Wf "-ptr byte -init stack=nan -init heap=nan" -Ep -DNC_DOUBLE -dw -Wf\"-A dbl4\" -R2 -R3 -R4 -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume"'
    279279   set optim="$optim90"
    280280   set optimbis=" "
     
    287287#   set optim90='-P stack -Wf,-pvctl res=whole,-A dbl4,-init stack=nan,-init heap=nan,-ptr byte -EP -R5 -float0 -dw -Wf,"-pvctl loopcnt=999999 fullmsg noassume" -I/SX/usr/include'
    288288   set optim90='-P stack -Wf,-pvctl res=whole,-A dbl4,-ptr byte -EP -R5 -float0 -dw -Wf,"-pvctl loopcnt=999999 fullmsg noassume" -I/SX/usr/include'
     289#   set optim90='-C vsafe -P stack -Wf,-pvctl res=whole,-A dbl4,-ptr byte -EP -R5 -float0 -dw -Wf,"-pvctl loopcnt=999999 fullmsg noassume" -I/SX/usr/include'
    289290   set optimtru90="$optim90"
    290291   set optim90="$optim90"
     
    960961   set f90=sxmpif90
    961962   if $MODIPSL then
    962      set opt_link="-L$MODIPSLDIR"
     963     set opt_link="$opt_link Wl,-h lib_cyclic -L$MODIPSLDIR"
    963964     if ($veget == true) then
    964965       set opt_link="$opt_link -lsxsechiba -lsxparameters -lsxstomate"
     
    10951096else if $X8BRODIE then
    10961097  set link="sxld $opt_link"
    1097   set link="$f90 "
     1098  set link="$f90 -Wl,-hlib_cyclic "
    10981099endif
    10991100
Note: See TracChangeset for help on using the changeset viewer.