Changeset 291


Ignore:
Timestamp:
Nov 7, 2001, 2:46:52 PM (23 years ago)
Author:
lmdzadmin
Message:

Option static pour la compilation Nec
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/makegcm

    r243 r291  
    193193   set mod_suffix=mod
    194194else if $NEC then
    195    set optim90=' -clear -C hopt -float0 -ew -P stack -Wf,"-pvctl fullmsg noassume "'
    196    set optimtru90=' -clear -f4 -C hopt -float0 -ew -P stack -Wf,"-pvctl fullmsg noassume "'
     195   set optim90=' -clear -C hopt -float0 -ew -P static -Wf,"-pvctl fullmsg noassume "'
     196   set optimtru90=' -clear -f4 -C hopt -float0 -ew -P static -Wf,"-pvctl fullmsg noassume "'
    197197   set optim="$optim90"
    198198   set optimbis=" "
    199    set opt_link=" -C hopt -float0 -ew -P stack -L$MODIPSLDIR -lioipsl  -L$NCDFLIB -lnetcdf_i8r8_v "
     199   set opt_link=" -C hopt -float0 -ew -P static -L$MODIPSLDIR -lioipsl  -L$NCDFLIB -lnetcdf_i8r8_v "
    200200   set mod_loc_dir="."
    201201   set mod_suffix="mod"
    202202else if $XNEC then
    203 #   set optim90=' -clear -C debug -float0 -ew -R5 -P stack -Wf,-init stack=nan, '
    204 #   set optim90=' -clear -C vsafe -float0 -ew -eC -R5 -P stack '
    205    set optim90=' -clear -C vsafe -float0 -ew -R5 -P stack '
    206 #   set optimtru90=' -clear -f4 -C debug -float0 -ew -R5 -P stack -Wf,-init stack=nan, '
    207    set optimtru90=' -clear -f4 -C vsafe -float0 -ew -R5 -P stack '
    208 #   set optimtru90=' -clear -f4 -C vsafe -float0 -ew -eC -R5 -P stack '
    209 #   set optimtru90=' -clear -c -f4 -ew -sx5 -eab -R5 -P stack -Wl,-h lib_cyclic,-h muldefs -Cvsafe -eb '
     203   set optim90=' -clear -C vsafe -float0 -ew -R5 -P static '
     204   set optimtru90=' -clear -f4 -C vsafe -float0 -ew -R5 -P static '
    210205   set optim="$optim90"
    211206   set optimbis=" "
     
    656651   endif
    657652   if ($couple == true) then
    658      set opt_link="$opt_link -lioipsl -loasis2.4_mpi2 -Wl,-f nan -float0 -ew -P stack -I$NCDFINC $NCDFLIB "
     653     set opt_link="$opt_link -lioipsl -loasis2.4_mpi2 -Wl,-f nan -float0 -ew -P static -I$NCDFINC $NCDFLIB "
    659654   else
    660      set opt_link="$opt_link -L$MODIPSLDIR -lioipsl -Wl,-f nan -float0 -ew -P stack -I$NCDFINC $NCDFLIB "
     655     set opt_link="$opt_link -L$MODIPSLDIR -lioipsl -Wl,-f nan -float0 -ew -P static -I$NCDFINC $NCDFLIB "
    661656   endif
    662657   set mod_loc_dir="./"
     
    670665     endif
    671666     if ($couple == true) then
    672        set opt_link="$opt_link -lsxioipsl -loasis2.4_mpi2 -Wl,-f nan -float0 -ew -P stack -I$NCDFINC $NCDFLIB "
     667       set opt_link="$opt_link -lsxioipsl -loasis2.4_mpi2 -Wl,-f nan -float0 -ew -P static -I$NCDFINC $NCDFLIB "
    673668     else
    674        set opt_link="$opt_link -lsxioipsl -Wl,-f nan -float0 -ew -P stack -I$NCDFINC $NCDFLIB "
     669       set opt_link="$opt_link -lsxioipsl -Wl,-f nan -float0 -ew -P static -I$NCDFINC $NCDFLIB "
    675670     endif
    676671   else
    677      set opt_link=" -C hopt -float0 -ew -P stack -L$MODIPSLDIR -lsxsechiba -lsxparameters -lsxstomate -lsxioipsl -L$NCDFLIB -lnetcdf_i8r8_v -I$NCDFINC "
     672     set opt_link=" -C hopt -float0 -ew -P static -L$MODIPSLDIR -lsxsechiba -lsxparameters -lsxstomate -lsxioipsl -L$NCDFLIB -lnetcdf_i8r8_v -I$NCDFINC "
    678673   endif
    679674   set mod_loc_dir="./"
Note: See TracChangeset for help on using the changeset viewer.