Changeset 299


Ignore:
Timestamp:
Nov 29, 2001, 2:57:07 PM (23 years ago)
Author:
lmdzadmin
Message:

Position de la librairie netcdf LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/makegcm

    r294 r299  
    655655   endif
    656656   if ($couple == true) then
    657      set opt_link="$opt_link -lioipsl -loasis2.4_mpi2 -float0 -ew -P static -I$NCDFINC $NCDFLIB "
     657     set opt_link="$opt_link -lioipsl -loasis2.4_mpi2 -float0 -ew -P static $NCDFLIB "
    658658   else
    659      set opt_link="$opt_link -L$MODIPSLDIR -lioipsl -float0 -ew -P static -I$NCDFINC $NCDFLIB "
     659     set opt_link="$opt_link -L$MODIPSLDIR -lioipsl -float0 -ew -P static $NCDFLIB "
    660660   endif
    661661   set mod_loc_dir="./"
     
    669669     endif
    670670     if ($couple == true) then
    671        set opt_link="$opt_link -lsxioipsl -loasis2.4_mpi2 -float0 -ew -P static -I$NCDFINC $NCDFLIB "
     671       set opt_link="$opt_link -lsxioipsl -loasis2.4_mpi2 -float0 -ew -P static $NCDFLIB "
    672672     else
    673        set opt_link="$opt_link -lsxioipsl -float0 -ew -P static -I$NCDFINC $NCDFLIB "
     673       set opt_link="$opt_link -lsxioipsl -float0 -ew -P static $NCDFLIB "
    674674     endif
    675675   else
    676      set opt_link=" -C hopt -float0 -ew -P static -L$MODIPSLDIR -lsxsechiba -lsxparameters -lsxstomate -lsxioipsl -L$NCDFLIB -lnetcdf_i8r8_v -I$NCDFINC "
     676     set opt_link=" -C hopt -float0 -ew -P static -L$MODIPSLDIR -lsxsechiba -lsxparameters -lsxstomate -lsxioipsl $NCDFLIB -I$NCDFINC "
    677677   endif
    678678   set mod_loc_dir="./"
Note: See TracChangeset for help on using the changeset viewer.