Re: lilypond and multithreading

2014-06-05 Thread Jacques Menu
Hello folks, Going from a sequential application to a parallel one is far from trivial, and this would need in-depth knowledge of the code architecture. It’s my understanding that there are successive phases involved in LP, and that's not good news for parallelization. And there’s Guile in the

Re: lilypond and multithreading

2014-06-04 Thread Mike Solomon
On Jun 4, 2014, at 10:51 AM, Orm Finnendahl wrote: > Hi, > > rendering a score on an i7-2640M with the option "-djob-count=2" > shows 100% cpu load only on one thread of one of the two cores while > rendering. > > Is there some way or a recommended technique of setting up lilypond to > better

Re: lilypond and multithreading

2014-06-04 Thread Phil Holmes
- Original Message - From: "Orm Finnendahl" To: Sent: Wednesday, June 04, 2014 8:51 AM Subject: lilypond and multithreading Hi, rendering a score on an i7-2640M with the option "-djob-count=2" shows 100% cpu load only on one thread of one of the two cores while rendering. Is there