Changeset 10
- Timestamp:
- Jan 6, 2000, 11:53:39 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/trunk/makegcm
r2 r10 81 81 set machine=CRAY 82 82 set CRAY=1 83 else if ( ` hostname` == rhodes) then83 else if ( `uname` == SUPER-UX ) then 84 84 set machine=NEC 85 85 set NEC=1 … … 144 144 set optimbis=" " 145 145 else if $VPP then 146 set optim=" -Ad -Of -Wv,-Of,-ilfunc"147 set optimbis=" -Psia -Aa -Wv,-m3 -Wp,-DVPP,-DNC_DOUBLE -Z $LMDGCM/listage"148 146 set optim=" -Of -Wv,-Of,-ilfunc" 149 147 set optimbis=" -Psia -Aa -Wv,-m3 -Wp,-DVPP -Z $LMDGCM/listage" … … 163 161 set mod_suffix=mod 164 162 else if $NEC then 165 set optim90=' -C hopt -float0 -ew -R4 -L nostdout -Wf,"-pvctlfullmsg noassume loopcnt=150000 -L transform"'166 163 set optim90=' -C hopt -float0 -ew -R4 -L nostdout ' 164 set optim90=' -C hopt -float0 -eabw -P static -R5 -ftrace -pi auto line=500 -Wf,-O,extendreorder,-pvctl,fullmsg,vchg,noverrchk,assume,loopcnt=300000,vwork=stack,-L,summary,transform' 167 165 set optim="$optim90" 168 set opt_link="-L/u/rech/ces/rces011/ioipsl" 166 set opt_link=" -L$IOIPSLDIR -lioipsl -L$NCDFLIB -lnetcdf " 167 set opt_link=" -V -float0 -ew -P static -Wl,-Z,4800000,-h,lib_cyclic -L$IOIPSLDIR -lioipsl -L$NCDFLIB -lnetcdf " 169 168 set optimbis=" " 170 set mod_loc_dir=" 171 set mod_suffix=" 169 set mod_loc_dir="." 170 set mod_suffix="mod" 172 171 else 173 172 set optim="" … … 560 559 set f90=f90 561 560 else if $NEC then 562 set f77= sxf90563 set f90= sxf90561 set f77=f90 562 set f90=f90 564 563 else 565 564 set f77=f77 … … 582 581 583 582 584 585 set link="$f90 $optim90"586 587 if $NEC then588 set link="sxld $opt_link"589 set ar=sxar590 endif591 583 592 584 # … … 623 615 exit 624 616 endif 625 set optim=" - Ad -Wv,-Of,-ilfunc"626 set optimbis=" -Psia -Aa -Wv,-m3 -Wp,-DVPP ,-DNC_DOUBLE-Z $LMDGCM/listage"617 set optim=" -Wv,-Of,-ilfunc" 618 set optimbis=" -Psia -Aa -Wv,-m3 -Wp,-DVPP -Z $LMDGCM/listage" 627 619 set optim90="$optim""$optimbis"" -X9 -w" 628 620 set opt_link="-L$IOIPSLDIR -lioipsl -L$NCDFLIB -lnetcdf" … … 642 634 set optim="$optim90" 643 635 \cp $IOIPSLDIR/*.mod $libo 636 else if $NEC then 637 set optim90=" $optim90 -I$libo " 644 638 else if $LINUX then 645 639 set optim90=" -fast -module $libo " … … 647 641 \cp $IOIPSLDIR/*.mod $libo 648 642 endif 643 644 set link="$f90 $optim90" 645 646 #if $NEC then 647 # set link="sxld $opt_link" 648 # set ar=sxar 649 #endif 650 649 651 650 652 cd $localdir
Note: See TracChangeset
for help on using the changeset viewer.