[Csnd] current csound multicore options
Date | 2012-08-03 10:07 |
From | joachim heintz |
Subject | [Csnd] current csound multicore options |
i am wondering what the current options for the use of multicore are. i don't know if this is the same as parallel csound. i am building csound on linux with scons. i have a quad core processor. i have built with the scons option -j 4 -- is this actually correct? i had a look at the csound flags (http://www.csounds.com/manual/html/CommandFlags.html) but i couldn't find any option which is related to multithreading. is it in any way possible to tell csound to use 1, 2, or more threads in parallel? thanks - joachim |
Date | 2012-08-03 12:04 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Csnd] current csound multicore options |
Do you mean buildingf or running? scons -j 4 will use 4 threads to BUILD csound. To run wil 4 threads use csound -j 4 .... May or may not give better performance depending on ksmps and weight of instruments etc etc I am about to write a longer messafe abour csound on multicore to the developer list following yesterday ==John ff > i am wondering what the current options for the use of multicore are. i > don't know if this is the same as parallel csound. > > i am building csound on linux with scons. i have a quad core processor. > i have built with the scons option -j 4 -- is this actually correct? > > i had a look at the csound flags > (http://www.csounds.com/manual/html/CommandFlags.html) but i couldn't > find any option which is related to multithreading. > > is it in any way possible to tell csound to use 1, 2, or more threads in > parallel? > > thanks - > > joachim > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" > > > > |
Date | 2012-08-03 16:29 |
From | joachim heintz |
Subject | Re: [Csnd] current csound multicore options |
ah, so -j is the csound flag i couldn't find - thanks. should -j perhaps be mentioned in the manual flag list? best - j Am 03.08.2012 13:04, schrieb jpff@cs.bath.ac.uk: > Do you mean buildingf or running? > > scons -j 4 will use 4 threads to BUILD csound. To run wil 4 threads use > csound -j 4 .... > > May or may not give better performance depending on ksmps and weight of > instruments etc etc > > I am about to write a longer messafe abour csound on multicore to the > developer list following yesterday > > ==John ff > >> i am wondering what the current options for the use of multicore are. i >> don't know if this is the same as parallel csound. >> >> i am building csound on linux with scons. i have a quad core processor. >> i have built with the scons option -j 4 -- is this actually correct? >> >> i had a look at the csound flags >> (http://www.csounds.com/manual/html/CommandFlags.html) but i couldn't >> find any option which is related to multithreading. >> >> is it in any way possible to tell csound to use 1, 2, or more threads in >> parallel? >> >> thanks - >> >> joachim >> >> >> Send bugs reports to the Sourceforge bug tracker >> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >> Discussions of bugs and features can be posted here >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe >> csound" >> >> >> >> > > > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > > |