[CMake] Does Makefile generated by CMake support make -jN?
Chaos Zhang
zcsd2012 at gmail.com
Tue Jul 12 22:54:27 EDT 2016
Hi, all,
I was trying to compile my project using CMake, after CMake generated
Makefile.
I used `/usr/bin/time -v make` to make the Makefile, got the result:
'Percent of CPU this job got: 96%'.
Then i used `/usr/bin/time -v make -j8` to make the Makefile, the result of
CPU used is 'Percent of CPU this job got: 648%'.
So i wonder if Makefile generated by CMake support make -jN, BTW my CPU is
I7-4790, and after i use 'cat /proc/cpuinfo', there are 8 processors.
Thanks a lot,
Chao
--
View this message in context: http://cmake.3232098.n2.nabble.com/Does-Makefile-generated-by-CMake-support-make-jN-tp7593949.html
Sent from the CMake mailing list archive at Nabble.com.
More information about the CMake
mailing list