📄 20.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> body { font-family: Verdana, Arial, Helvetica, sans-serif;} a.at-term { font-style: italic; } </style> <title>Introduction to OpenMP</title> <meta name="Generator" content="ATutor"> <meta name="Keywords" content=""></head><body> <p><em><a href="../glossary.html#OpenMP" target="body" class="at-term">OpenMP</a></em> is a tool for writing multi-threaded applications in a shared memory environment. It consists of a set of compiler directives and library routines. The compiler generates multi-threaded code based on the specified directives. OpenMP is essentially a standardization of the last 15 years or so of SMP (Symmetric Multi-Processor) development and practice.</p>
<p>Using OpenMP, it is relatively easy to create parallel applications in Fortran, C and C++. Compiler and 3rd-party applications support is common and growing.
</p></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -