[Gimp-developer] Using Parallel Make
Chris Moller
moller at mollerware.com
Sat Aug 4 18:32:20 PDT 2007
"make -j" without a numeric argument will overwhelm most machines fairly
quickly in complex makes. Since you're running a dual-core machine, try
"make -j3" or "make -j4". This will limit the number of concurrent
processes to something reasonable and provide decent load balancing
between processing and i/o. (I haven't looked at the gimp Makefiles
recently, but running gcc with the -pipe option might help performance,
at least on Linux systems--I haven't a clue about Windows systems.)
Don Rozenberg wrote:
> Hi,
>
> I recently acquired a new PC with a dual core chip running Kubuntu
> Feisty Fawn. So when I last tried to build Gimp, version 2.3.18, I used
> "make -j" and the build terminated with an error in just a few seconds.
> If I just use the command "make", the build completes successfully in
> about 10 minutes.
>
> Reading up on parallel make, I conclude that the Gimp makefile is not up
> to snuff for doing a parallel make. Naively perhaps, I think that is a
> shame because I bet a lot of people would save a lot of time if they
> could do parallel makes. Has anyone looked at doing parallel builds of
> Gimp?
>
>
> Regards,
> Don
> _______________________________________________
> Gimp-developer mailing list
> Gimp-developer at lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
>
>
--
Moller Software Development Services
*Christian H. L. Moller*
/President/
*Moller Software Development Services, LLC*
**
moller at mollerware.com 919.367.8689 (Voice)
www.mollerware.com <http://www.mollerware.com> 919.367.9097 (Fax)
** **
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /lists/gimp-developer/attachments/20070804/69f2e459/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: card-graphics.png
Type: image/png
Size: 21534 bytes
Desc: not available
Url : /lists/gimp-developer/attachments/20070804/69f2e459/attachment-0001.png
More information about the Gimp-developer
mailing list