diff --git a/Makefile b/Makefile index a1d8a82..fbd4f2f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,8 @@ LOG_REDIR = >& TIME=/usr/bin/time --format "Elapsed: %E, Memory: %M KB [Swaps %W]" # Makefile variables -NUM_PROCS=$(shell nproc --all) +# NUM_PROCS=$(shell nproc --all) +NUM_PROCS=6 PROJ_BASE=$(shell pwd) # Make and run project