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

linalg: remove pure attr from procedures using openmp runtime #826

Merged
merged 1 commit into from
May 22, 2024

Conversation

perazz
Copy link
Contributor

@perazz perazz commented May 21, 2024

Fix #825.

OpenMP runtime library routines may not be called from PURE or ELEMENTAL procedures.

cc: @jvdp1 @fortran-lang/stdlib

Copy link
Member

@jvdp1 jvdp1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you @perazz . I will merge it now as it is a minor fix.

@jvdp1 jvdp1 merged commit 32018f2 into fortran-lang:master May 22, 2024
17 checks passed
@perazz perazz deleted the no_pure_openmp branch May 22, 2024 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conflict between the pure function stdlib_iparam2stage and openmp
3 participants