fortran-lang / stdlib

Fortran Standard Library
https://stdlib.fortran-lang.org
MIT License
1.02k stars 161 forks source link

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

Closed perazz closed 1 month ago

perazz commented 1 month ago

Fix #825.

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

cc: @jvdp1 @fortran-lang/stdlib