allow each benchmark to use the master makefile but twiddle number of work threads...
[IRC.git] / Robust / src / Benchmarks / oooJava / mergesort / makefile
1 PROGRAM=MergeSort4
2
3 SOURCE_FILES=BMergeSort4.java
4
5 NUM_OOO_WORKERS=64
6 NUM_RCR_WORKERS=64
7
8 include ../master-makefile