Ignore:
Timestamp:
12/08/16 12:25:16 (7 years ago)
Author:
dubos
Message:

configs/testing : towards first working version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configs/testing/bash/daily.sh

    r503 r506  
    3030if [[ $XIOS_CUR != $XIOS_HEAD ]]; then 
    3131    echo "XIOS needs an update from r$XIOS_CUR to r$XIOS_HEAD" 
     32    FULL="-full" # trigger full recompilation of DYNAMICO 
    3233    UPDATE=y 
    3334fi 
     
    3738    update XIOS || exit 1 
    3839    update DYNAMICO || exit 1 
    39     ./build.sh || exit 1 
    40     ./create_runs.sh || exit 1 
    41     ./submit.sh || exit 1 
     40    bash/build.sh $FULL || exit 1 
     41    bash/create_runs.sh || exit 1 
     42    bash/submit.sh || exit 1 
    4243fi 
Note: See TracChangeset for help on using the changeset viewer.