<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=NL-BE link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Dear all,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>When migrating from ITK 3.# to ITK 4.#, I've noticed that the total number of cores are not being read/set properly anymore.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Taking the itkSystemInformation.cxx example in the ...\Modules\Core\Common\test directory and printing mySys.GetNumberOfPhysicalCPU() gives me:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>- 4 (in ITK3.#), which is correct for my quad-core machine<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>- 0 (in ITK4.#), which is wrong<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Could someone provide me a hint as to why I'm seeing this behavior in the first place? Is a global variable set wrong when building ITK?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Furthermore, initializing a filter which supports multithreading and printing<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>myfilter->GetNumberOfThreads()<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gives me:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>- 4 (in ITK3.#)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>- 1 (in ITK4.#)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>I assumed that ITK sets the default number of threads always equal to the total number of cores?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>How can I know if my filter is actually using all my cores?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Kind regards,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Brecht Heyde<o:p></o:p></span></p></div></body></html>