Ignore:
Timestamp:
12/20/19 16:54:56 (4 years ago)
Author:
yushan
Message:

XIOS test suite : add scripts for local compile and test. No copy to thredds/forge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/xios_test_suite/TEST_SUITE/run_sub_test.sh

    r1806 r1824  
    88 
    99 
    10 # Black        0;30     Dark Gray     1;30 
    11 # Red          0;31     Light Red     1;31 
    12 # Green        0;32     Light Green   1;32 
    13 # Brown/Orange 0;33     Yellow        1;33 
    14 # Blue         0;34     Light Blue    1;34 
    15 # Purple       0;35     Light Purple  1;35 
    16 # Cyan         0;36     Light Cyan    1;36 
    17 # Light Gray   0;37     White         1;37 
    18  
    19  
    2010{ nb_proc=$(python sub_config.py 2>&1 1>&3-) ;} 3>&1 
    2111 
     
    2515    echo "build_dir="$build_dir 
    2616    ccc_mprun -n $nb_proc $xios_dir/$build_dir/bin/generic_testcase.exe 
    27 elif [[($machine_name == ada)]] 
    28 then 
    29     echo "Testing on ADA" 
    30     mpirun -np $nb_proc $xios_dir/$build_dir/bin/generic_testcase.exe 
    3117elif [[($machine_name == jeanzay)]] 
    3218then 
Note: See TracChangeset for help on using the changeset viewer.