Changeset 824 for LMDZ4/trunk/makegcm


Ignore:
Timestamp:
Aug 3, 2007, 12:20:40 PM (17 years ago)
Author:
Laurent Fairhead
Message:

On inclut le nom de la physique utilisee dans le nom de la librairie
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/makegcm

    r792 r824  
    291291   set optdbl='-dw -Wf\"-A dbl4\"' 
    292292#   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'
    293    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'
     293   set optim90='-P stack -Wf,-pvctl res=whole,-A dbl4,-ptr byte -EP -R5 -float0 -dw -Wf,"-pvctl loopcnt=999999 noassume" -I/SX/usr/include'
    294294#   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'
    295295   set optimtru90="$optim90"
     
    541541if ( "$veget" == 'true' ) then
    542542   set cppflags="$cppflags -DCPP_VEGET"
    543    set link_veget=" -lsechiba -lparameters -lstomate -lparallel -lorglob"
     543   set link_veget=" -lsechiba -lparameters -lstomate -lorglob -lparallel"
    544544   if ( $XNEC || $X8BRODIE || $X6NEC) then
    545       set link_veget=" -lsxsechiba -lsxparameters -lsxstomate -lsxparallel -lsxorglob"
     545      set link_veget=" -lsxsechiba -lsxparameters -lsxstomate -lsxorglob -lsxparallel"
    546546   endif
    547547endif
     
    646646endif
    647647if ( $NEC || $XNEC || $X6NEC || $X8BRODIE ) then
    648     set nomlib=F90_${dim_}_t${ntrac}${FLAG_PARA}
     648    set nomlib=F90_${dim_}_t${ntrac}_'phy'${physique}${FLAG_PARA}
    649649endif
    650650echo calcul de la dimension
Note: See TracChangeset for help on using the changeset viewer.