https://github.com/N-BodyShop/changa
Raw File
Tip revision: 267f8138af71fb32dc9f0bd52a54f531d4e54794 authored by Tom Quinn on 03 December 2015, 04:55:43 UTC
Handle Oct decomp in new Tree Build.
Tip revision: 267f813
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