flang-new compiler fails to execute code with OpenMP directives. gfortran and ifx compilers seem to access libomp without any problem. [godbolt link](https://godbolt.org/z/GPG5TT4nd) > /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)