Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make OpenMP tests be explicit w.r.t. schedule clause #1755

Open
rhornung67 opened this issue Oct 18, 2024 · 0 comments
Open

Make OpenMP tests be explicit w.r.t. schedule clause #1755

rhornung67 opened this issue Oct 18, 2024 · 0 comments
Assignees
Labels
openmp support reviewed Mark with this label when issue has been discussed by team testing

Comments

@rhornung67
Copy link
Member

Is your feature request related to a problem? Please describe.

Some compilers, such as Intel, do not choose static scheduling by default in their OpenMP implementation. This can cause some of our tests to fail.

Most other compilers do choose static scheduling by default.

Describe the solution you'd like

Make all RAJA tests, examples, exercises, etc. explicitly set the OpenMP schedule in their execution policies.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

The OpenMP standard does not state what the default scheduling policy should be when a user does not specify. It is left to the implementation to choose.

@rhornung67 rhornung67 self-assigned this Oct 29, 2024
@rhornung67 rhornung67 added the reviewed Mark with this label when issue has been discussed by team label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
openmp support reviewed Mark with this label when issue has been discussed by team testing
Projects
None yet
Development

No branches or pull requests

1 participant