source: XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/clean_xios.sh @ 1781

Last change on this file since 1781 was 1743, checked in by yushan, 5 years ago

GENERIC_TESTCASE: add build_dir for job scripts

  • Property svn:executable set to *
File size: 592 bytes
Line 
1cd test_function
2rm -f xios_*.out
3rm -f xios_*.err
4rm -f *.nc
5rm -f graph_data.json
6rm -f distribute_file_*.dat
7
8cd ../test_scalar_algo
9rm -f xios_*.out
10rm -f xios_*.err
11rm -f *.nc
12rm -f graph_data.json
13rm -f distribute_file_*.dat
14
15cd ../test_axis_algo
16rm -f xios_*.out
17rm -f xios_*.err
18rm -f *.nc
19rm -f graph_data.json
20rm -f distribute_file_*.dat
21
22cd ../test_domain_algo
23rm -f xios_*.out
24rm -f xios_*.err
25rm -f *.nc
26rm -f graph_data.json
27rm -f distribute_file_*.dat
28
29cd ../test_grid_algo
30rm -f xios_*.out
31rm -f xios_*.err
32rm -f *.nc
33rm -f graph_data.json
34rm -f distribute_file_*.dat
35
36
37
Note: See TracBrowser for help on using the repository browser.