~fluidity-core/fluidity/sediment_restructure

« back to all changes in this revision

Viewing changes to tests/parallel_p2_consistent_interpolation_2p1d/Makefile

merge with branch including remap_surface_to_field but then removed this change and approached it a different way which seems to work

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
FLMLMODEL = parallel_p2_consistent_interpolation
2
 
MESH = square-unstructured
3
 
 
4
 
default: input
5
 
 
6
 
input: src/$(MESH).tar.bz2
7
 
        tar -xvjf src/$(MESH).tar.bz2
8
 
        fldecomp -n 3 $(MESH)
9
 
 
10
 
clean: clean-mesh clean-run
11
 
        rm -rf parallel_p2_consistent_interpolation_*
12
 
clean-mesh:
13
 
        rm -f $(MESH).edge $(MESH).ele $(MESH).node
14
 
        rm -f $(MESH)_?*.edge $(MESH)_?*.ele $(MESH)_?*.node $(MESH)_?*.halo
15
 
clean-run:
16
 
        rm -f $(FLMLMODEL)_?*.pvtu $(FLMLMODEL)_?*_?*.vtu $(FLMLMODEL).stat fluidity.err-* fluidity.log-*