Ignore:
Timestamp:
Jan 12, 2004, 11:47:12 AM (21 years ago)
Author:
lmdzadmin
Message:

Inclusion des options pour le SX6 du CEA, A. Caubel
LF

File:
1 edited

Legend:

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

    r328 r487  
    1414  XNEC=1
    1515fi
     16X6NEC=0
     17if [ "$machine" = "mercure" ] ; then
     18  X6NEC=1
     19fi
    1620VPP=0
    1721if [ "$machine" = "nymphea0" ] ; then
     
    5155echo '# Les differentes librairies pour l"edition des liens:'
    5256echo
    53 if [ "$XNEC" = '1' ] ; then
     57if ( [ "$XNEC" = '1' ] || [ "$X6NEC" = '1' ] ) ; then
    5458  echo 'dyn3d      = $(LIBO)/libsxdyn3d.a $(LIBO)/libsx$(FILTRE).a'
    5559  echo 'dyn2d      = $(LIBO)/libsxdyn2d.a'
     
    170174         F90=0 ; egrep -i '^ *use ' $trufile > /dev/null 2>&1 && F90=1
    171175                 egrep -i '^ *module ' $trufile > /dev/null 2>&1 && F90=1
     176                 egrep -i '#include*.inc ' $trufile > /dev/null 2>&1 && F90=1
    172177         str1='$(LIBO)/lib'$diri'.a('$fili'.o) : $(LIBF)/'$diri/$trufile
    173178         [ "$fili" = "chem.subs" ] && str1=$str1' $(LIBF)/'$diri/chem.mods.F
     
    213218            fi
    214219         fi
    215          if [ "$XNEC" -eq '1' ] ; then
     220         if ( [ "$XNEC" -eq '1' ] || [ "$X6NEC" = '1' ] ) ; then
    216221           echo '       sxar r $(LIBO)/libsx'$diri'.a '$fili'.o ; \'
    217222         fi
Note: See TracChangeset for help on using the changeset viewer.