intpips: restore QUICK N

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-12-11 16:35:24 -08:00
parent ede69d95de
commit b384f1f09e
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
# WARNING: N must be relatively high (say 10) or segmatch -m/M will fail
ifeq ($(QUICK),Y)
N := 10
else
# Do relatively large batch to keep parallelism high
# LCM between 12 (CPUs on my system) and 16, a common CPU count
# WARNING: N must be relatively high (say 10) or segmatch -m/M will fail
N := 48
endif
# Driven by int_loop.sh
ITER := 1
# See int_loop_check.py