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

configs/testing : towards first working version

File:
1 moved

Legend:

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

    r504 r506  
    2323    cd $ROOT 
    2424    # compile all variants in parallel 
    25     build_dynamico serial -parallel none & 
    26     build_dynamico mpi -parallel mpi -with_xios & 
    27     build_dynamico mpi_omp -parallel mpi_omp -with_xios & 
     25    build_dynamico serial -parallel none $FULL & 
     26    build_dynamico mpi -parallel mpi -with_xios $FULL & 
     27    build_dynamico mpi_omp -parallel mpi_omp -with_xios $FULL & 
    2828    wait 
    2929    # check success 
     
    3333} 
    3434 
     35FULL=$1 
    3536source current_args 
    3637rm -rf bin logs 
    3738mkdir bin logs 
    38 ( main ) || ( echo ; echo "***************** Build FAILED ******************" ; exit 1) 
     39( main ) || ( echo ; echo "***************** Build FAILED ******************" ) 
    3940 
    40 echo "***************** Build : SUCCESS ******************" 
     41echo 
    4142echo "You may now run create_runs.sh" 
Note: See TracChangeset for help on using the changeset viewer.