view test/runEvalTest/Makefile @ 25:efb4e880ac7f

add simple parallel execution test
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Mon, 03 Feb 2014 20:38:07 +0900
parents
children
line wrap: on
line source

# we should use cabal
RCPUS = 4
test: ParSum
	./ParSum +RTS -K1G -N$(RCPUS)

ParSum: ParSum.hs
	ghc -O2 ParSum.hs -i.. -threaded -rtsopts