Revert "Remove NPROCS from Makefile, make is able to automatically detect the optimal...
authorJens Steube <jens.steube@gmail.com>
Sun, 6 Dec 2015 12:09:17 +0000 (13:09 +0100)
committerJens Steube <jens.steube@gmail.com>
Sun, 6 Dec 2015 12:09:17 +0000 (13:09 +0100)
commitab66fa17728b85968dc6b5d590600e56aeed66dd
treebc29801c2e74922b641990b6a050d76abffb7be7
parentc9b3bc17ded89bd9d316b5de1c41f57010d48ae2
Revert "Remove NPROCS from Makefile, make is able to automatically detect the optimal number of parallel threads"

Problem here is; This process requires alot of memory. If host memory is too small it will segfault somewhere inside AMD's OpenCL runtime library. Therefore it's better to stick to NPROCS as part of a workaround.

This reverts commit e5adccbf3804d58cb4beb8f06797c0ba179043c6.
src/Makefile