Ignore:
Timestamp:
08/12/20 16:17:53 (4 years ago)
Author:
dubos
Message:

testing : allow different arch for XIOS and DYNAMICO

File:
1 edited

Legend:

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

    r727 r1041  
    2121    echo "./make_xios --arch $arch $other_XIOS --job $job" 
    2222    echo "Watch logfile $LOGFILE" 
    23     ./make_xios --arch $arch $other_XIOS --job $job > $LOGFILE 2>&1 || ( tail $LOGFILE ; exit 1 )     
     23    ./make_xios --arch $arch_XIOS $other_XIOS --job $job > $LOGFILE 2>&1 || ( tail $LOGFILE ; exit 1 )     
    2424    cd $ROOT 
    2525    # compile all variants in parallel 
Note: See TracChangeset for help on using the changeset viewer.