Thanks to visit codestin.com
Credit goes to github.com

Skip to content

using OPENMP_REPRODUCIBLE doesn't compile due to missing clause in openmp directives #444

@suvarchal

Description

@suvarchal

cannot compile the model with -DOPENMP_REPRODUCIBLE=ON (must be used together with -DENABLE_OPENMP).

error is

The DO directive to which the ordered section binds does not have the ORDERED clause specified.
!$OMP ORDERED

for multiple files that use openmp directives.

Not sure if this is because of openmp version.

and also note for future:

  • OPENMP_REPRODUCIBLE compile option is currently independent of ENABLE_OPENMP, it should be only relevant when OPENMP is used.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions