[Scons-users] Determining number of build processes within scons

Mark Ribau mribau at realtaentertainment.com
Wed Dec 5 23:54:32 EST 2012


You might wish instead to add your own option to your SConstruct like
-subjobs or something so that you can grab that and use that with your
builders. This would probably work best with no -j or -j 1. As previously
stated, beware of the multiplier effect. If you had 8 hardware threads,
you might be able to get away with -j 2 -subjobs 4. See AddOption in the
man page for adding your own command line option.
*
*
*
*
----
*mark ribau*
*software engineer
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20121205/e769d354/attachment.html>


More information about the Scons-users mailing list