- Timestamp:
- Nov 10, 2006, 3:36:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/V3_test/makegcm
r725 r732 283 283 ################# 284 284 else if $X8BRODIE then 285 ################# 285 ################## 286 286 set optdbl='-dw -Wf\"-A dbl4\"' 287 set optim90=' -clear -float0 -Ep -DNC_DOUBLE -dw -Wf\"-A dbl4\" -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume "' 288 set optimtru90=' -clear -f4 -float0 -Ep -DNC_DOUBLE -dw -Wf\"-A dbl4\" -R2 -R3 -R4 -R5 -Wf,"-pvctl loopcnt=40000 fullmsg noassume"' 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 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 optimtru90="$optim90" 290 set optim90="$optim90" 289 291 set optim="$optim90" 290 292 set optimbis=" " … … 522 524 523 525 set cppflags='' 526 527 if $X8BRODIE then 528 set cppflags="$cppflags -DNC_DOUBLE -DBLAS -DSGEMV=DGEMV -DSGEMM=DGEMM" 529 endif 524 530 525 531 if ( $io == ioipsl ) then … … 979 985 set f90=sxmpif90 980 986 if $MODIPSL then 981 set opt_link="$opt_link - L$MODIPSLDIR"987 set opt_link="$opt_link -float0 -Wf,-A dbl4 -L$MODIPSLDIR -lblas" 982 988 if ($veget == true) then 983 989 set opt_link="$opt_link -lsxsechiba -lsxparameters -lsxstomate"
Note: See TracChangeset
for help on using the changeset viewer.