Ignore:
Timestamp:
09/18/17 12:08:22 (7 years ago)
Author:
dubos
Message:

Testing : renamed build directories + minor fixes

File:
1 edited

Legend:

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

    r506 r547  
    44{ 
    55    NAME=$1 ; shift 
    6     BUILD=$ROOT/DYNAMICO_$NAME 
     6    BUILD=$ROOT/build_$NAME 
    77    LOGFILE=$ROOT/logs/dynamico_${NAME}.log 
    8     cd $ROOT/DYNAMICO_$NAME 
     8    cd $ROOT/build_$NAME 
    99    echo "In $PWD : building DYNAMICO with options $*" 
    1010    echo "Watch logfile $LOGFILE" 
     
    2323    cd $ROOT 
    2424    # compile all variants in parallel 
    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 & 
     25#    build_dynamico serial -parallel none $FULL & 
     26    build_dynamico mpi -parallel mpi -with_xios $other $FULL & 
     27    build_dynamico mpi_omp -parallel mpi_omp -with_xios $other $FULL & 
    2828    wait 
    2929    # check success 
    30     ls bin/icosa_serial.exe || exit 1 
     30#    ls bin/icosa_serial.exe || exit 1 
    3131    ls bin/icosa_mpi.exe || exit 1 
    3232    ls bin/icosa_mpi_omp.exe || exit 1 
Note: See TracChangeset for help on using the changeset viewer.