<div dir="ltr">To follow up on that.<div><br></div><div>Using LO 6.4 & 7.0 pre-release build on Ubuntu. Recalculating one of the OpenCL test xls files just now.</div><div><br></div><div>Starting up with a command line</div><div>MAX_CONCURRENCY=0 ./soffice </div><div>Does turn the CPU threading off. <br></div><div><br></div><div>Restarting with a command line</div><div>MAX_CONCURRENCY=4 ./soffice <br></div><div>Turns it back on (for my AMD a5800 processor this will give me two threads, because while the CPU is called a 4 core processor and it does have 4 accumulators it only has 2 floatingpoint cores and this is the limiting factor it seems) with recalculation time for the workbook is ~2x faster. <br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 23, 2020 at 1:48 PM Drew Jensen <<a href="mailto:drewjensen.inbox@gmail.com">drewjensen.inbox@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">BTW I'm copying a paragraph from an email on a different list. <div><br></div><div>"Also - if you set <span>MAX_CONCURRENCY</span>=16 - or somesuch (ie. twice your</div>number of threads) - you may be able to defeat the hyper-threaded<br>halving, and see if this workload happens to be one that does better<br><div>with hyper-threading than without."M.M. </div><div><br></div><div>It might be worth mentioning the MAX_CURRENCY setting for controlling CPU thread usage.</div><div><br></div><div>Also, I wonder if the folks answering could answer one other question:</div><div>Does LibreOffice OnLine also use cpu threading in the same way it does when run for desktop or headless? It would be with noting in the documentation if it does not, IMO. </div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 23, 2020 at 9:56 AM Stephen Fanning <<a href="mailto:stevemfanning.wh@gmail.com" target="_blank">stevemfanning.wh@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>
Mike and 
<span> <span dir="ltr" name="Luboš">Luboš</span></span>,</div><div><br></div><div>Many thanks for your help on this topic.</div><div><br></div><div>Regards,</div><div><br></div><div>Steve<br>

</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 23 Apr 2020 at 11:16, Mike Kaganski <<a href="mailto:mikekaganski@hotmail.com" target="_blank">mikekaganski@hotmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 23.04.2020 13:12, Luboš Luňák wrote:<br>
> On Thursday 23 of April 2020, Stephen Fanning wrote:<br>
>> As for the processing itself, I remain unclear about how Calc allocates<br>
>> tasks to threads. Can we give the user any general advice on how he could<br>
>> structure his spreadsheet to gain the maximum performance benefits from the<br>
>> availability of multiple cores? Or maybe there are ways to organise a<br>
>> spreadsheet that will frustrate Calc's attempts to multi-thread, which we<br>
>> ought to advise against?<br>
> <br>
>  Technically threads are generally used only for formula groups, which are a <br>
> sufficient number of adjacent cells in a column that use the same formula <br>
> (and get different results because of relative cell addressing). In UI terms, <br>
> write e.g. "=A1*2" to B1, grab the bottom-right corner of the cell and extend <br>
> down. But it's implementated this way because that's usually how large <br>
> spreadsheets are created. So I think it's a needless complication to be <br>
> specific about this.<br>
> <br>
<br>
IMO it's still useful to mention that the optimization is column-based.<br>
Because many people don't realize that row-based layout is potentially<br>
less efficient. This would be beneficial to those who don't create<br>
spreadsheets according to how it's "usually" done.<br>
<br>
-- <br>
Best regards,<br>
Mike Kaganski<br>
</blockquote></div>
_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org" target="_blank">LibreOffice@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/libreoffice" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
</blockquote></div>
</blockquote></div>