📄 19.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>OpenMP Programming Review</title> <meta name="Generator" content="ATutor"> <meta name="Keywords" content=""></head><body> <P>This chapter will review the basics of parallel programming using
the OpenMP set of directives on a shared memory system.
<P>The topics that will be discussed are:</P>
<UL>
<P><LI> What is <em>OpenMP</em>?</li></p>
<P><LI>The OpenMP programming model</li></p>
<P><LI>General syntax rules</li></p>
<P><LI>The <em>parallel region</em></li></p>
<P><LI>OpenMP directive clauses</li></p>
<P><LI>Work-sharing constructs</li></p>
<P><LI>Synchronization constructs</li></p>
<P><LI>OpenMP environment variables</li></p>
<P><LI>OpenMP runtime routines</li></p>
<P><LI>Performance issues</li></p>
</UL></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -