Skip to content

support __kmpc_critical and __kmpc_end_critical in simpleomp.cpp #5977

Open
@jozefchutka

Description

@jozefchutka

I am using simpleomp.cpp with emscripten/wasm.
Following build instructions on emscripten-core/emscripten#13892 I am able to build simpleomp.o and link it, however, seems to be missing __kmpc_critical and __kmpc_end_critical and is failing with:

wasm-ld: error: lto.tmp: undefined symbol: __kmpc_critical
wasm-ld: error: lto.tmp: undefined symbol: __kmpc_end_critical

Can you please implement these missing dependencies?

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