compiler-explorer/infra

[Fortran][OpenMP] flang-new: error: cannot find -lomp: No such file or directory

Opened this issue · 0 comments

flang-new compiler fails to execute code with OpenMP directives. gfortran and ifx compilers seem to access libomp without any problem.

godbolt link

/usr/bin/ld: cannot find -lomp: No such file or directory
flang-new: error: linker command failed with exit code 1 (use -v to see invocation)