Talk:OpenMP: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "====Environment==== 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 e...")
 
No edit summary
Line 2: Line 2:
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.  
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.  
: [[User:Rdickson|Ross Dickson]] ([[User talk:Rdickson|talk]]) 20:26, 15 December 2016 (UTC)
: [[User:Rdickson|Ross Dickson]] ([[User talk:Rdickson|talk]]) 20:26, 15 December 2016 (UTC)
====References====
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)

Revision as of 20:51, 15 December 2016

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)