Changeset 292


Ignore:
Timestamp:
Nov 9, 2001, 12:28:04 PM (23 years ago)
Author:
lmdzadmin
Message:

Suppression de l'option Nan pour la cross-compilation
LF

File:
1 edited

Legend:

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

    r291 r292  
    651651   endif
    652652   if ($couple == true) then
    653      set opt_link="$opt_link -lioipsl -loasis2.4_mpi2 -Wl,-f nan -float0 -ew -P static -I$NCDFINC $NCDFLIB "
     653     set opt_link="$opt_link -lioipsl -loasis2.4_mpi2 -float0 -ew -P static -I$NCDFINC $NCDFLIB "
    654654   else
    655      set opt_link="$opt_link -L$MODIPSLDIR -lioipsl -Wl,-f nan -float0 -ew -P static -I$NCDFINC $NCDFLIB "
     655     set opt_link="$opt_link -L$MODIPSLDIR -lioipsl -float0 -ew -P static -I$NCDFINC $NCDFLIB "
    656656   endif
    657657   set mod_loc_dir="./"
     
    665665     endif
    666666     if ($couple == true) then
    667        set opt_link="$opt_link -lsxioipsl -loasis2.4_mpi2 -Wl,-f nan -float0 -ew -P static -I$NCDFINC $NCDFLIB "
     667       set opt_link="$opt_link -lsxioipsl -loasis2.4_mpi2 -float0 -ew -P static -I$NCDFINC $NCDFLIB "
    668668     else
    669        set opt_link="$opt_link -lsxioipsl -Wl,-f nan -float0 -ew -P static -I$NCDFINC $NCDFLIB "
     669       set opt_link="$opt_link -lsxioipsl -float0 -ew -P static -I$NCDFINC $NCDFLIB "
    670670     endif
    671671   else
Note: See TracChangeset for help on using the changeset viewer.