https://github.com/N-BodyShop/changa
Raw File
Tip revision: 1037306b75c407c56970d80cd25bc7068c1e4121 authored by Thomas Quinn on 28 January 2015, 23:45:18 UTC
Allow verbosity to change on restart.
Tip revision: 1037306
Makefile
test: pres.out
	@echo compare the contents of pres.out with pres_gasoline.out

pressplot: pressplot.o
	$(CC) -o pressplot pressplot.o -lm

pres.out: pressplot shocktube.000300
	./pressplot -1 1 100 < shocktube.000300 > pres.out

shocktube.000300:
	../charmrun ../ChaNGa shocktube.param

clean:
	rm -rf pressplot pressplot.o shocktube.000300 pres.out *.chk?  shocktube.log lastcheckpoint
back to top