Ignore:
Timestamp:
Jul 10, 2024, 6:21:57 PM (4 months ago)
Author:
abarral
Message:

fix $jobcmd for make_xios & xios compile msg
add $debug to test_compils.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install_amaury/test_compils.sh

    r5037 r5043  
    1919function do_one_test {
    2020    # Perform one test, if the log file doesn't already exist
     21    cd "$local"
    2122
    2223    # Create test args
    23     local args="$base_args -rad $rad -parallel $parallel -netcdf 0 -veget $veget $xios $lmdzrev $cosp"
     24    local args="$base_args -rad $rad -parallel $parallel -netcdf 0 -veget $veget $xios $lmdzrev $cosp $debug"
    2425    # trim
    2526    args=$(echo "$args" | xargs)
     
    4647
    4748function run_all_tests {
    48     cd "$local"
    4949    for parallel in "none" "mpi_omp"; do
    5050    for rad in "oldrad" "rrtm" "ecrad"; do
     
    5454    for lmdzrev in ""; do
    5555    for cosp in "" "-cosp v1" "-cosp v2"; do
     56    for debug in "" "-debug"; do
    5657        do_one_test
     58    done
    5759    done
    5860    done
Note: See TracChangeset for help on using the changeset viewer.