Ignore:
Timestamp:
Oct 29, 2009, 2:55:23 PM (15 years ago)
Author:
yann meurdesoif
Message:

Optimisations SX9

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/makelmdz_fcm

    r1249 r1250  
    162162# lecture des chemins propres à l'architecture de la machine #
    163163###############################################################
    164 
    165 rm -f ./arch.path
    166 ln -s ./arch/arch-${arch}.path ./arch.path
     164rm -f .void_file
     165echo > .void_file
     166rm -f arch.path
     167ln -s arch/arch-${arch}.path ./arch.path
    167168source arch.path
    168169
     
    360361rm -f bin/${code}${SUFF_NAME}.e
    361362rm -f arch.fcm
     363rm -f arch.opt
    362364
    363365echo "%ARCH          $arch"          >> $config_fcm
     
    380382
    381383ln -s arch/arch-${arch}.fcm arch.fcm
     384if test -f arch/arch-${arch}.opt &&  [ $compil_mod = "prod" ]
     385  then
     386  ln -s arch/arch-${arch}.opt arch.opt
     387else
     388  ln -s .void_file arch.opt
     389fi
     390
     391
    382392rm -f $LIBOGCM/${arch}${SUFF_NAME}/.config/fcm.bld.lock
    383393./build_gcm
     
    387397ln -s $LIBOGCM/${arch}${SUFF_NAME}/.config config
    388398ln -s $LIBOGCM/${arch}${SUFF_NAME}/.config/tmp tmp_src
    389 #\rm -f $libf/grid/dimensions.h
Note: See TracChangeset for help on using the changeset viewer.