gcc 4.2 支持openMP
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....
Leave a comment