I have tried to install the latest OneAPI base toolkit for MacOS. I need to compile a program that uses OpenMP threading library (mkl_gf_lp64) for the GNU Fortran compiler and LP64 interface library (mkl_gnu_thread) for GNU fortran and C++ compilers.
According to this manual for Linux these are supposed to be installed automatically, but after installing the OneAPI base toolkit I cannot locate any of these library files: libmkl_gf_lp64.a and libmkl_gnu_thread.a They are parts of GNU Compiler collection support and it seems to be missing in MacOS installation package of OneAPI and OneMKL (During installation, I selected all available packages).
Does anyone know how I can include these library files in the OneAPI base installation?