mrirecon/bart

PARALLEL=1 can cause `make tests` to overload the machine

gdevenyi opened this issue · 1 comments

Parallel mode on tests can overload a machine due to the CPU/Memory load.

Hi, this can be controlled with the environment variable PARALLEL_NJOBS. For example:

~/bart $ cat Makefile.local
PARALLEL=1
PARALLEL_NJOBS=2