<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic HI, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979183#M17329</link>
    <description>&lt;P&gt;HI,&lt;/P&gt;

&lt;P&gt;I am Starting&amp;nbsp; my PhD in civil engineering and i am trying to link MKL with C++ through Eclipse IDE ( The compiler is GCC). I followed the 4 steps of configuring Eclipse with MKL but the problem still exists.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Is there a step by step illustration to do this, i have been trying in this more than 3 days and i can not. Aslo, i tried to use the examples in the MKL folder, but also i have the same problem.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2017 22:14:52 GMT</pubDate>
    <dc:creator>elmeliegy__abdelrahm</dc:creator>
    <dc:date>2017-12-20T22:14:52Z</dc:date>
    <item>
      <title>Welcome to the Intel(R) MKL Forum</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979182#M17328</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;The Intel Math Kernel Library is a new forum for users and interested developers to discuss issues relating to this math library product. Because of the breadth of this library - BLAS, LAPACK, DFTs, ScaLAPACK (with MKL 7.0 alpha and beta), Vector Math Library and Vector Statistical Library - may draw a wide audience. We certainly hope so.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;A very short note about what the forum is &lt;EM&gt;not&lt;/EM&gt;: This is not a forum for technical support for the library. Rather, please go to the &lt;A href="http://www.intel.com/software/products/support/" target="_blank"&gt;library support site&lt;/A&gt; which is staffed and set up to register and respond to support issues you may have.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;As one of the moderators of this form I (Bruce) hope we can learn from the shared experiences of a wide range of users, that we may find more effective ways of using the software, that suggestions for improvements, enhancements and enlargements will arise over time.I also hope we can have fun in a constructive, amicable way.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;In short, welcome to this forum. You may choose only to read what is going on in the forum. We would like you to contribute, to ask questions, to make suggestions, perhaps you have the suggestion that will be most helpful to another developer. While to say "the more the merrier" would be a cliche and thus we would never use that expression, nonetheless a large contributing community will make this a more lively and useful forum for all of us.&lt;/DIV&gt;
&lt;P&gt;We encourage you to &lt;A href="https://community.intel.com/ids/board/message?board.id=MKL&amp;amp;message.id=4" target="_blank"&gt;&lt;FONT color="#000000"&gt;introduce yourself&lt;/FONT&gt;&lt;/A&gt; so we can know a bit &lt;/P&gt;&lt;/DIV&gt;
&lt;P&gt;Message Edited by bsgreer on &lt;SPAN class="date_text"&gt;12-17-2003&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;01:59 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2003 05:32:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979182#M17328</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2003-12-18T05:32:24Z</dc:date>
    </item>
    <item>
      <title>HI,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979183#M17329</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;

&lt;P&gt;I am Starting&amp;nbsp; my PhD in civil engineering and i am trying to link MKL with C++ through Eclipse IDE ( The compiler is GCC). I followed the 4 steps of configuring Eclipse with MKL but the problem still exists.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Is there a step by step illustration to do this, i have been trying in this more than 3 days and i can not. Aslo, i tried to use the examples in the MKL folder, but also i have the same problem.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 22:14:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979183#M17329</guid>
      <dc:creator>elmeliegy__abdelrahm</dc:creator>
      <dc:date>2017-12-20T22:14:52Z</dc:date>
    </item>
    <item>
      <title>I am trying to compile my</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979184#M17330</link>
      <description>&lt;P&gt;I am trying to compile my cython code which contains &lt;STRONG&gt;&lt;EM&gt;scalapack&lt;/EM&gt;&lt;/STRONG&gt;. I used the following mkl libraries for compilation of the code:&lt;/P&gt;

&lt;PRE class="brush:python;"&gt;extra_compile_args=[ "-fopenmp", "-lmkl_def", "-lmkl_lapack95_lp64", "-lmkl_core", "-lmkl_intel_lp64",  "-lmkl_rt", "-lmkl_intel_thread" ] ,
extra_link_args=['pdgetrf_.o', 'pdgetri_.o', 'scalapack_wrap.o','-fopenmp', "-lmkl_def", "-lmkl_lapack95_lp64", "-lmkl_core", "-lmkl_intel_lp64", "-lmkl_rt", "-lmkl_intel_thread"] )&lt;/PRE&gt;

&lt;P&gt;The code gets compiled but when I import the cython code in python I get the following error message:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:python;"&gt;&amp;gt;&amp;gt;&amp;gt; import scalapack_funcs
Traceback (most recent call last):
  File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;
ImportError: /opt/intel/mkl/lib/intel64/libmkl_scalapack_lp64.so: undefined symbol: dapply_2hv
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I will appreciate if someone can suggest how I could fix this problem?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:27:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979184#M17330</guid>
      <dc:creator>Sheikh__Zahra</dc:creator>
      <dc:date>2018-02-07T17:27:38Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979185#M17331</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I don't know if the non-negative matrix factorization is implemented in mkl?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2018 20:28:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979185#M17331</guid>
      <dc:creator>Pham__Buu</dc:creator>
      <dc:date>2018-06-17T20:28:32Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979186#M17332</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to solve a nonlinear system of equations using Intel MKL PARDISO. I am implementing the standard Newton-Raphson method. However, the program crashes and, upon debugging the code with Valgrind, the attached error log is produced.&lt;/P&gt;&lt;P&gt;I would like to ask the following questions:&lt;/P&gt;&lt;P&gt;- Could you please enlighten me on &amp;nbsp;the main issues here?&amp;nbsp;The code is written on C++ and&amp;nbsp;is run on Ubuntu 16.04 using a Makefile (please see the attachment).&lt;/P&gt;&lt;P&gt;- How could one estimate the condition number of a matrix stored in CSR format?&amp;nbsp;&lt;/P&gt;&lt;P&gt;- How could one check whether a matrix in CSR format is symmetric and positive definite? To my understanding, there is no specific routine that carries out such a task.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Could the use of a deprecated routine cause run-time&amp;nbsp;issues? For instance, if I want to convert a CSR matrix into a CSC matrix and use the&amp;nbsp;mkl_dcsrcsc function.&lt;/P&gt;&lt;P&gt;Thank you for your time and consideration.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rico&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jan 2019 17:57:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979186#M17332</guid>
      <dc:creator>Morasata__Rico</dc:creator>
      <dc:date>2019-01-26T17:57:39Z</dc:date>
    </item>
    <item>
      <title>It's too tricky to say where</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979187#M17333</link>
      <description>&lt;P&gt;It's too tricky to say where the problem may come from without the comprehensive example. At the first glance the code looks correct.&lt;/P&gt;&lt;P&gt;Could you try to&amp;nbsp; check if your input matrix is correct. (iparm[26]=1 ), split the call to separate phases 11, 22 and 33 and see when the crash will happen.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, there is not specific routines to check if the input matrix are symmetric of spd ones.&lt;/P&gt;&lt;P&gt;regard to deprecated routines -- we don't expect such issues with the latest MKL 2019 u1 .&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 08:35:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979187#M17333</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-01-29T08:35:30Z</dc:date>
    </item>
    <item>
      <title>Hi Everyone! I've got an</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979188#M17334</link>
      <description>&lt;P&gt;Hi Everyone! I've got an interesting problem I'm hoping to find some insight on.&lt;/P&gt;&lt;P&gt;So we have a need to perform large matrix-vector and matrix-matrix products. We are invested in storing the matrices in BSR format, though we&amp;nbsp;&amp;nbsp;modify the standard so that&amp;nbsp;dense blocks in&amp;nbsp;the matrix can be rectangular. In the case of square blocks, we defer to MKL routines tailored to BSR matrix operations, but this standard does not seem to support rectangular block matrices. Our current workaround is to wrap a tbb parallel loop and do matrix-vector and matrix-matrix products via calls to gemv/gemm across the whole matrix. This works fine, but its much slower than we would like.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have looked into doing all those small matVec and matMat ops with a batched routine, but this ends up requiring allocation of a large buffer, which is a serious hit to performance.&lt;/P&gt;&lt;P&gt;Anybody have thoughts on a smart way to work around these constraints? We would love to see performance closer to the MKL bsr routines, but any headway we can make would be great.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 18:36:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979188#M17334</guid>
      <dc:creator>Wetterer-Nelson__Cor</dc:creator>
      <dc:date>2019-06-18T18:36:14Z</dc:date>
    </item>
    <item>
      <title>In Sparse Symmetric Linear</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979189#M17335</link>
      <description>&lt;P&gt;&lt;STRONG&gt;In Sparse Symmetric Linear Systems to use pardiso's parameter iparm(31)and perm&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;I'm testing a example about&amp;nbsp;Sparse Symmetric Linear Systems.&lt;/P&gt;&lt;P&gt;There is&amp;nbsp;a example (Fortran)&amp;nbsp; provided to solve symmetric linear systems with PARDISO. To solve the systems of equations Ax = b.&lt;/P&gt;&lt;P&gt;If i want to achieve partial solution ,How to use the Pardiso's parameter&amp;nbsp;Iparm(31) and perm(i) to achieve the target.&lt;/P&gt;&lt;P&gt;The attachment is my FORTRAN&amp;nbsp;code.&lt;/P&gt;&lt;P&gt;Could you tell how to achiece it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mingzhi&lt;/P&gt;&lt;P&gt;Attachment&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 01:07:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979189#M17335</guid>
      <dc:creator>Li__Mingzhi</dc:creator>
      <dc:date>2019-09-16T01:07:33Z</dc:date>
    </item>
    <item>
      <title>you may take a look at the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979190#M17336</link>
      <description>&lt;P&gt;you may take a look at the&amp;nbsp;pardiso_sym_reduced_solve_f.f example( mklroot\examples\solverf )&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 05:32:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979190#M17336</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-09-16T05:32:49Z</dc:date>
    </item>
    <item>
      <title>Hello Mingzhi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979191#M17337</link>
      <description>&lt;P&gt;Hello Mingzhi,&lt;/P&gt;&lt;P&gt;1) (minor) First, looking at your code I see&lt;BR /&gt;iparm(7) = 16 ! default logical fortran unit number for output&lt;BR /&gt;doesn't agree with Intel MKL documentation (iparm[7] is the output iparm parameter which can give the number of iterative refinement steps performed). Hence, the question is whether you're actually intend to use Intel MKL PARDISO or some other solver with a similar interface?&lt;/P&gt;&lt;P&gt;&amp;nbsp;2) Second, you also have&lt;BR /&gt;iparm(8) = 9 ! numbers of iterative refinement steps&lt;BR /&gt;but the partial solve by its definition does not support iterative refinement. So, I believe&amp;nbsp;due to this setting PARDISO actually performed a full solve or maybe smth incorrect.&lt;BR /&gt;Could you please switch this iparm off (set iparm(8)=1) and check if the results&amp;nbsp;are what you expect?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Kirill&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 19:28:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979191#M17337</guid>
      <dc:creator>Kirill_V_Intel</dc:creator>
      <dc:date>2019-09-16T19:28:22Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979192#M17338</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have installed Intel MKL 2020 on my office desktop. The C++ program solves the problem Ax=b using&amp;nbsp;LAPACKE_dgesv&amp;nbsp;function with multi-threading enabled. This program is written for learning purposes alone.&amp;nbsp;I am using Ubuntu 18.04 for my work. The Intel MKL is installed in&amp;nbsp;/opt/intel. The program is generating errors, if possible, please help me with this. I have included the following in .bashrc&lt;/P&gt;&lt;P&gt;export MKL_LIB_DIR=/opt/intel/compilers_and_libraries_2020.0.166/linux/mkl/lib/intel64/&lt;BR /&gt;export MKL_INCLUDE_DIR=/opt/intel/compilers_and_libraries_2020.0.166/linux/mkl/include/&lt;BR /&gt;export LD_LIBRARY_PATH=$MKL_LIB_DIR:$LD_LIBRARY_PATH&lt;/P&gt;&lt;P&gt;Contents of the Makefile&lt;/P&gt;
&lt;PRE class="brush:bash; class-name:dark;"&gt;CPPFLAGS = -g -O3 -Wextra -Wall -std=c++17 -m64 -DMKL_ILP64
INCLUDES = -I$(MKL_INCLUDE_DIR)
LDFLAGS =  -Wl,--start-group -L$(MKL_LIB_DIR)/libmkl_intel_ilp64.a\
-L$(MKL_LIB_DIR)/libmkl_intel_thread.a\
-L$(MKL_LIB_DIR)/libmkl_core.a -Wl,--end-group \
-lpthread -lm -ldl  #obtained using Intel Link line Advisor for MKL
OBJS = main.o
PROG = main_exe
CC = g++-9

$(PROG) : $(OBJS) 
	$(CC) $(LDFLAGS) $(INCLUDES) $(OBJS) -o $(PROG) 
main.o : main.cpp
	$(CC) $(CPPFLAGS) $(INCLUDES) -c main.cpp -o main.o

clean :
	rm -f $(OBJS) $(PROG)
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error message generated is shown below.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Error:&amp;nbsp;&amp;nbsp;undefined reference to `LAPACKE_dgesv'&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;C++ file is attached.&lt;/P&gt;
&lt;P&gt;Looking forward to hearing from you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Athul Shaji&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 04:11:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979192#M17338</guid>
      <dc:creator>shaji__athul</dc:creator>
      <dc:date>2020-01-15T04:11:21Z</dc:date>
    </item>
    <item>
      <title>iicc -std=c++11 -I/opt/intel</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979193#M17339</link>
      <description>&lt;P&gt;iicc -std=c++11 -I/opt/intel/compilers_and_libraries_2019/linux/mkl/mkl/include -mkl main.cpp&lt;/P&gt;&lt;P&gt;./a.out&lt;BR /&gt;This program is written by Athul Shaji.&lt;BR /&gt;Random value on [0 2147483647]: 166847679&lt;BR /&gt;info2&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;1&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 05:56:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979193#M17339</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-02-08T05:56:31Z</dc:date>
    </item>
    <item>
      <title>the same when using gcc:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979194#M17340</link>
      <description>&lt;P&gt;the same when using gcc:&lt;/P&gt;&lt;P&gt;gcc --version&lt;BR /&gt;gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;g++ -m64 -std=c++11 &amp;nbsp;-I/opt/intel/compilers_and_libraries_2019/linux/mkl/mkl/include main.cpp -o 444.out \&lt;BR /&gt;-L/opt/intel/compilers_and_libraries_2019/linux/mkl -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core \&lt;BR /&gt;-liomp5 -lpthread -lm -ldl&lt;BR /&gt;./444.out&lt;BR /&gt;This program is written by Athul Shaji.&lt;BR /&gt;Random value on [0 2147483647]: 311670201&lt;BR /&gt;info2&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;1&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 05:58:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/979194#M17340</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-02-08T05:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Welcome to the Intel(R) MKL Forum</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/1579481#M35907</link>
      <description>&lt;P&gt;Hi, is libiomp5.a (not libiomp5.so) available for Linux? I tried installing MKL on my Ubuntu 22.04 machine with the offline installer, and it didn't install libiomp5.a. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 19:28:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Welcome-to-the-Intel-R-MKL-Forum/m-p/1579481#M35907</guid>
      <dc:creator>meisel</dc:creator>
      <dc:date>2024-03-11T19:28:53Z</dc:date>
    </item>
  </channel>
</rss>

