parallelize figure generation
This commit is contained in:
12
Makefile
12
Makefile
@@ -10,7 +10,11 @@ all: pdf
|
||||
# $(TEX) -shell-escape $<
|
||||
# $(BIBTEX) $(PROJ)
|
||||
# $(TEX) -shell-escape $<
|
||||
pdf: $(TEXFILE)
|
||||
|
||||
figures/%.pdf: figures/%.py
|
||||
$(PYTHON) $<
|
||||
|
||||
pdf: $(TEXFILE) figures/kernels.pdf figures/mlfmm.pdf figures/cpu_matvec.pdf
|
||||
$(PYTHON) figures/plots.py
|
||||
$(TEX) -shell-escape $<
|
||||
$(TEX) -shell-escape $<
|
||||
@@ -29,6 +33,12 @@ clean:
|
||||
$(TEXFILE:.tex=.aux) \
|
||||
$(TEXFILE:.tex=.log) \
|
||||
$(TEXFILE:.tex=.toc) \
|
||||
figures/kernels.pdf \
|
||||
figures/kernels.png \
|
||||
figures/mlfmm.pdf \
|
||||
figures/mlfmm.png \
|
||||
figures/cpu_matvec.pdf \
|
||||
figures/cpu_matvec.png \
|
||||
texput.log \
|
||||
main.pyg
|
||||
rm -rf \
|
||||
|
Reference in New Issue
Block a user