Ignore:
Timestamp:
10/16/19 11:18:04 (5 years ago)
Author:
yushan
Message:

GENERIC_TESTCASE: add build_dir for job scripts

File:
1 edited

Legend:

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

    r1722 r1743  
    1 cd test_function/test_average 
     1cd test_function 
    22rm -f xios_*.out 
    33rm -f xios_*.err 
     4rm -f *.nc 
     5rm -f graph_data.json 
     6rm -f distribute_file_*.dat  
    47 
    5 cd ../test_maximum 
     8cd ../test_scalar_algo 
    69rm -f xios_*.out 
    710rm -f xios_*.err 
    8  
    9 cd ../test_minimum 
    10 rm -f xios_*.out 
    11 rm -f xios_*.err 
    12  
    13 cd ../test_sum 
    14 rm -f xios_*.out 
    15 rm -f xios_*.err 
    16  
    17 cd ../../test_scalar_algo 
    18 rm -f xios_*.out 
    19 rm -f xios_*.err 
     11rm -f *.nc 
     12rm -f graph_data.json 
     13rm -f distribute_file_*.dat  
    2014 
    2115cd ../test_axis_algo 
    2216rm -f xios_*.out 
    2317rm -f xios_*.err 
     18rm -f *.nc 
     19rm -f graph_data.json 
     20rm -f distribute_file_*.dat  
    2421 
    2522cd ../test_domain_algo 
    2623rm -f xios_*.out 
    2724rm -f xios_*.err 
     25rm -f *.nc 
     26rm -f graph_data.json 
     27rm -f distribute_file_*.dat  
    2828 
    2929cd ../test_grid_algo 
    3030rm -f xios_*.out 
    3131rm -f xios_*.err 
     32rm -f *.nc 
     33rm -f graph_data.json 
     34rm -f distribute_file_*.dat  
    3235 
    3336 
Note: See TracChangeset for help on using the changeset viewer.