Talk:OpenMP: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
I've made links to OpenMP 4.0 specifications, reference cards, and examples, because that's the version supported by GCC 4.9. If a different version is the default on Cedar/Graham, we should adjust these.
I've made links to OpenMP 4.0 specifications, reference cards, and examples, because that's the version supported by GCC 4.9. If a different version is the default on Cedar/Graham, we should adjust these.
: [[User:Rdickson|Ross Dickson]] ([[User talk:Rdickson|talk]]) 20:51, 15 December 2016 (UTC)
: [[User:Rdickson|Ross Dickson]] ([[User talk:Rdickson|talk]]) 20:51, 15 December 2016 (UTC)
====Directives====
The table of directives and clauses is ill-explained, adrift, and unfriendly, AND contains errors in the wiki markup (e.g. the DEFAULT clause isn't rendered properly). The same content is available and better contextualized in the external tutorials or the OpenMP.org reference cards, so we should probably remove the table.
:[[User:Rdickson|Ross Dickson]] ([[User talk:Rdickson|talk]]) 16:29, 5 January 2017 (UTC)

Revision as of 16:29, 5 January 2017

Environment[edit]

The discussion of OMP_SCHEDULE is adrift without prior discussions of loop scheduling and processor affinity, so we should write text for those topics or else remove this discussion. OMP_DYNAMIC and OMP_NESTED are not explained and there are other env vars that matter (https://computing.llnl.gov/tutorials/openMP/#EnvironmentVariables) so I'm not sure why exactly those four are mentioned.

Ross Dickson (talk) 20:26, 15 December 2016 (UTC)

References[edit]

I've made links to OpenMP 4.0 specifications, reference cards, and examples, because that's the version supported by GCC 4.9. If a different version is the default on Cedar/Graham, we should adjust these.

Ross Dickson (talk) 20:51, 15 December 2016 (UTC)

Directives[edit]

The table of directives and clauses is ill-explained, adrift, and unfriendly, AND contains errors in the wiki markup (e.g. the DEFAULT clause isn't rendered properly). The same content is available and better contextualized in the external tutorials or the OpenMP.org reference cards, so we should probably remove the table.

Ross Dickson (talk) 16:29, 5 January 2017 (UTC)