comparison 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
comparison
equal deleted inserted replaced
24:278bd0dcec51 25:efb4e880ac7f
1 # we should use cabal
2 RCPUS = 4
3 test: ParSum
4 ./ParSum +RTS -K1G -N$(RCPUS)
5
6 ParSum: ParSum.hs
7 ghc -O2 ParSum.hs -i.. -threaded -rtsopts