source: XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_grid_algo/Makefile @ 1698

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

Generic_testcase : add Makefiles for launching test and perform numerical check

File size: 342 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
10check:
11        echo "check"
12
13clean:
14        $(RM) atm_output*
15        $(RM) xios_*
16        $(RM) Generic_testcase*
17        $(RM) distribute_file_atm_server.dat
18        $(RM) graph_data.json
Note: See TracBrowser for help on using the repository browser.