Ignore:
Timestamp:
Apr 22, 2024, 2:53:30 PM (4 weeks ago)
Author:
abarral
Message:

Move fetching orch and lmdz earlier in the code
Allow lmdz version switch
Add check for lmdz version if orch in parallel
Remove explicit pgf90/ifort support
Add lmdz version to tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install_amaury/test_compils.sh

    r4909 r4914  
    1414        args="$args-parallel"
    1515    fi
    16     args="$args -rad $rad -parallel $parallel -netcdf 0 -veget $veget $xios"
     16    args="$args -rad $rad -parallel $parallel -netcdf 0 -veget $veget $xios $lmdzrev"
     17    # trim
     18    args=$(echo "$args" | xargs)
    1719
    1820    logfile="test_logs/$args.out"
     
    3840    for veget in "none" "orch2.0" "orch2.2"; do
    3941    for xios in "" "-xios"; do
    40         if [[ $xios = "-xios" && $parallel = "none" ]]; then continue; fi
     42    if [[ $xios = "-xios" && $parallel = "none" ]]; then continue; fi
     43    for lmdzrev in "" "-r 4894"; do
    4144        do_one_test
     45    done
    4246    done
    4347    done
Note: See TracChangeset for help on using the changeset viewer.