Changes between Version 16 and Version 17 of Building/RunningNoFib
- Timestamp:
- 09/20/12 19:24:47 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/RunningNoFib
v16 v17 75 75 }}} 76 76 77 To run the parallel benchmarks with some number of cores, you need to compile the parallel benchmarks with the -threaded option and also pass the -N RTS argument; for example, the following runs the parallel benchmarks with 4 cores (run this from the parallel directory): 78 {{{ 79 make clean 80 make EXTRA_HC_OPTS="-threaded" EXTRA_RUNTEST_OPTS='+RTS -N4 -RTS' 81 }}} 82 77 83 == Tweaking things == 78 84
