You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@trackow totally right! doesn't compile even due to inconsistent directives? @dsidoren
The DO directive to which the ordered section binds does not have the ORDERED clause specified.
!$OMP ORDERED
means something to you?
I am repurposing this issue for that.
suvarchal
changed the title
OPENMP_REPRODUCIBLE should only be available when ENABLE_OPENMP is used
using OPENMP_REPRODUCIBLE doesn't compile due to missing clause in openmp directives
Mar 28, 2023
cannot compile the model with -DOPENMP_REPRODUCIBLE=ON (must be used together with -DENABLE_OPENMP).
error is
for multiple files that use openmp directives.
Not sure if this is because of openmp version.
and also note for future:
The text was updated successfully, but these errors were encountered: