<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Dear All:</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am trying to do some parallel mutlithread coding on the itk::Image. However I have two questions:</DIV>
<DIV>&nbsp;</DIV>
<DIV>1 OpenMP 3.0 now surpport iteration operations:</DIV>
<DIV>Such as for standard stl iterator.</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=5>#pragmaompparallel for</FONT></DIV>
<DIV><FONT size=5>for(it= list1.begin(); it!= list1.end(); it++)</FONT></DIV>
<DIV><FONT size=5>{</FONT></DIV>
<DIV><FONT size=5>it-&gt;compute();</FONT></DIV>
<DIV><FONT size=5>}</FONT></DIV>
<DIV><FONT size=5></FONT>&nbsp;</DIV>
<DIV><FONT size=5>How about for any itk::Iterator? Such as itk::ImageRegionIterator or itk::ImageNeiborhoodIterator, can I do similar things.</FONT></DIV>
<DIV><FONT size=5></FONT>&nbsp;</DIV>
<DIV><FONT size=5>2: Inorder to use OpenMP3.0, I need to replace my GCC with the lastest version. I have itk,vtk and QT build by the earlier vesion of GCC. So if I replaced the GCC, do I need to rebuild itk,vtk and QT? I guess not, but I want to make sure from the experts&nbsp;before I replaced the GCC.</FONT></DIV>
<DIV><FONT size=5></FONT>&nbsp;</DIV>
<DIV><FONT size=5>Thanks</FONT></DIV>
<DIV><FONT size=5></FONT>&nbsp;</DIV>
<DIV><FONT size=5>Baoyun</DIV></FONT></td></tr></table><br>