<?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 Problems with mkl pardiso - compiler 11.1.072 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771442#M643</link>
    <description>Hi Ricardo,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;The link you provided work with matrix A as external parameter of function solv and it isn't clear what storage format you use in this case. Could you describe it? Or it would be great if you combine reading Matrix A from file you attach early with your code to speed-up investigate of you problem.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
    <pubDate>Thu, 12 Aug 2010 12:08:03 GMT</pubDate>
    <dc:creator>Alexander_K_Intel2</dc:creator>
    <dc:date>2010-08-12T12:08:03Z</dc:date>
    <item>
      <title>Problems with mkl pardiso - compiler 11.1.072</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771430#M631</link>
      <description>Dear list,&lt;BR /&gt;&lt;BR /&gt; i am writing here to report our problems with the latest version of the intel MKL pardiso solver on linux.&lt;BR /&gt;&lt;BR /&gt;The versions up to the 11.1.038 appear to work fine (we tested on different hardware, including I7, core, and AMD)&lt;BR /&gt;&lt;BR /&gt;unfortunately when we tried to use the 11.1.072 we get a segmentation fault on solving in release mode.&lt;BR /&gt;&lt;BR /&gt;When we attempt running using valgrind, we get clean output (in release mode) and correct results.&lt;BR /&gt;&lt;BR /&gt;Our interface code can be find at the page&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://kratos.cimne.upc.es/trac/browser/kratos/applications/mkl_solvers_application/external_includes/mkl_pardiso_solver.h" target="_blank"&gt;http://kratos.cimne.upc.es/trac/browser/kratos/applications/mkl_solvers_application/external_includes/mkl_pardiso_solver.h&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I saw in other threads that a classical problem may be related to ILP. We checked the thing carefully and we believe that the problem is not there.&lt;BR /&gt;&lt;BR /&gt;On the other hand we are using "bjam" for linking which implies that we can not prescribe the order of the libraries to be included. &lt;BR /&gt;I understand that this may be an issue for static libs, nevertheless should not be so in our case as we link shared libs.&lt;BR /&gt;am i correct in this assumptiion?&lt;BR /&gt;&lt;BR /&gt;any help would be very welcome as we are stuck...&lt;BR /&gt;&lt;BR /&gt;thank you &lt;BR /&gt;Riccardo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Aug 2010 12:02:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771430#M631</guid>
      <dc:creator>Riccardo_Rossi</dc:creator>
      <dc:date>2010-08-05T12:02:20Z</dc:date>
    </item>
    <item>
      <title>Problems with mkl pardiso - compiler 11.1.072</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771431#M632</link>
      <description>&lt;P&gt;Hi Riccardo,&lt;/P&gt;&lt;P&gt;Did the application link with MKL threaded libraries or non threaded libraries? Also in which phase does the solver report the error? &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2010 02:55:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771431#M632</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2010-08-06T02:55:44Z</dc:date>
    </item>
    <item>
      <title>Problems with mkl pardiso - compiler 11.1.072</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771432#M633</link>
      <description>Dear Chao,&lt;BR /&gt; thank you for your attention&lt;BR /&gt;&lt;BR /&gt;our intention is to link to the threaded libs&lt;BR /&gt;&lt;BR /&gt;this is the result of doing an ldd of our shared library (it is compiled to be a python module)&lt;BR /&gt;&lt;BR /&gt;rrossi@rrossi-desktop:~/kratos/libs$ ldd KratosMKLSolversApplication.so &lt;BR /&gt; linux-vdso.so.1 =&amp;gt; (0x00007fffe8fc8000)&lt;BR /&gt; libpthread.so.0 =&amp;gt; /lib/libpthread.so.0 (0x00007f7818652000)&lt;BR /&gt; libdl.so.2 =&amp;gt; /lib/libdl.so.2 (0x00007f781844d000)&lt;BR /&gt; libguide.so =&amp;gt; /opt/intel/Compiler/11.1/072/lib/intel64/libguide.so (0x00007f78182a5000)&lt;BR /&gt; libboost_python.so.1.43.0 =&amp;gt; /home/rrossi/compiled_libraries/boost_1_43/lib/libboost_python.so.1.43.0 (0x00007f7818052000)&lt;BR /&gt; libpython2.6.so.1.0 =&amp;gt; /usr/lib/libpython2.6.so.1.0 (0x00007f7817ba0000)&lt;BR /&gt; libmkl_p4n.so =&amp;gt; /opt/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_p4n.so (0x00007f7816816000)&lt;BR /&gt; libmkl_lapack.so =&amp;gt; /opt/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_lapack.so (0x00007f7815baf000)&lt;BR /&gt; libmkl_mc.so =&amp;gt; /opt/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_mc.so (0x00007f781469e000)&lt;BR /&gt; libmkl_core.so =&amp;gt; /opt/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_core.so (0x00007f78142eb000)&lt;BR /&gt; libmkl_intel_thread.so =&amp;gt; /opt/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_intel_thread.so (0x00007f78130a7000)&lt;BR /&gt; libmkl_intel_ilp64.so =&amp;gt; /opt/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_intel_ilp64.so (0x00007f7812cf6000)&lt;BR /&gt; librt.so.1 =&amp;gt; /lib/librt.so.1 (0x00007f7812aee000)&lt;BR /&gt; libimf.so =&amp;gt; /opt/intel/Compiler/11.1/072/lib/intel64/libimf.so (0x00007f781275a000)&lt;BR /&gt; libsvml.so =&amp;gt; /opt/intel/Compiler/11.1/072/lib/intel64/libsvml.so (0x00007f7812543000)&lt;BR /&gt; libm.so.6 =&amp;gt; /lib/libm.so.6 (0x00007f78122c0000)&lt;BR /&gt; libstdc++.so.6 =&amp;gt; /usr/lib/libstdc++.so.6 (0x00007f7811fac000)&lt;BR /&gt; libgcc_s.so.1 =&amp;gt; /lib/libgcc_s.so.1 (0x00007f7811d94000)&lt;BR /&gt; libintlc.so.5 =&amp;gt; /opt/intel/Compiler/11.1/072/lib/intel64/libintlc.so.5 (0x00007f7811c56000)&lt;BR /&gt; libc.so.6 =&amp;gt; /lib/libc.so.6 (0x00007f78118d3000)&lt;BR /&gt; /lib64/ld-linux-x86-64.so.2 (0x00007f7818bae000)&lt;BR /&gt; libutil.so.1 =&amp;gt; /lib/libutil.so.1 (0x00007f78116cf000)&lt;BR /&gt; libssl.so.0.9.8 =&amp;gt; /usr/lib/libssl.so.0.9.8 (0x00007f781147f000)&lt;BR /&gt; libcrypto.so.0.9.8 =&amp;gt; /usr/lib/libcrypto.so.0.9.8 (0x00007f78110ef000)&lt;BR /&gt; libz.so.1 =&amp;gt; /lib/libz.so.1 (0x00007f7810ed7000)&lt;BR /&gt;&lt;BR /&gt;i tried including iomp5 instead of guide but nothing changes&lt;BR /&gt;&lt;BR /&gt;the information of the system follows:&lt;BR /&gt;Linux rrossi-desktop 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:20:59 UTC 2010 x86_64 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;the gcc version installed in the system (in case it has any importance) is:&lt;BR /&gt;gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3&lt;BR /&gt;&lt;BR /&gt;the weird thing is that it fails with a segfault when i run it normally, while it runs fine (and without leakage) in valgrind. This makes me think to a threading problem&lt;BR /&gt;&lt;BR /&gt;investigating a little on this issue, i realized that if i change the number of threads i can make it to work&lt;BR /&gt;&lt;BR /&gt;export OMP_NUM_THREADS=1 ---&amp;gt; WORKS&lt;BR /&gt;export OMP_NUM_THREADS=2 ---&amp;gt; WORKS&lt;BR /&gt;export OMP_NUM_THREADS=4 ---&amp;gt; segfault&lt;BR /&gt;export OMP_NUM_THREADS=8 ---&amp;gt; segfault (note that i have only 4 cores...the other ones are the HT...)&lt;BR /&gt;&lt;BR /&gt;system size is of the order of 100k dofs.&lt;BR /&gt;&lt;BR /&gt;If needed i can print the matrix and vector in .mm format&lt;BR /&gt;&lt;BR /&gt;ok...thank you again for your attention&lt;BR /&gt;Riccardo&lt;BR /&gt;&lt;BR /&gt;P.S. i forgot to say that the error appears to be after the reordering, that is, looking at the code at the link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://kratos.cimne.upc.es/trac/browser/kratos/applications/mkl_solvers_application/external_includes/mkl_pardiso_solver.h" target="_blank"&gt;http://kratos.cimne.upc.es/trac/browser/kratos/applications/mkl_solvers_application/external_includes/mkl_pardiso_solver.h&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;the error appears after line 252 and before line 266 (no error is issued ... simply segfault)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Aug 2010 06:41:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771432#M633</guid>
      <dc:creator>Riccardo_Rossi</dc:creator>
      <dc:date>2010-08-06T06:41:12Z</dc:date>
    </item>
    <item>
      <title>Problems with mkl pardiso - compiler 11.1.072</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771433#M634</link>
      <description>Hi,&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;Could you print here the value ofiparm[63] after reorder step and attach initial matrix and rhs for deeper investigation of problem?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Aug 2010 07:50:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771433#M634</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2010-08-06T07:50:48Z</dc:date>
    </item>
    <item>
      <title>Problems with mkl pardiso - compiler 11.1.072</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771434#M635</link>
      <description>after printing the matrix the solver finished ... this really sounds as some sort of threading problem...&lt;BR /&gt;&lt;BR /&gt;the output follows&lt;BR /&gt;&lt;BR /&gt;Size of the problem: 117040&lt;BR /&gt;Size of index1_vector: 117041&lt;BR /&gt;Size of index2_vector: 1621688&lt;BR /&gt;pardiso_solver: line 156&lt;BR /&gt;pardiso_solver: line 161&lt;BR /&gt;number of threads: 8&lt;BR /&gt;pardiso_solver: line 241&lt;BR /&gt;pardiso_solver: line 251&lt;BR /&gt;Reordering completed ... &lt;BR /&gt;iparm[63] : 102000113&lt;BR /&gt;Factorization completed ... &lt;BR /&gt;pardiso_solver: line 267&lt;BR /&gt;pardiso_solver: line 277&lt;BR /&gt;pardiso_solver: line 285&lt;BR /&gt;pardiso_solver: line 289&lt;BR /&gt;pardiso_solver: line 294&lt;BR /&gt;pardiso_solver: line 296&lt;BR /&gt;pardiso_solver: line 298&lt;BR /&gt;#### SOLVER TIME: 2.25507 ####&lt;BR /&gt;&lt;BR /&gt;the value of iparm[63] is&lt;BR /&gt;iparm[63] : 102000113&lt;BR /&gt;&lt;BR /&gt;i attached the matrix...&lt;BR /&gt;&lt;BR /&gt;thank's a lot for your attention&lt;BR /&gt;Riccardo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Aug 2010 08:13:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771434#M635</guid>
      <dc:creator>Riccardo_Rossi</dc:creator>
      <dc:date>2010-08-06T08:13:26Z</dc:date>
    </item>
    <item>
      <title>Problems with mkl pardiso - compiler 11.1.072</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771435#M636</link>
      <description>Hello Riccardo,&lt;BR /&gt;&lt;BR /&gt;Thank you for the test case. Could you please also show link line you used to link against MKL?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Artem</description>
      <pubDate>Mon, 09 Aug 2010 09:47:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771435#M636</guid>
      <dc:creator>Artem_V_Intel</dc:creator>
      <dc:date>2010-08-09T09:47:01Z</dc:date>
    </item>
    <item>
      <title>Problems with mkl pardiso - compiler 11.1.072</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771436#M637</link>
      <description>Hi,&lt;BR /&gt;sorry for the delay in replying, i did not realize there was an answer&lt;BR /&gt;&lt;BR /&gt;"icpc" -L"/home/rrossi/compiled_libraries/boost_1_43/lib" -L"/opt/intel/Compiler/11.1/072/mkl/lib/em64t" -o "/home/rrossi/kratos/applications/mkl_solvers_application/bin/intel-linux/release/threading-multi/KratosMKLSolversApplication.so" -Wl,-soname -Wl,KratosMKLSolversApplication.so -shared "/home/rrossi/kratos/applications/mkl_solvers_application/bin/intel-linux/release/threading-multi/add_linear_solvers_to_python.o" "/home/rrossi/kratos/applications/mkl_solvers_application/bin/intel-linux/release/threading-multi/mkl_solvers_python_application.o" "/home/rrossi/kratos/applications/mkl_solvers_application/bin/intel-linux/release/threading-multi/mkl_solvers_application.o" "../../kratos/bin/intel-linux/release/link-static/threading-multi/libkratos.a" "/home/rrossi/kratos/external_libraries/gidpost/bin/intel-linux/release/link-static/threading-multi/libgidpost.a" -lpthread -ldl -lguide -lboost_python -lpython2.6 -lmkl_p4n -lpthread -lmkl_lapack -lmkl_mc3 -lmkl_mc -lmkl_solver_ilp64 -lmkl_core -lmkl_intel_thread -lmkl_intel_ilp64 -lrt -Wl,--strip-all -pthread&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this is the command line we use, as generate by Bjam.&lt;BR /&gt;we can not prescribe the order of the libraries as the boost-build system does not allow to do it (at least to the best of my knowledge)&lt;BR /&gt;&lt;BR /&gt;thank you&lt;BR /&gt;Riccardo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Aug 2010 12:50:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771436#M637</guid>
      <dc:creator>Riccardo_Rossi</dc:creator>
      <dc:date>2010-08-10T12:50:30Z</dc:date>
    </item>
    <item>
      <title>Problems with mkl pardiso - compiler 11.1.072</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771437#M638</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you are using ILP64 MKL libraries then -D&lt;SPAN&gt;MKL_ILP64 &lt;/SPAN&gt;option is needed for C++ compiler.&lt;BR /&gt;&lt;BR /&gt;Also why MKL CPU-specific libraies are used directly?&lt;BR /&gt;I mean: -lmkl_p4n ... -lmkl_mc&lt;BR /&gt;&lt;BR /&gt;Why -pthread at the end?</description>
      <pubDate>Tue, 10 Aug 2010 13:49:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771437#M638</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2010-08-10T13:49:58Z</dc:date>
    </item>
    <item>
      <title>Problems with mkl pardiso - compiler 11.1.072</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771438#M639</link>
      <description>Hi Victor,&lt;BR /&gt;the -DMKL_ILP64 was correctly prescribed, the piece i posted was only the linking part.&lt;BR /&gt;&lt;BR /&gt;indeed i can exclude -lmkl_p4n and -lmkl_mc, what i can not do and stil run (with occasional failures).&lt;BR /&gt;&lt;BR /&gt;i simply can not exclude mkl_mc3&lt;BR /&gt;&lt;BR /&gt;on the other hand i included pthread following the command linea advisory tool that i found in the intel website.&lt;BR /&gt;does it do any harm?&lt;BR /&gt;&lt;BR /&gt;changing subject i have the feeling that two runs of the program are not independent from each other, as if the openmp was still active or something of the type. can something of this type happen??&lt;BR /&gt;&lt;BR /&gt;in any case thank you for the attention&lt;BR /&gt;Riccardo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2010 08:19:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771438#M639</guid>
      <dc:creator>Riccardo_Rossi</dc:creator>
      <dc:date>2010-08-11T08:19:53Z</dc:date>
    </item>
    <item>
      <title>Problems with mkl pardiso - compiler 11.1.072</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771439#M640</link>
      <description>Well, you added-lpthread according to MKL Link Advosor but I still see&lt;STRONG&gt;-pthread&lt;/STRONG&gt; at the end of linking line.&lt;BR /&gt;&lt;BR /&gt;As to CPU-specific libraies, if you create your own shared library based on MKL-libs, then it needs to add those MKL CPU-specific libraries which needed (maybe including -lmkl-def to work on older architectures like PIII). mkl_mc3 is needed to run on Nehalem.&lt;BR /&gt;&lt;BR /&gt;Also, please try using -liomp5 instead of -lguide....</description>
      <pubDate>Wed, 11 Aug 2010 08:55:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771439#M640</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2010-08-11T08:55:05Z</dc:date>
    </item>
    <item>
      <title>Problems with mkl pardiso - compiler 11.1.072</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771440#M641</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;concerning the pthreads and lpthreads i guess that the boost-build adds it authomatically, so it is out of my control. Does it have any impact?&lt;BR /&gt;&lt;BR /&gt;i recompiled everything to use iomp5, the code appears to work ... most of the times. It still stops from time to time... not very differently from what it was doing before.&lt;BR /&gt;what is the difference between iomp5 and guide? i saw in the 
documentation that guide is deprecated ... but ... is there any 
significative difference between the two?&lt;BR /&gt;&lt;BR /&gt;i just wonder if having a failed run before may corrupt something in the next runs... &lt;BR /&gt;what i often do is a kill of the application and then relaunch it, can this mean that the openmp lib is not correctly stopped or anything of the type?&lt;BR /&gt;&lt;BR /&gt;the only "strange" thing i do in the application is that i have an array of omp_locks and i initialize it in parallel. Is this allowed? &lt;BR /&gt;&lt;BR /&gt;i also tried to put a &lt;BR /&gt;#pragma omp barrier &lt;BR /&gt;&lt;BR /&gt;straight before the call to the solver to ensure that the threads are correctly syncronized at that point (actually they should sync authomatically at the end of the parallel region and i am never using nowait...still i made the attempt)&lt;BR /&gt;nothign changes...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2010 10:51:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771440#M641</guid>
      <dc:creator>Riccardo_Rossi</dc:creator>
      <dc:date>2010-08-11T10:51:30Z</dc:date>
    </item>
    <item>
      <title>Problems with mkl pardiso - compiler 11.1.072</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771441#M642</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1281587496061="64" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=487743" href="https://community.intel.com/en-us/profile/487743/" class="basic"&gt;Riccardo Rossi&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px; background-color: #e5e5e5; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;concerning the pthreads and lpthreads i guess that the boost-build adds it authomatically, so it is out of my control. Does it have any impact?&lt;BR /&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt; &lt;BR /&gt; -pthreads is just incorrect option&lt;BR /&gt;&lt;BR /&gt;I'd recommend you to double check that you use MKL ILP64 libs correctly:&lt;BR /&gt;1) All files which use MKL should have #include &lt;MKL.H&gt;&lt;BR /&gt;2) and be compiled with -DMKL_ILP64 option&lt;BR /&gt;&lt;BR /&gt;Please add -Wall compiler optioneverywhere and analyzeall compiler warnings&lt;/MKL.H&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2010 04:40:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771441#M642</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2010-08-12T04:40:53Z</dc:date>
    </item>
    <item>
      <title>Problems with mkl pardiso - compiler 11.1.072</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771442#M643</link>
      <description>Hi Ricardo,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;The link you provided work with matrix A as external parameter of function solv and it isn't clear what storage format you use in this case. Could you describe it? Or it would be great if you combine reading Matrix A from file you attach early with your code to speed-up investigate of you problem.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 Aug 2010 12:08:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-pardiso-compiler-11-1-072/m-p/771442#M643</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2010-08-12T12:08:03Z</dc:date>
    </item>
  </channel>
</rss>

