Changeset 291 for LMDZ.3.3/branches/rel-LF
- Timestamp:
- Nov 7, 2001, 2:46:52 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/makegcm
r243 r291 193 193 set mod_suffix=mod 194 194 else if $NEC then 195 set optim90=' -clear -C hopt -float0 -ew -P sta ck-Wf,"-pvctl fullmsg noassume "'196 set optimtru90=' -clear -f4 -C hopt -float0 -ew -P sta ck-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 "' 197 197 set optim="$optim90" 198 198 set optimbis=" " 199 set opt_link=" -C hopt -float0 -ew -P sta ck-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 " 200 200 set mod_loc_dir="." 201 201 set mod_suffix="mod" 202 202 else 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 ' 210 205 set optim="$optim90" 211 206 set optimbis=" " … … 656 651 endif 657 652 if ($couple == true) then 658 set opt_link="$opt_link -lioipsl -loasis2.4_mpi2 -Wl,-f nan -float0 -ew -P sta ck-I$NCDFINC $NCDFLIB "653 set opt_link="$opt_link -lioipsl -loasis2.4_mpi2 -Wl,-f nan -float0 -ew -P static -I$NCDFINC $NCDFLIB " 659 654 else 660 set opt_link="$opt_link -L$MODIPSLDIR -lioipsl -Wl,-f nan -float0 -ew -P sta ck-I$NCDFINC $NCDFLIB "655 set opt_link="$opt_link -L$MODIPSLDIR -lioipsl -Wl,-f nan -float0 -ew -P static -I$NCDFINC $NCDFLIB " 661 656 endif 662 657 set mod_loc_dir="./" … … 670 665 endif 671 666 if ($couple == true) then 672 set opt_link="$opt_link -lsxioipsl -loasis2.4_mpi2 -Wl,-f nan -float0 -ew -P sta ck-I$NCDFINC $NCDFLIB "667 set opt_link="$opt_link -lsxioipsl -loasis2.4_mpi2 -Wl,-f nan -float0 -ew -P static -I$NCDFINC $NCDFLIB " 673 668 else 674 set opt_link="$opt_link -lsxioipsl -Wl,-f nan -float0 -ew -P sta ck-I$NCDFINC $NCDFLIB "669 set opt_link="$opt_link -lsxioipsl -Wl,-f nan -float0 -ew -P static -I$NCDFINC $NCDFLIB " 675 670 endif 676 671 else 677 set opt_link=" -C hopt -float0 -ew -P sta ck-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 " 678 673 endif 679 674 set mod_loc_dir="./"
Note: See TracChangeset
for help on using the changeset viewer.