Talk:OpenMP: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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) | |||
====Audience==== | |||
I'm not sure who the audience for this page is supposed to be. | |||
* User who already knows OpenMP and just wants to know what we support and how to access it? Too much of the wrong information and too little of the right information for them. | |||
* User who is new to OpenMP and needs a tutorial? Good pointers to tutorials, but the page itself is not a tutorial. | |||
** Francophone user in need of a tutorial? Hmmm... only tutorials I can find in French are slide decks | |||
*** http://www.idris.fr/formations/openmp/ | |||
*** https://www.lri.fr/~falcou/teaching/par/OpenMP-cours.pdf | |||
*** http://icps.u-strasbg.fr/~bastoul/teaching/openmp/bastoul_cours_openmp.pdf | |||
* User who wants to know if OpenMP is appropriate for their problem? The Directives and Environment sections add nothing for this user. | |||
:[[User:Rdickson|Ross Dickson]] ([[User talk:Rdickson|talk]]) 16:49, 5 January 2017 (UTC) |
Latest revision as of 16:49, 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)
Audience[edit]
I'm not sure who the audience for this page is supposed to be.
- User who already knows OpenMP and just wants to know what we support and how to access it? Too much of the wrong information and too little of the right information for them.
- User who is new to OpenMP and needs a tutorial? Good pointers to tutorials, but the page itself is not a tutorial.
- Francophone user in need of a tutorial? Hmmm... only tutorials I can find in French are slide decks
- User who wants to know if OpenMP is appropriate for their problem? The Directives and Environment sections add nothing for this user.
- Ross Dickson (talk) 16:49, 5 January 2017 (UTC)