https://github.com/N-BodyShop/changa
Raw File
Tip revision: 1349ec1603281ea5a70c4a437e0e144e8a64ba2a authored by Thomas R. Quinn on 01 May 2017, 16:24:04 UTC
GPU: free device buffers for remote interactions in TranserVarsBack.
Tip revision: 1349ec1
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.000* pres.out *.chk?  shocktube.log lastcheckpoint
back to top