Skip to content

CI issue with OpenMP #20640

@glemaitre

Description

@glemaitre

We recently have a failure in 2 of the builds due to OpenMP.
The relevant messages are:

gcc -pthread -B /usr/share/miniconda/envs/testvenv/compiler_compat objects/test_program.o -o test_program -fopenmp
/usr/share/miniconda/envs/testvenv/compiler_compat/ld: warning: libdl.so.2, needed by /usr/lib/gcc/x86_64-linux-gnu/9/libgomp.so, not found (try using -rpath or -rpath-link)
/usr/share/miniconda/envs/testvenv/compiler_compat/ld: /usr/lib/gcc/x86_64-linux-gnu/9/libgomp.so: undefined reference to `dlopen@GLIBC_2.2.5'
/usr/share/miniconda/envs/testvenv/compiler_compat/ld: /usr/lib/gcc/x86_64-linux-gnu/9/libgomp.so: undefined reference to `dlerror@GLIBC_2.2.5'
/usr/share/miniconda/envs/testvenv/compiler_compat/ld: /usr/lib/gcc/x86_64-linux-gnu/9/libgomp.so: undefined reference to `dlclose@GLIBC_2.2.5'
/usr/share/miniconda/envs/testvenv/compiler_compat/ld: /usr/lib/gcc/x86_64-linux-gnu/9/libgomp.so: undefined reference to `dlsym@GLIBC_2.2.5'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions