Changeset 732


Ignore:
Timestamp:
Nov 10, 2006, 3:36:47 PM (18 years ago)
Author:
Laurent Fairhead
Message:

Changements d'options de compilation sur brodie pour de bonnes performances
YM/LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/V3_test/makegcm

    r725 r732  
    283283#################
    284284else if $X8BRODIE then
    285 #################
     285##################
    286286   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"
    289291   set optim="$optim90"
    290292   set optimbis=" "
     
    522524
    523525set cppflags=''
     526
     527if $X8BRODIE then
     528  set cppflags="$cppflags -DNC_DOUBLE -DBLAS -DSGEMV=DGEMV -DSGEMM=DGEMM"
     529endif
    524530
    525531if ( $io == ioipsl ) then
     
    979985   set f90=sxmpif90
    980986   if $MODIPSL then
    981      set opt_link="$opt_link -L$MODIPSLDIR"
     987     set opt_link="$opt_link -float0 -Wf,-A dbl4 -L$MODIPSLDIR -lblas"
    982988     if ($veget == true) then
    983989       set opt_link="$opt_link -lsxsechiba -lsxparameters -lsxstomate"
Note: See TracChangeset for help on using the changeset viewer.