Changeset 603


Ignore:
Timestamp:
Mar 15, 2005, 12:12:51 PM (19 years ago)
Author:
Laurent Fairhead
Message:

Pour regler le probleme de localisation des modules sous linux (probablement
a revoir)
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/makegcm

    r573 r603  
    217217   set optim="-fast "
    218218   set optim90=" -fast "
    219    set optimtru90=" -fast -c -Mfree -module $MODIPSLDIR "
     219#   set optimtru90=" -fast -c -Mfree -module $MODIPSLDIR "
     220   set optimtru90=" -fast -c -Mfree "
    220221   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/"
    221222   set mod_loc_dir=$MODIPSLDIR
     
    883884 set optimtru90=" $optimtru90 -I$libo "
    884885else if $LINUX then
     886 set optimtru90=" $optimtru90 -module $libo "
    885887 set optim90=" $optim90 -module $libo "
    886888 set optim="$optim90"
Note: See TracChangeset for help on using the changeset viewer.