<?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 Re:error while loading shared libraries: libmkl_intel_lp64.so.2: cannot open shared object file: in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1475447#M34447</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please let us know the significance of using "aman" in the code(fopen("file_ia.txt","aman"))? As it helps us in analyzing the issue better.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 11 Apr 2023 17:32:59 GMT</pubDate>
    <dc:creator>VarshaS_Intel</dc:creator>
    <dc:date>2023-04-11T17:32:59Z</dc:date>
    <item>
      <title>Segmentation fault (core dumped) in PARDISO()?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1465356#M34337</link>
      <description>&lt;P&gt;I am using the pardiso mkl to solve a system of equations A*X=B. My matrix is in CRS and save in vectors. So I changed to array as:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MKL_INT n = f.size();//or &amp;nbsp; _id.size()-1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MKL_INT nnz = _sk.size();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; MKL_INT ia[n+1];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; cout&amp;lt;&amp;lt;"Salman Ahmad: 0"&amp;lt;&amp;lt;endl;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; transform(_id.begin(), _id.end(), ia,[](const int &amp;amp; elem){return elem;});&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; MKL_INT ja[nnz];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; cout&amp;lt;&amp;lt;"Salman Ahmad: 1"&amp;lt;&amp;lt;endl;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; transform(_ik.begin(), _ik.end(), ja,[](const int &amp;amp; elem){return elem;});&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; double a[nnz];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; cout&amp;lt;&amp;lt;"Salman Ahmad: 2"&amp;lt;&amp;lt;endl;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; transform(_sk.begin(), _sk.end(), a,[](const double &amp;amp; elem){return elem;});&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But now they give me the segmentation fault on the function:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;PARDISO (pt, &amp;amp;maxfct, &amp;amp;mnum, &amp;amp;mtype, &amp;amp;phase,
		&amp;amp;n, a, ia, ja, &amp;amp;idum, &amp;amp;nrhs,
		iparm, &amp;amp;msglvl, &amp;amp;ddum, &amp;amp;ddum, &amp;amp;error);&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Please help me, how to handle this problem?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 08:50:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1465356#M34337</guid>
      <dc:creator>SAL_AHM</dc:creator>
      <dc:date>2023-03-14T08:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Segmentation fault (core dumped) in PARDISO()?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1465516#M34343</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please cross-verify if the linking of your application is done as expected according to the format of integers that were been used by you?&lt;/P&gt;
&lt;P&gt;Could you please refer to the below link for more details regarding the usage of link line advisor:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In addition, we would like to request you to kindly provide us with the environment details, sample reproducer, and complete error you are facing as it helps us reproduce the issue in our environment and assist you accordingly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is needed to choose the LP64 interface or ILP64 interface as the difference between them is integer type length i.e. ILP64 interface uses the 64-bit integer type, while LP64 uses the 32-bit integer type.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 11:22:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1465516#M34343</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-03-14T11:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Segmentation fault (core dumped) in PARDISO()?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1465524#M34344</link>
      <description>&lt;P&gt;ff&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 01:28:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1465524#M34344</guid>
      <dc:creator>SAL_AHM</dc:creator>
      <dc:date>2023-03-15T01:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Segmentation fault (core dumped) in PARDISO()?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1465526#M34345</link>
      <description>&lt;P&gt;Dear Varsha,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; Thank you so much for your reply. I am the new user so sorry for mistakes in advance. I am trying to explain you my problem as: I am coding in C++, before I used the GCC compiler but it is not working with intel, give me the error of undefined reference. So now I use the ICC compiler. I defined the pardiso function below in which the _id vector is&amp;nbsp;extents of rows, _ik column&amp;nbsp;index vector and _sk is nonzero vector. &amp;nbsp; #include &amp;lt;stdio.h&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#include &amp;lt;stdlib.h&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#include &amp;lt;math.h&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// PARDISO prototype.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#if defined(_WIN32) || defined(_WIN64)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define pardiso_ PARDISO&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define PARDISO pardiso_&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#endif&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#if defined(MKL_ILP64)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define MKL_INT long long&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define MKL_INT int&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#endif&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;extern "C" MKL_INT PARDISO&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(void *, MKL_INT *, MKL_INT *, MKL_INT *, MKL_INT *, MKL_INT *,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;double *, MKL_INT *, MKL_INT *, MKL_INT *, MKL_INT *, MKL_INT *,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MKL_INT *, double *, double *, MKL_INT *); &amp;nbsp; template &amp;lt;class ELEM&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;std::vector&amp;lt;double&amp;gt; FEM_Matrix_2&amp;lt;ELEM&amp;gt;::Solve_ pardiso_mkl(std::vector&amp;lt; double&amp;gt; const &amp;amp;f) const&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MKL_INT n = f.size();//or &amp;nbsp; _id.size()-1; // f is right hand side data vector&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MKL_INT nnz = _sk.size();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; MKL_INT ia[n+1];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; std::copy(_id.begin(), _id.end(), ia);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; //for(int i=0; i&amp;lt;n+1;++i){cout&amp;lt;&amp;lt;"ia: "&amp;lt;&amp;lt;ia[i]&amp;lt;&amp;lt;endl;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; MKL_INT ja[nnz];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; std::copy(_ik.begin(), _ik.end(), ja);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; double a[nnz];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; cout&amp;lt;&amp;lt;"Salman Ahmad: 2"&amp;lt;&amp;lt;endl;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; std::copy(_sk.begin(), _sk.end(), a);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; for(int i=0; i&amp;lt;nnz;++i){cout&amp;lt;&amp;lt;"ik: "&amp;lt;&amp;lt;ja[i]&amp;lt;&amp;lt;", sk: "&amp;lt;&amp;lt;a[i]&amp;lt;&amp;lt;endl;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MKL_INT mtype = 11; /* Real unsymmetric matrix */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* RHS and solution vectors. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;double b[n], x[n];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MKL_INT nrhs = 1; /* Number of right hand sides. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* Internal solver memory pointer pt, */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* 32-bit: int pt[64]; 64-bit: long int pt[64] */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* or void *pt[64] should be OK on both architectures */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;void *pt[64];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* Pardiso control parameters. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MKL_INT iparm[64];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MKL_INT maxfct, mnum, phase, error, msglvl;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* Auxiliary variables. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MKL_INT i;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;double ddum; /* Double dummy */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MKL_INT idum; /* Integer dummy. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* ------------------------------ ------------------------------ -------- */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* .. Setup Pardiso control parameters. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* ------------------------------ ------------------------------ -------- */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for (i = 0; i &amp;lt; 64; i++) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[i] = 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[0] = 1; /* No solver default */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[1] = 2; /* Fill-in reordering from METIS */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* Numbers of processors, value of OMP_NUM_THREADS */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[2] = 1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[3] = 0; /* No iterative-direct algorithm */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[4] = 0; /* No user fill-in reducing permutation */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[5] = 0; /* Write solution into x */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[6] = 0; /* Not in use */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[7] = 2; /* Max numbers of iterative refinement steps */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[8] = 0; /* Not in use */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[9] = 13; /* Perturb the pivot elements with 1E-13 */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[10] = 1; /* Use nonsymmetric permutation and scaling MPS */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[11] = 0; /* Not in use */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[12] = 0; /* Not in use */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[13] = 0; /* Output: Number of perturbed pivots */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[14] = 0; /* Not in use */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[15] = 0; /* Not in use */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[16] = 0; /* Not in use */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[17] = -1; /* Output: Number of nonzeros in the factor LU */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[18] = -1; /* Output: Mflops for LU factorization */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[19] = 0; /* Output: Numbers of CG Iterations */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;maxfct = 1; /* Maximum number of numerical factorizations. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mnum = 1; /* Which factorization to use. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;msglvl = 1; /* Print statistical information in file */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;error = 0; /* Initialize error flag */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* ------------------------------ ------------------------------ -------- */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* .. Initialize the internal solver memory pointer. This is only */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* necessary for the FIRST call of the PARDISO solver. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* ------------------------------ ------------------------------ -------- */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for (i = 0; i &amp;lt; 64; i++) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pt[i] = 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* ------------------------------ ------------------------------ -------- */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* .. Reordering and Symbolic Factorization. This step also allocates */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* all memory that is necessary for the factorization. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* ------------------------------ ------------------------------ -------- */&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;phase = 11;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PARDISO(pt, &amp;amp;maxfct, &amp;amp;mnum, &amp;amp;mtype, &amp;amp;phase,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;amp;n, a, ia, ja, &amp;amp;idum, &amp;amp;nrhs,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm, &amp;amp;msglvl, &amp;amp;ddum, &amp;amp;ddum, &amp;amp;error);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if (error != 0) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;printf("\nERROR during symbolic factorization: %d", error);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;exit(1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;printf("\nReordering completed ... ");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;printf("\nNumber of nonzeros in factors = %d", iparm[17]);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;printf("\nNumber of factorization MFLOPS = %d", iparm[18]);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* ------------------------------ ------------------------------ -------- */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* .. Numerical factorization. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* ------------------------------ ------------------------------ -------- */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;phase = 22;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PARDISO(pt, &amp;amp;maxfct, &amp;amp;mnum, &amp;amp;mtype, &amp;amp;phase,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;amp;n, a, ia, ja, &amp;amp;idum, &amp;amp;nrhs,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm, &amp;amp;msglvl, &amp;amp;ddum, &amp;amp;ddum, &amp;amp;error);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if (error != 0) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;printf("\nERROR during numerical factorization: %d", error);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;exit(2);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;printf("\nFactorization completed ... ");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* ------------------------------ ------------------------------ -------- */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* .. Back substitution and iterative refinement. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* ------------------------------ ------------------------------ -------- */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;phase = 33;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm[7] = 2; /* Max numbers of iterative refinement steps. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* Set right hand. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; std::copy(f.begin(), f.end(), b);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//for (i = 0; i &amp;lt; n; i++) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// b[i] = 1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PARDISO(pt, &amp;amp;maxfct, &amp;amp;mnum, &amp;amp;mtype, &amp;amp;phase,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;amp;n, a, ia, ja, &amp;amp;idum, &amp;amp;nrhs,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm, &amp;amp;msglvl, b, x, &amp;amp;error);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if (error != 0) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;printf("\nERROR during solution: %d", error);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;exit(3);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;printf("\nSolve completed ... ");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;printf("\nThe solution of the system is: ");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for (i = 0; i &amp;lt; n; i++) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;printf("\n x [%d] = % f", i, x[i] );&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;printf ("\n");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* ------------------------------ ------------------------------ -------- */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* .. Termination and release of memory. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/* ------------------------------ ------------------------------ -------- */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;phase = -1; /* Release internal memory. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PARDISO(pt, &amp;amp;maxfct, &amp;amp;mnum, &amp;amp;mtype, &amp;amp;phase,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;amp;n, &amp;amp;ddum, ia, ja, &amp;amp;idum, &amp;amp;nrhs,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iparm, &amp;amp;msglvl, &amp;amp;ddum, &amp;amp;ddum, &amp;amp;error);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;std::vector&amp;lt;double&amp;gt; sol(f.size());// I will save the solution in this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; return sol;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;} &amp;nbsp; This is working for matrix data in (&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://sep.stanford.edu/sep/claudio/Research/Prst_ExpRefl/ShtPSPI/intel/mkl/10.0.3.020/examples/solver/source/pardiso_unsym_c.c)" target="_blank" rel="nofollow noopener noreferrer" data-saferedirecturl="https://www.google.com/url?q=http://sep.stanford.edu/sep/claudio/Research/Prst_ExpRefl/ShtPSPI/intel/mkl/10.0.3.020/examples/solver/source/pardiso_unsym_c.c)&amp;amp;source=gmail&amp;amp;ust=1678881395319000&amp;amp;usg=AOvVaw2Hb7oCppt4S3T743qY57PV"&gt;http://sep.stanford.edu/sep/&lt;WBR /&gt;claudio/Research/Prst_ExpRefl/&lt;WBR /&gt;ShtPSPI/intel/mkl/10.0.3.020/&lt;WBR /&gt;examples/solver/source/&lt;WBR /&gt;pardiso_unsym_c.c)&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But if I change to my data like above it gives error: &amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Segmentation fault (core dumped). &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards, &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sal_Ahm&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 12:13:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1465526#M34345</guid>
      <dc:creator>SAL_AHM</dc:creator>
      <dc:date>2023-03-14T12:13:39Z</dc:date>
    </item>
    <item>
      <title>Re:error while loading shared libraries: libmkl_intel_lp64.so.2: cannot open shared object file:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1466515#M34356</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the information.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;When we tried to compile your code at our end, we are getting the error below:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sample.cpp:21:43: error: no template named 'FEM_Matrix_2'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;template &amp;lt;class ELEM&amp;gt; std::vector&amp;lt;double&amp;gt; FEM_Matrix_2&amp;lt;ELEM&amp;gt;::Solve_ pardiso_mkl(std::vector&amp;lt; double&amp;gt; const &amp;amp;f) const&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;^&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1 error generated.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;which means there will be other code where you have defines the "FEM_Matrix_2". Could you please provide us with the complete sample reproducer code?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;And also, could you please let us know the OS details and Intel oneAPI version you are using?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You can also find the example code for Intel MKL(Linux- /opt/intel/oneapi/mkl/2023.0.0/examples/examples_core_c.zip , Windows- C:\Program Files (x86)\Intel\oneAPI\mkl\2023.0.0\examples\examples_core_c.zip\c)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Mar 2023 09:23:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1466515#M34356</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-03-16T09:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re:error while loading shared libraries: libmkl_intel_lp64.so.2: cannot open shared object file:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1466916#M34363</link>
      <description>&lt;P&gt;Dear Vaesha,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for your support.&amp;nbsp; I am using 2023.0.0 oneAPI and my OS is linux with specification is 768 GB ram &amp;amp; dual Xeon 24-core CPUs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code is in the attachment. The Solve_parsido_mkl(...) is in element.h (line: 2199-2353) and call in main.cpp (line: 182).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also did a separate post for reordering problem but I this this is the same issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;SAL_AHM&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 00:47:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1466916#M34363</guid>
      <dc:creator>SAL_AHM</dc:creator>
      <dc:date>2023-03-18T00:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Re:error while loading shared libraries: libmkl_intel_lp64.so.2: cannot open shared object file:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1468064#M34375</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Vaesha,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I changed the compiler to&amp;nbsp;dpcpp the detail given in ONEAPI_default.mk file. But still they give me the error:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ERROR during symbolic factorization: -1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The source code is in the attachment.&amp;nbsp; &amp;nbsp;Please you can check this where is the problem?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Salman Ahmad&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 07:44:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1468064#M34375</guid>
      <dc:creator>SAL_AHM</dc:creator>
      <dc:date>2023-03-22T07:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re:error while loading shared libraries: libmkl_intel_lp64.so.2: cannot open shared object file:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1468493#M34379</link>
      <description>&lt;P&gt;Hi Varsha,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I fixed the problems now but still have one problem. If I increase the number of equations such that matrix size then it gives me the Segmentation fault (core dumped).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please can you check the attached code in which the number of equations is 17011?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Sal_Ahm&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 08:05:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1468493#M34379</guid>
      <dc:creator>SAL_AHM</dc:creator>
      <dc:date>2023-03-22T08:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Segmentation fault (core dumped) in PARDISO()?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1469521#M34390</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let us know the other libraries that are included&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;SUPERLU_INC= -I/usr/include/superlu -I/usr/include/superlu-dist -I/home/asalman/cuhk_ahmad_2D/navier_stokes_2D/SRC&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;As we are facing an error here searched for the Navier stokes 2D but we could not find the exact one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please help us with how we can get the libraries? Also, could you please share with us the complete steps you have followed in order to investigate more on our end?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 16:55:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1469521#M34390</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-03-24T16:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Segmentation fault (core dumped) in PARDISO()?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1469654#M34391</link>
      <description>&lt;P&gt;Dear Versha,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for your support.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM class="sub_section_element_selectors"&gt;SUPERLU_INC= -I/usr/include/superlu -I/usr/include/superlu-dist -I/home/asalman/cuhk_ahmad_2D/navier_stokes_2D/SRC&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM class="gmail-sub_section_element_selectors"&gt;is a SuperLU library used for solutions but now it is closed, no need anymore. Find the attached code without this library. Maybe the problem is the size of the array. Also I tried to save the matrix data in a .CSR file (in elements.h line: 2207-2237) and call this function in main.cpp line 173. But unfortunately&amp;nbsp;I don't understand&amp;nbsp;how to call ia[], ja[] and a[] from the .CRS file.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM class="gmail-sub_section_element_selectors"&gt;Best Regards,&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM class="gmail-sub_section_element_selectors"&gt;SAL_MAN&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 23:29:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1469654#M34391</guid>
      <dc:creator>SAL_AHM</dc:creator>
      <dc:date>2023-03-24T23:29:09Z</dc:date>
    </item>
    <item>
      <title>Re:error while loading shared libraries: libmkl_intel_lp64.so.2: cannot open shared object file:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1471027#M34397</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We could see similar behavior at our end, if possible could you please isolate your issue with minimal sample reproducer code so that we can investigate more on the root cause?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Mar 2023 06:59:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1471027#M34397</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-03-29T06:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re:error while loading shared libraries: libmkl_intel_lp64.so.2: cannot open shared object file:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1471379#M34400</link>
      <description>&lt;P&gt;Dear Versha,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for your support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I saved my data in .txt files and call in .cpp file for ia[], ja[], a[] and b[]. So please find the attachment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Sal_Ahm&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 02:45:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1471379#M34400</guid>
      <dc:creator>SAL_AHM</dc:creator>
      <dc:date>2023-03-30T02:45:56Z</dc:date>
    </item>
    <item>
      <title>Re:error while loading shared libraries: libmkl_intel_lp64.so.2: cannot open shared object file:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1472882#M34410</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for providing the reproducer.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Based on the error you encountered, it seems like there is a mistake in line 135 of the sample code. To fix this error, please replace line 135 with the sample code:&lt;/P&gt;&lt;P&gt;"b = (double*)MKL_malloc(n*sizeof(double),128);"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We did not get a "Segmentation Fault" error. Could you please try it and let us know if you face any further issues?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Apr 2023 06:19:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1472882#M34410</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-04-04T06:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re:error while loading shared libraries: libmkl_intel_lp64.so.2: cannot open shared object file:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1473687#M34417</link>
      <description>&lt;P&gt;Dear Versha,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much but there is still a problem. It runs without error but does not give the solution. I noted as in:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Statistics:&lt;BR /&gt;===========&lt;BR /&gt;Parallel Direct Factorization is running on 48 OpenMP&lt;/P&gt;
&lt;P&gt;&amp;lt; Linear system Ax = b &amp;gt;&lt;BR /&gt;number of equations: 155443&lt;BR /&gt;number of non-zeros in A: 0&lt;BR /&gt;number of non-zeros in A (%): 0.000000&lt;/P&gt;
&lt;P&gt;number of right-hand sides: 1&lt;/P&gt;
&lt;P&gt;&amp;lt; Factors L and U &amp;gt;&lt;BR /&gt;number of columns for each panel: 72&lt;BR /&gt;number of independent subgraphs: 0&lt;BR /&gt;&amp;lt; Preprocessing with state of the art partitioning metis&amp;gt;&lt;BR /&gt;number of supernodes: 155443&lt;BR /&gt;size of largest supernode: 1&lt;BR /&gt;number of non-zeros in L: 155443&lt;BR /&gt;number of non-zeros in U: 1&lt;BR /&gt;number of non-zeros in L+U: 155444&lt;BR /&gt;gflop for the numerical factorization: 0.000000&lt;/P&gt;
&lt;P&gt;gflop/s for the numerical factorization: 0.000000&lt;/P&gt;
&lt;P&gt;Salman Ahmad: 5&lt;/P&gt;
&lt;P&gt;Factorization completed ...&lt;BR /&gt;=== PARDISO: solving a real nonsymmetric system ===&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Summary: ( solution phase )&lt;BR /&gt;================&lt;/P&gt;
&lt;P&gt;Times:&lt;BR /&gt;======&lt;BR /&gt;Time spent in direct solver at solve step (solve) : 0.120024 s&lt;BR /&gt;Time spent in additional calculations : 0.063136 s&lt;BR /&gt;Total time spent : 0.183160 s&lt;/P&gt;
&lt;P&gt;Statistics:&lt;BR /&gt;===========&lt;BR /&gt;Parallel Direct Factorization is running on 48 OpenMP&lt;/P&gt;
&lt;P&gt;&amp;lt; Linear system Ax = b &amp;gt;&lt;BR /&gt;number of equations: 155443&lt;BR /&gt;number of non-zeros in A: 0&lt;BR /&gt;number of non-zeros in A (%): 0.000000&lt;/P&gt;
&lt;P&gt;number of right-hand sides: 1&lt;/P&gt;
&lt;P&gt;&amp;lt; Factors L and U &amp;gt;&lt;BR /&gt;number of columns for each panel: 72&lt;BR /&gt;number of independent subgraphs: 0&lt;BR /&gt;&amp;lt; Preprocessing with state of the art partitioning metis&amp;gt;&lt;BR /&gt;number of supernodes: 155443&lt;BR /&gt;size of largest supernode: 1&lt;BR /&gt;number of non-zeros in L: 155443&lt;BR /&gt;number of non-zeros in U: 1&lt;BR /&gt;number of non-zeros in L+U: 155444&lt;BR /&gt;gflop for the numerical factorization: 0.000000&lt;/P&gt;
&lt;P&gt;gflop/s for the numerical factorization: 0.000000&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Solve completed ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It gives me the number of non-zeros in A: 0. Why this is not taking the input data from .txt files?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Salm_Ahm&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 03:57:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1473687#M34417</guid>
      <dc:creator>SAL_AHM</dc:creator>
      <dc:date>2023-04-06T03:57:29Z</dc:date>
    </item>
    <item>
      <title>Re:error while loading shared libraries: libmkl_intel_lp64.so.2: cannot open shared object file:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1475447#M34447</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please let us know the significance of using "aman" in the code(fopen("file_ia.txt","aman"))? As it helps us in analyzing the issue better.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Apr 2023 17:32:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1475447#M34447</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-04-11T17:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re:error while loading shared libraries: libmkl_intel_lp64.so.2: cannot open shared object file:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1475577#M34448</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;there is no specific significance for "aman" , just only want to read the .txt file. Instead of it only can use "r".&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Sal_Ahm&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 22:43:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1475577#M34448</guid>
      <dc:creator>SAL_AHM</dc:creator>
      <dc:date>2023-04-11T22:43:33Z</dc:date>
    </item>
    <item>
      <title>Re:error while loading shared libraries: libmkl_intel_lp64.so.2: cannot open shared object file:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1479015#M34497</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&lt;/EM&gt;&lt;EM style="font-size: 16px; font-family: intel-clear;"&gt;It gives me the number of non-zeros in A: 0.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Could you please confirm whether you are observing the same behavior with any other datasets?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Apr 2023 10:26:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1479015#M34497</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-04-21T10:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Segmentation fault (core dumped) in PARDISO()?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1480383#M34518</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find the attached code where we are able to get the correct results without zeros. Could you please try and let us know if you are still facing any issues?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 09:30:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1480383#M34518</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-04-26T09:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Segmentation fault (core dumped) in PARDISO()?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1480396#M34520</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thank you so much for your support. Now it is run correctly but there is still one problem with the residual error. It gives me very high residual error given below:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Input and solution norms:&lt;BR /&gt;||A|| = 3.16228e+07&lt;BR /&gt;||b|| = 6.65132e-05&lt;BR /&gt;||x|| = 0.397544&lt;BR /&gt;||Y|| = 171350&lt;BR /&gt;||Ax-b|| = 171350&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Can you check it and suggest some solution?&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Best Regards,&lt;/DIV&gt;
&lt;DIV&gt;Sal_Ahm&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 Apr 2023 10:30:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1480396#M34520</guid>
      <dc:creator>SAL_AHM</dc:creator>
      <dc:date>2023-04-26T10:30:23Z</dc:date>
    </item>
    <item>
      <title>Re:error while loading shared libraries: libmkl_intel_lp64.so.2: cannot open shared object file:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1480815#M34528</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Since your initial query was resolved and we could see that you have raised a new thread &lt;A href="https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-residual-error-is-so-high-in-PARDISO/m-p/1479516" target="_blank"&gt;https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-residual-error-is-so-high-in-PARDISO/m-p/1479516&lt;/A&gt;. We will address your queries in that thread. So, we are going ahead and closing this thread.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Apr 2023 10:24:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Segmentation-fault-core-dumped-in-PARDISO/m-p/1480815#M34528</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-04-27T10:24:19Z</dc:date>
    </item>
  </channel>
</rss>

