- Timestamp:
- Aug 1, 2005, 11:57:29 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/makegcm
r652 r664 218 218 else if $LINUX then 219 219 ################# 220 set optim="- fast"221 set optim90=" -fast"220 set optim="-O0 " 221 set optim90="-O0 " 222 222 # set optimtru90=" -fast -c -Mfree -module $MODIPSLDIR " 223 set optimtru90=" -fast-c -Mfree "223 set optimtru90="-O0 -c -Mfree " 224 224 set opt_link=" -Mfree -L /usr/local/pgi/linux86/lib -lpgf90 -lpgftnrtl -lpghpf -lpghpf2 -L$MODIPSLDIR -lsechiba -lparameters -lstomate -L$NCDFLIB -lnetcdf -lioipsl -Wl,-Bstatic -L/usr/lib/gcc-lib/i386-linux/2.95.2/" 225 225 set mod_loc_dir=$MODIPSLDIR … … 490 490 set link_veget=" -lsxsechiba -lsxparameters -lsxstomate" 491 491 endif 492 endif 493 494 if ( "$couple" == 'true' ) then 495 set optim="$optim -DCPP_COUPLE" 496 set optim90="$optim90 -DCPP_COUPLE" 497 set optimtru90="$optimtru90 -DCPP_COUPLE" 492 498 endif 493 499
Note: See TracChangeset
for help on using the changeset viewer.