c++ - OpenMP support?
- Ilya Minkov (4/4) Jun 22 2003 It appears that on recent Pentium 4, hyper-threading support can be
- Walter (3/6) Jun 22 2003 I don't know anything about them.
- Ilya Minkov (4/5) Jun 22 2003 Not that i do. :) I'm not really sure of value.
- Ilya Minkov (10/21) Jun 22 2003 Oh, i'm sorry, i believe this link is somewhat misleading - it's only
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?I don't know anything about them.
Jun 22 2003
Walter wrote:I don't know anything about them.Not that i do. :) I'm not really sure of value. http://www.openmp.org/ -i.
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.Not that i do. :) I'm not really sure of value. http://www.openmp.org/ -i.
Jun 22 2003