Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - OpenMP support?
It appears that on recent Pentium 4, hyper-threading support can be enabled. I believe the software can use it through OpenMP compiler extensions. Are these planned for DMC? -i. Jun 22 2003
"Ilya Minkov" <midiclub 8ung.at> wrote in message news:bd4as0$11b5$1 digitaldaemon.com...It appears that on recent Pentium 4, hyper-threading support can be enabled. I believe the software can use it through OpenMP compiler extensions. Are these planned for DMC? Jun 22 2003
Walter wrote:I don't know anything about them. Jun 22 2003
Oh, i'm sorry, i believe this link is somewhat misleading - it's only the OpenMP which is a programming interface. You also need to find out about its hardware counterpart - supported in latest Pentium 4 CPUs, requiering mainboard and OS support as well - HyperThreading. Rumors say that it's a Good Thing for multithreaded applications, but i really know nothing beyond, nor whether it makes much sense for your compiler. Intel has it, but so far none else. It's hard to compete against intel compiler on speed anyway. -i. Ilya Minkov wrote:Walter wrote:I don't know anything about them. Jun 22 2003
|