source: XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_function/Makefile @ 1699

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

Generic_testcase : test_function update

File size: 733 bytes
Line 
1$(RM) = rm -f
2
3
4all: submit check
5
6submit: job.sh context_atm.xml iodef.xml ../../build_prod/bin/generic_testcase.exe
7        @#llsubmit job.sh
8        @mpirun -np 12 ../../build_prod/bin/generic_testcase.exe
9
10reference: atm_output.nc atm_output_operation.nc
11        rm -f reference/result/*
12        rm -f reference/setup/*
13        cp atm_output_operation.nc reference/result
14        cp iodef.xml reference/setup
15        cp context_atm.xml reference/setup
16        cp param.def reference/setup
17        cp context_grid_dynamico.xml reference/setup
18        cp dynamico_grid.nc reference/setup
19
20
21check:
22        cdo diffn atm_output_operation.nc reference/result/atm_output_operation.nc
23
24clean:
25        $(RM) atm_output*
26        $(RM) xios_*
27        $(RM) Generic_testcase*
28        $(RM) distribute_file_atm_server.dat
29        $(RM) graph_data.json
Note: See TracBrowser for help on using the repository browser.