Changeset 736 for LMDZ4/branches/V3_test
- Timestamp:
- Nov 17, 2006, 2:54:14 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/V3_test/makegcm
r732 r736 275 275 ################# 276 276 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"' 279 279 set optim="$optim90" 280 280 set optimbis=" " … … 287 287 # 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' 288 288 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' 289 290 set optimtru90="$optim90" 290 291 set optim90="$optim90" … … 960 961 set f90=sxmpif90 961 962 if $MODIPSL then 962 set opt_link=" -L$MODIPSLDIR"963 set opt_link="$opt_link Wl,-h lib_cyclic -L$MODIPSLDIR" 963 964 if ($veget == true) then 964 965 set opt_link="$opt_link -lsxsechiba -lsxparameters -lsxstomate" … … 1095 1096 else if $X8BRODIE then 1096 1097 set link="sxld $opt_link" 1097 set link="$f90 "1098 set link="$f90 -Wl,-hlib_cyclic " 1098 1099 endif 1099 1100
Note: See TracChangeset
for help on using the changeset viewer.