OpenMP 3.1 API C/C++ Syntax Quick Reference Card
OpenMP 3.1 API C/C++ 语法规范速查页
OpenMP Application Program Interface (API) is a portable, scalable model that gives shared-memory parallel programmers a simple and flexible interface for developing parallel applications for platforms ranging from the desktop to the supercomputer.
OpenMP应用程序API是可移植、可调节的模型,它提供给共享内存的并行程序员一个简单和灵活的接口,来开发并行应用,使其运行在从桌面到超级计算机的各种平台。
OpenMP supports multi-platform shared-memory parallel programming in C/C++ and Fortran on all architectures, including Unix platforms and Windows NT platforms. A separate OpenMP reference card for Fortran is also available.
OpenMP支持多平台共享内存的并行编程,使用C/C++语言和Fortran语言在包括Unix和Windows NT在内的各种架构上编写。除此之外,还有一个独立的为Fortran语言编写的OpenMP速查页。
