Skip to content
Snippets Groups Projects
Commit 0dd1973a authored by Simon Marlow's avatar Simon Marlow
Browse files

Update Makefile rule following changes in RTS options

parent 888fd325
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ baseline ::
$(MAKE) -k HEAP=$(HEAP) 2>&1 | tee log-$(logid)-baseline
threaded ::
$(MAKE) -k HEAP=$(HEAP) EXTRA_HC_OPTS=-threaded EXTRA_RUNTEST_OPTS="+RTS -g$(THREADS) -RTS" 2>&1 | tee log-$(logid)-threaded-$(THREADS)
$(MAKE) -k HEAP=$(HEAP) EXTRA_HC_OPTS=-threaded EXTRA_RUNTEST_OPTS="+RTS -qg1 -N$(THREADS) -RTS" 2>&1 | tee log-$(logid)-threaded-$(THREADS)
analyse ::
../../utils/nofib-analyse/nofib-analyse log-$(logid)-baseline log-$(logid)-threaded-* >nofib-analyse-$(logid)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment