<?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 Maria, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-failed-after-enabling-OpenMP-in-Visual-studio/m-p/1136215#M26015</link>
    <description>&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;Thank you very much for your quick reply and suggestions.&lt;/P&gt;&lt;P&gt;Then, I will check it as your suggestion first.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Yongli&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Zhukova, Maria (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Yongli,&lt;/P&gt;&lt;P&gt;First thing that I've noticed: the Intel(R) MKL PARDISO interface is a little bit different, there is no dparm parameter, for instance.&lt;BR /&gt;Please refer to the&amp;nbsp;&lt;A href="https://software.intel.com/en-us/mkl-developer-reference-fortran-pardiso"&gt;https://software.intel.com/en-us/mkl-developer-reference-fortran-pardiso&lt;/A&gt; for the detailed description.&lt;BR /&gt;Can you please adjust your code accordingly and double check if the issue is still there?&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Maria&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2019 00:07:19 GMT</pubDate>
    <dc:creator>Wu__Yongli</dc:creator>
    <dc:date>2019-04-30T00:07:19Z</dc:date>
    <item>
      <title>Calling Pardiso failed after enabling OpenMP in Visual studio</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-failed-after-enabling-OpenMP-in-Visual-studio/m-p/1136211#M26011</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pardiso in my &lt;STRONG&gt;Fortran&lt;/STRONG&gt; program works well if I do not use OpenMP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, after I change the setting in Visual studio for &lt;STRONG&gt;enabling OpenMP&lt;/STRONG&gt;, by:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project &amp;gt; Configuration Properties &amp;gt; Fortran &amp;gt; Language &amp;gt; Process OpenMP Directives &amp;gt; Generate Parallel Code (/Qopenmp)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The error comes at &lt;STRONG&gt;calling Pardiso&lt;/STRONG&gt;, showing:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;forrtl: severe (157): Program Exception - access violation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know how to solve this problem?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yongli&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2019 09:54:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-failed-after-enabling-OpenMP-in-Visual-studio/m-p/1136211#M26011</guid>
      <dc:creator>Wu__Yongli</dc:creator>
      <dc:date>2019-04-28T09:54:39Z</dc:date>
    </item>
    <item>
      <title>Hi Yongli,Can you please</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-failed-after-enabling-OpenMP-in-Visual-studio/m-p/1136212#M26012</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Yongli,&lt;BR /&gt;Can you please provide more details about your MKL version and reproducer for the case&amp;nbsp;if possible?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Maria&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 21:41:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-failed-after-enabling-OpenMP-in-Visual-studio/m-p/1136212#M26012</guid>
      <dc:creator>MariaZh</dc:creator>
      <dc:date>2019-04-29T21:41:29Z</dc:date>
    </item>
    <item>
      <title>Hi Maria,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-failed-after-enabling-OpenMP-in-Visual-studio/m-p/1136213#M26013</link>
      <description>&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;My MKL version: Intel® MKL 2018&lt;/P&gt;&lt;P&gt;Besides, I attached the code for reproducer. The code was downloaded from (http://www.pardiso-project.org) with minor modifications.&lt;/P&gt;&lt;P&gt;If I set&amp;nbsp;&amp;nbsp;Project &amp;gt; Configuration Properties &amp;gt; Fortran &amp;gt; Language &amp;gt; Process OpenMP Directives &amp;gt; Generate Sequential Code (/Qopenmp_stubs), the program works.&lt;/P&gt;&lt;P&gt;However, the problem (as previously described)&amp;nbsp;comes when the above setting is changed as "&amp;nbsp;....&amp;gt;&amp;nbsp;Process OpenMP Directives &amp;gt; Generate Parallel Code (/Qopenmp)".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Yongli&lt;/P&gt;
&lt;PRE class="brush:fortran; class-name:dark;"&gt;C----------------------------------------------------------------------
C       Example program to show the use of the "PARDISO" routine
C       for symmetric linear systems
C -------------------------------------------------------------------- 
C      This program can be downloaded from the following site:  
C      &lt;A href="http://www.pardiso-project.org" target="_blank"&gt;http://www.pardiso-project.org&lt;/A&gt;                           
C                                                               
C  (C) Olaf Schenk, Institute of Computational Science          
C      Universita della Svizzera italiana, Lugano, Switzerland. 
C      Email: olaf.schenk@usi.ch                                
C -------------------------------------------------------------------- 
        PROGRAM pardiso_sym
        
        use omp_lib
        
        IMPLICIT NONE

C..     Internal solver memory pointer 
        INTEGER*8 pt(64)

C..     All other variables 
        INTEGER maxfct, mnum, mtype, phase, n, nrhs, error, msglvl
        INTEGER iparm(64)
        INTEGER ia(9) 
        INTEGER ja(18)
        REAL*8  dparm(64) 
        REAL*8  a(18) 
        REAL*8  b(8)
        REAL*8  x(8)
        REAL*8  y(8)

        INTEGER i, j, idum, solver
        REAL*8  waltime1, waltime2, ddum, normb, normr

C.. Fill all arrays containing matrix data.

        DATA n /8/, nrhs /1/, maxfct /1/, mnum /1/

        DATA ia /1,5,8,10,12,15,17,18,19/

        DATA ja
     1        /1,          3,                 6,    7,
     2               2,    3,          5,                   
     3                     3,                             8,            
     4                          4,                  7,     
     5                                 5,     6,    7,
     6                                        6,          8,         
     7                                              7,      
     8                                                    8/
      
        DATA a
     1     /7.d0,       1.d0,              2.d0, 7.d0,
     2           -4.d0, 8.d0,        2.d0,                   
     3                  1.d0,                          5.d0,            
     4                        7.d0,              9.d0,     
     5                               5.d0, 1.d0, 5.d0,
     6                                     0.d0,       5.d0,         
     7                                           11.d0,      
     8                                                 5.d0/

C  .. set right hand side
      do i = 1, n
        b(i) = 1.d0
      end do
       
C
C  .. Setup Pardiso control parameters und initialize the solvers     
C     internal adress pointers. This is only necessary for the FIRST   
C     call of the PARDISO solver.                                     
C     
      mtype     = -2  ! unsymmetric matrix symmetric, indefinite
      solver    =  10  ! use sparse direct method
      

C..   Reordering and Symbolic Factorization, This step also allocates
C     all memory that is necessary for the factorization
 
      phase     = 11     ! only reordering and symbolic factorization
      msglvl    = 1      ! with statistical information
      iparm(33) = 1      ! compute determinant
      
      !write(*,*) "proc nums:", omp_get_num_procs()
      call mkl_set_dynamic(0)
      call omp_set_num_threads(2)
      call mkl_set_num_threads(2)
      IPARM(3) = 2
      
      CALL pardiso (pt, maxfct, mnum, mtype, phase, n, a, ia, ja,
     1              idum, nrhs, iparm, msglvl, ddum, ddum, error, dparm)
     
      WRITE(*,*) 'Reordering completed ... '

      IF (error .NE. 0) THEN
        WRITE(*,*) 'The following ERROR was detected: ', error
        STOP
      END IF

      WRITE(*,*) 'Number of nonzeros in factors   = ',iparm(18)
      WRITE(*,*) 'Number of factorization MFLOPS  = ',iparm(19)

C.. Factorization.
      phase     = 22  ! only factorization
      CALL pardiso (pt, maxfct, mnum, mtype, phase, n, a, ia, ja, 
     1              idum, nrhs, iparm, msglvl, ddum, ddum, error, dparm) 

      IF (iparm(33).EQ.1)  THEN
            write(*,*) 'Log of determinant is  ',  dparm(33)
      ENDIF

      WRITE(*,*) 'Factorization completed ... '
      IF (error .NE. 0) THEN
         WRITE(*,*) 'The following ERROR was detected: ', error
        STOP
      ENDIF 

C.. Back substitution and iterative refinement
      iparm(8)  = 1   ! max numbers of iterative refinement steps
      phase     = 33  ! only solve
      
     

      CALL pardiso (pt, maxfct, mnum, mtype, phase, n, a, ia, ja, 
     1              idum, nrhs, iparm, msglvl, b, x, error, dparm) 

      WRITE(*,*) 'Solve completed ...  '
     
      WRITE(*,*) 'The solution of the system is '
      DO i = 1, n
        WRITE(*,*) ' x(',i,') = ', x(i)
      END DO
      
       call sleep(3) 

 
      END&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 23:36:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-failed-after-enabling-OpenMP-in-Visual-studio/m-p/1136213#M26013</guid>
      <dc:creator>Wu__Yongli</dc:creator>
      <dc:date>2019-04-29T23:36:31Z</dc:date>
    </item>
    <item>
      <title>Hi Yongli,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-failed-after-enabling-OpenMP-in-Visual-studio/m-p/1136214#M26014</link>
      <description>&lt;P&gt;Hi Yongli,&lt;BR /&gt;&lt;BR /&gt;First thing that I've noticed: the Intel(R) MKL PARDISO interface is a little bit different, there is no dparm parameter, for instance.&lt;BR /&gt;Please refer to the&amp;nbsp;https://software.intel.com/en-us/mkl-developer-reference-fortran-pardiso for the detailed description.&lt;BR /&gt;Can you please adjust your code accordingly and double check if the issue is still there?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Maria&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 23:54:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-failed-after-enabling-OpenMP-in-Visual-studio/m-p/1136214#M26014</guid>
      <dc:creator>MariaZh</dc:creator>
      <dc:date>2019-04-29T23:54:48Z</dc:date>
    </item>
    <item>
      <title>Hi Maria,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-failed-after-enabling-OpenMP-in-Visual-studio/m-p/1136215#M26015</link>
      <description>&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;Thank you very much for your quick reply and suggestions.&lt;/P&gt;&lt;P&gt;Then, I will check it as your suggestion first.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Yongli&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Zhukova, Maria (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Yongli,&lt;/P&gt;&lt;P&gt;First thing that I've noticed: the Intel(R) MKL PARDISO interface is a little bit different, there is no dparm parameter, for instance.&lt;BR /&gt;Please refer to the&amp;nbsp;&lt;A href="https://software.intel.com/en-us/mkl-developer-reference-fortran-pardiso"&gt;https://software.intel.com/en-us/mkl-developer-reference-fortran-pardiso&lt;/A&gt; for the detailed description.&lt;BR /&gt;Can you please adjust your code accordingly and double check if the issue is still there?&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Maria&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 00:07:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-failed-after-enabling-OpenMP-in-Visual-studio/m-p/1136215#M26015</guid>
      <dc:creator>Wu__Yongli</dc:creator>
      <dc:date>2019-04-30T00:07:19Z</dc:date>
    </item>
    <item>
      <title>Hi Maria,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-failed-after-enabling-OpenMP-in-Visual-studio/m-p/1136216#M26016</link>
      <description>&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;The interface has been adjusted to be the same as the attached code.&lt;/P&gt;&lt;P&gt;However, the problem remains.&lt;/P&gt;&lt;P&gt;Your further suggestions will be highly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Yongli&lt;/P&gt;
&lt;PRE class="brush:fortran; class-name:dark;"&gt;C----------------------------------------------------------------------
C       Example program to show the use of the "PARDISO" routine
C       for symmetric linear systems
C -------------------------------------------------------------------- 
C      This program can be downloaded from the following site:  
C      &lt;A href="http://www.pardiso-project.org" target="_blank"&gt;http://www.pardiso-project.org&lt;/A&gt;                           
C                                                               
C  (C) Olaf Schenk, Institute of Computational Science          
C      Universita della Svizzera italiana, Lugano, Switzerland. 
C      Email: olaf.schenk@usi.ch                                
C -------------------------------------------------------------------- 
        PROGRAM pardiso_sym
        
        use omp_lib
        
        IMPLICIT NONE

C..     Internal solver memory pointer 
        INTEGER*8 pt(64)

C..     All other variables 
        INTEGER maxfct, mnum, mtype, phase, n, nrhs, error, msglvl
        INTEGER iparm(64)
        INTEGER ia(9) 
        INTEGER ja(18)
        REAL*8  dparm(64) 
        REAL*8  a(18) 
        REAL*8  b(8)
        REAL*8  x(8)
        REAL*8  y(8)

        INTEGER i, j, perm, solver
        REAL*8  waltime1, waltime2, ddum, normb, normr

C.. Fill all arrays containing matrix data.

        DATA n /8/, nrhs /1/, maxfct /1/, mnum /1/

        DATA ia /1,5,8,10,12,15,17,18,19/

        DATA ja
     1        /1,          3,                 6,    7,
     2               2,    3,          5,                   
     3                     3,                             8,            
     4                          4,                  7,     
     5                                 5,     6,    7,
     6                                        6,          8,         
     7                                              7,      
     8                                                    8/
      
        DATA a
     1     /7.d0,       1.d0,              2.d0, 7.d0,
     2           -4.d0, 8.d0,        2.d0,                   
     3                  1.d0,                          5.d0,            
     4                        7.d0,              9.d0,     
     5                               5.d0, 1.d0, 5.d0,
     6                                     0.d0,       5.d0,         
     7                                           11.d0,      
     8                                                 5.d0/

C  .. set right hand side
      do i = 1, n
        b(i) = 1.d0
      end do
       
C
C  .. Setup Pardiso control parameters und initialize the solvers     
C     internal adress pointers. This is only necessary for the FIRST   
C     call of the PARDISO solver.                                     
C     
      mtype     = -2  ! unsymmetric matrix symmetric, indefinite
      solver    =  10  ! use sparse direct method
      

C..   Reordering and Symbolic Factorization, This step also allocates
C     all memory that is necessary for the factorization
 
      phase     = 11     ! only reordering and symbolic factorization
      msglvl    = 1      ! with statistical information
      iparm(33) = 1      ! compute determinant
      
      !write(*,*) "proc nums:", omp_get_num_procs()
      call mkl_set_dynamic(0)
      call omp_set_num_threads(2)
      call mkl_set_num_threads(2)
      IPARM(3) = 2
      
      call pardiso (pt, maxfct, mnum, mtype, phase, n, a, ia, ja,
     1              perm, nrhs, iparm, msglvl, b, x, error)
     
      WRITE(*,*) 'Reordering completed ... '

      IF (error .NE. 0) THEN
        WRITE(*,*) 'The following ERROR was detected: ', error
        STOP
      END IF

      WRITE(*,*) 'Number of nonzeros in factors   = ',iparm(18)
      WRITE(*,*) 'Number of factorization MFLOPS  = ',iparm(19)

C.. Factorization.
      phase     = 22  ! only factorization
      call pardiso (pt, maxfct, mnum, mtype, phase, n, a, ia, ja,
     1              perm, nrhs, iparm, msglvl, b, x, error) 

      IF (iparm(33).EQ.1)  THEN
            write(*,*) 'Log of determinant is  ',  dparm(33)
      ENDIF

      WRITE(*,*) 'Factorization completed ... '
      IF (error .NE. 0) THEN
         WRITE(*,*) 'The following ERROR was detected: ', error
        STOP
      ENDIF 

C.. Back substitution and iterative refinement
      iparm(8)  = 1   ! max numbers of iterative refinement steps
      phase     = 33  ! only solve
        
      call pardiso (pt, maxfct, mnum, mtype, phase, n, a, ia, ja,
     1              perm, nrhs, iparm, msglvl, b, x, error)

      WRITE(*,*) 'Solve completed ...  '
     
      WRITE(*,*) 'The solution of the system is '
      DO i = 1, n
        WRITE(*,*) ' x(',i,') = ', x(i)
      END DO
      
       call sleep(3) 

 
      END&lt;/PRE&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Zhukova, Maria (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi Yongli,&lt;/P&gt;
&lt;P&gt;First thing that I've noticed: the Intel(R) MKL PARDISO interface is a little bit different, there is no dparm parameter, for instance.&lt;BR /&gt;Please refer to the&amp;nbsp;&lt;A href="https://software.intel.com/en-us/mkl-developer-reference-fortran-pardiso"&gt;https://software.intel.com/en-us/mkl-developer-reference-fortran-pardiso&lt;/A&gt; for the detailed description.&lt;BR /&gt;Can you please adjust your code accordingly and double check if the issue is still there?&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Maria&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 02:20:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-failed-after-enabling-OpenMP-in-Visual-studio/m-p/1136216#M26016</guid>
      <dc:creator>Wu__Yongli</dc:creator>
      <dc:date>2019-04-30T02:20:25Z</dc:date>
    </item>
    <item>
      <title>I checked the problem with</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-failed-after-enabling-OpenMP-in-Visual-studio/m-p/1136217#M26017</link>
      <description>&lt;P&gt;I checked the problem with the latest 2019 u3 version of mkl from command line, win64, lp64 API linked. the test passed. the log file is attached.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 04:54:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-failed-after-enabling-OpenMP-in-Visual-studio/m-p/1136217#M26017</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-04-30T04:54:50Z</dc:date>
    </item>
    <item>
      <title>Dear Maria and Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-failed-after-enabling-OpenMP-in-Visual-studio/m-p/1136218#M26018</link>
      <description>&lt;P&gt;Dear&amp;nbsp;Maria and&amp;nbsp;Gennady,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much appreciated for your kind replies and suggestions.&lt;/P&gt;&lt;P&gt;Now, the code works even the version is 2018. I just checked and adjusted the previous code&amp;nbsp;according to the examples in the folder of the Intel MKL installation directory: • examples/solverf/source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Yongli&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 09:03:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-failed-after-enabling-OpenMP-in-Visual-studio/m-p/1136218#M26018</guid>
      <dc:creator>Wu__Yongli</dc:creator>
      <dc:date>2019-04-30T09:03:13Z</dc:date>
    </item>
  </channel>
</rss>

