Ignore:
Timestamp:
09/26/19 17:13:09 (5 years ago)
Author:
yushan
Message:

Generic_testcase : Update for Jean-Zay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/clean_config.sh

    r1722 r1725  
    1 cd test_function/test_average 
    2 rm -rf config_* 
     1bash -c "cd test_function/test_average && rm -rf config_*" 
     2bash -c "cd test_function/test_maximum && rm -rf config_*" 
     3bash -c "cd test_function/test_minimum && rm -rf config_*" 
     4bash -c "cd test_function/test_sum && rm -rf config_*" 
     5bash -c "cd test_scalar_algo && rm -rf config_*" 
     6bash -c "cd test_axis_algo && rm -rf config_*" 
     7bash -c "cd test_domain_algo && rm -rf config_*" 
     8bash -c "cd test_grid_algo && rm -rf config_*" 
    39 
    4 cd ../test_maximum 
    5 rm -rf config_* 
    610 
    7 cd ../test_minimum 
    8 rm -rf config_* 
    9  
    10 cd ../test_sum 
    11 rm -rf config_* 
    12  
    13 cd ../../test_scalar_algo 
    14 rm -rf config_* 
    15  
    16 cd ../test_axis_algo 
    17 rm -rf config_* 
    18  
    19 cd ../test_domain_algo 
    20 rm -rf config_* 
    21  
    22 cd ../test_grid_algo 
    23 rm -rf config_* 
    24  
Note: See TracChangeset for help on using the changeset viewer.