December 2007 Archives
OpenMP并行库在多核机的大量计算中尤其是序列无关的循环计算中显示出极大的性能提升。看到05年xbox的说明中已经支持了OpenMP. OpenMP大量使用在图形的渲染和着色上。
MSDN 上有一篇文章介绍关于在OpenMP支持Xbox的文章 :
Coding For Multiple Cores on Xbox 360 and Microsoft Windows
这里有一片文章介绍OpenMP在游戏中渲染地形的使用:
Multi-Threaded Terrain Smoothing
也许当未来出现多核手机的时候OpenMP可以简化手机的线程处理, 看电池的好坏了...
Parallel computing is the wave of the future…and always will be.
AMD
Cray
Fujitsu/Lahey
HP
IBM
Intel
Microsoft
NEC
The Portland Group, Inc.
SGI
Sun Microsystems
Totalview Technologies
Vast from Crescent Bay Software
Cray
Fujitsu/Lahey
HP
IBM
Intel
Microsoft
NEC
The Portland Group, Inc.
SGI
Sun Microsystems
Totalview Technologies
Vast from Crescent Bay Software
gcc 4.2支持 openMP, 可以尝试在 multi processor 环境下编写简单的MP程序.
更新说明: http://gcc.gnu.org/gcc-4.2/changes.html
gomp: http://gcc.gnu.org/projects/gomp/
The GOMP project is developing an implementation of OpenMP for the C, C++, and Fortran 95 compilers in the GNU Compiler Collection. As part of the GNU Project, GOMP will simplify parallel programming for all GNU system variants. This effort operates in an open environment to attract developers and ensure applicability across multiple architectures and applications....
更新说明: http://gcc.gnu.org/gcc-4.2/changes.html
gomp: http://gcc.gnu.org/projects/gomp/
The GOMP project is developing an implementation of OpenMP for the C, C++, and Fortran 95 compilers in the GNU Compiler Collection. As part of the GNU Project, GOMP will simplify parallel programming for all GNU system variants. This effort operates in an open environment to attract developers and ensure applicability across multiple architectures and applications....
come from www.openmp.org
API documents
API documents