Skip to content

src/aux/qsat_wat.F90 contains OpenMP directives, but is not compiled with OpenMP #34

Description

@matrss

And trying to build everything with OpenMP exposes this error:

gfortran -fopenmp -O -c qsat_wat.f90
qsat_wat.f90:535:61:

  535 |      &          ( MAX(P(I),QS(I)) - ONE_MINUS_EPSILON*QS(I) )
      |                                                             ^
Error: 'repsilon' not specified in enclosing 'parallel'
qsat_wat.f90:499:48:

  499 | !$OMP& PRIVATE(fsubw, tt, atable, itable, i)
      |                                                ^
note: enclosing 'parallel'
qsat_wat.f90:535:61:

  535 |      &          ( MAX(P(I),QS(I)) - ONE_MINUS_EPSILON*QS(I) )
      |                                                             ^
Error: 'one_minus_epsilon' not specified in enclosing 'parallel'
qsat_wat.f90:499:48:

  499 | !$OMP& PRIVATE(fsubw, tt, atable, itable, i)
      |                                                ^
note: enclosing 'parallel'
make: *** [Mk_pattern:10: qsat_wat.o] Fehler 1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions