We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e952d commit 4bbd658Copy full SHA for 4bbd658
Makefile
@@ -72,15 +72,5 @@ $(OMPEXE_CPP): $(OMPSRC_CPP)
72
$(CXX) $(CFLAGS) $(DEBUG) -fopenmp src/otter-demo/$@.cpp -o $@
73
@echo $@ links to `ldd $@ | grep "[lib|libi|libg]omp"`
74
75
-run: $(BINS) cleanfiles
76
- OMP_TOOL_LIBRARIES=`pwd`/$(OTTER) ./$(EXE)
77
-
78
-notes: docs/notes.tex
79
- cd docs && pdflatex notes.tex && pandoc -s notes.tex -o README.md
80
81
clean:
82
-rm -f lib/* obj/* $(BINS)
83
84
-cleanfiles:
85
- @-rm -rf *.gv* *.svg *.pdf *.png *.txt *.csv* *.log *.json* \
86
- docs/*.pdf docs/*.aux docs/*.gz docs/*.log
0 commit comments