<?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 mecej4 - if you are willing in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134652#M25920</link>
    <description>&lt;P&gt;mecej4 - if you are willing to take a shot at this privately, I can get you paid to do so.&amp;nbsp; Let me know by using the email link at the bottom of the home page at &lt;A href="https://community.intel.com/www.xlrotor.com" target="_blank"&gt;www.xlrotor.com&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2020 17:18:39 GMT</pubDate>
    <dc:creator>Brian_Murphy</dc:creator>
    <dc:date>2020-03-03T17:18:39Z</dc:date>
    <item>
      <title>trouble going from XE2013 to XE2020</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134638#M25906</link>
      <description>&lt;P&gt;I have an intel fortran console program which uses pardiso and works great when compiled with&amp;nbsp;XE 2013 &amp;amp; visual studio 2010.&amp;nbsp; I am trying to get it to run with XE 2020 and visual studio 2019 and the very first call to pardiso (phase=11) completes successfully but produces a different values&amp;nbsp;in the iparm vector, and later on the calculation is failing and produces garbage (i.e. NaN).&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Mar 2020 22:26:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134638#M25906</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2020-03-01T22:26:55Z</dc:date>
    </item>
    <item>
      <title>Hello Brian Murphy,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134639#M25907</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Brian Murphy,&lt;/P&gt;&lt;P&gt;Thanks for bringing the problem. Could you help provide reproducer for us to investigate it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ruqiu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 01:56:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134639#M25907</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2020-03-02T01:56:55Z</dc:date>
    </item>
    <item>
      <title>Thanks for the reply.  My</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134640#M25908</link>
      <description>&lt;P&gt;Thanks for the reply.&amp;nbsp; My program with the problem is a very big program.&amp;nbsp; It will me a lot of time to make something simple that reproduces the problem.&lt;/P&gt;&lt;P&gt;Are there any known issues when going from XE 2013 to XE 2020?&lt;/P&gt;&lt;P&gt;msglvl=1 is printing messages that say OpenMP is being used, but I am using&amp;nbsp;/Qmkl:sequential&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 02:09:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134640#M25908</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2020-03-02T02:09:56Z</dc:date>
    </item>
    <item>
      <title>Brian, we have fixed pretty</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134641#M25909</link>
      <description>&lt;P&gt;Brian, we have fixed pretty many issues since the version of XE 2013 regarding PARDISO solver, especially regarding the factorization step. You could try to set iparm(2) == 0 and check the problem once again.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you linked with a sequential version of MKL and msglvl==1, you the expected to see something like this:&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;===========&lt;BR /&gt;Parallel Direct Factorization is running on 1 OpenMP&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do you have on your side?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 03:23:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134641#M25909</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-03-02T03:23:44Z</dc:date>
    </item>
    <item>
      <title>I see Parallel Direct</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134642#M25910</link>
      <description>&lt;P&gt;I see&amp;nbsp;&lt;STRONG&gt;Parallel Direct Factorization is running on 1 OpenMP&lt;/STRONG&gt;&amp;nbsp;being printed to the console window by XE 2020.&amp;nbsp;&lt;/P&gt;&lt;P&gt;XE 2013 prints the following, which does not mention OpenMP, which is why&lt;/P&gt;
&lt;PRE class="brush:fortran; class-name:dark;"&gt;Statistics:
===========
&amp;lt; Parallel Direct Factorization with number of processors: &amp;gt; 1
&amp;lt; Numerical Factorization with Level-3 BLAS performance &amp;gt;&lt;/PRE&gt;

&lt;P&gt;I now think my problems are happening before calling&amp;nbsp;pardiso and&amp;nbsp;instead are with LAPACK.&amp;nbsp; A LAPACK routine named&amp;nbsp;dlarnv is returning garbage and I don't know why.&amp;nbsp; It worked perfectly with XE 2013 but not XE 2020.&amp;nbsp; I think XE 2020 is getting mixed up between&amp;nbsp;MKL's lapack and&amp;nbsp;a version of lapack compiled with the project.&amp;nbsp; I'll bet there is a visual studio setting which worked for XE 2013 that isn't working for XE 2020.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 03:44:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134642#M25910</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2020-03-02T03:44:00Z</dc:date>
    </item>
    <item>
      <title>Ok. 1 OpenMP thread ==</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134643#M25911</link>
      <description>&lt;P&gt;Ok. 1 OpenMP thread == sequential mode.&amp;nbsp;&lt;/P&gt;&lt;P&gt;regarding dlarnv() routine -- this is an unknown issue. could you give us the details to check the problem on our side?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 04:22:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134643#M25911</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-03-02T04:22:30Z</dc:date>
    </item>
    <item>
      <title>Brian Murphy:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134644#M25912</link>
      <description>&lt;P&gt;Brian Murphy:&lt;/P&gt;&lt;P&gt;I responded in your other thread,&amp;nbsp;https://software.intel.com/en-us/forums/intel-fortran-compiler/topic/849486#comment-1953826 , regarding DLARNV.&lt;/P&gt;&lt;P&gt;If the random numbers returned by DLARNV are being used in a subsequent call to Pardiso, you should definitely ensure that the DLARNV call is functioning correctly before you suspect errors in Pardiso.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 11:59:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134644#M25912</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-03-02T11:59:43Z</dc:date>
    </item>
    <item>
      <title>I see no problem with this</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134645#M25913</link>
      <description>&lt;P&gt;I see no problem with this function. Could you check how it works on your side? my test is attached.&lt;/P&gt;&lt;P&gt;Here is the log I see on my part. MKL_VERBOSE is on. the very first elements are not a NAN as you reported.&lt;BR /&gt;MKL_VERBOSE Intel(R) MKL 2020.0 Product build 20191125 for Intel(R) 64 architecture Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX2) enabled processors, Win 2.60GHz cdecl intel_thread&lt;BR /&gt;MKL_VERBOSE DLARNV(1,00000013B337FB60,140,000001E5E1A0E540) 3.02us CNR:OFF Dyn:1 FastMM:1 TID:0 &amp;nbsp;NThr:2&lt;BR /&gt;.. 0 , 0.131856&lt;BR /&gt;.. 1 , 0.233811&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 03:24:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134645#M25913</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-03-03T03:24:57Z</dc:date>
    </item>
    <item>
      <title>I am using fortran.  I doubt</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134646#M25914</link>
      <description>&lt;P&gt;I am using fortran.&amp;nbsp; I doubt my&amp;nbsp;problem is actually with dlarnv because a&amp;nbsp;simple test program like your works fine.&amp;nbsp; I've spent all day on this and I'm no closer to finding the root problem than when I started.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 03:40:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134646#M25914</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2020-03-03T03:40:23Z</dc:date>
    </item>
    <item>
      <title>I'm getting that gesvx linear</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134647#M25915</link>
      <description>&lt;P&gt;I'm getting that gesvx linear equation solver produces slightly different results in XE 2020 versus XE 2013.&amp;nbsp; &amp;nbsp;Slightly means a double precision calculation with a 4x4 matrix is different in the last digit.&amp;nbsp;Has something changed in the MKL that could explain this, or should the results&amp;nbsp;be identical if I don't have a mistake somewhere?&amp;nbsp; The input matrices to gesvx are identical, but the output matrix is not.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I doubt this the root of my problem, but I'm running out of places to look.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 04:56:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134647#M25915</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2020-03-03T04:56:29Z</dc:date>
    </item>
    <item>
      <title>Regarding consistency of FP</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134648#M25916</link>
      <description>&lt;P&gt;Regarding consistency of FP results, you can consider using compiler options that emphasize consistency at the expense of reduced performance, and consider the MKL features described in &lt;A href="https://software.intel.com/en-us/articles/introduction-to-the-conditional-numerical-reproducibility-cnr" target="_blank"&gt;https://software.intel.com/en-us/articles/introduction-to-the-conditional-numerical-reproducibility-cnr&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;I suspect that your large program has some of the common errors such as array overruns, uninitialized variables, data input errors and incorrect subprogram arguments. In the presence of such errors, consistency is neither desirable nor is perceived inconsistency something to put under the microscope.&lt;/P&gt;&lt;P&gt;Those NaNs that you reported did not come out of nowhere.&lt;/P&gt;&lt;P&gt;When you wrote "The input matrices to gesvx are identical", how did you determine that they were so?&lt;/P&gt;&lt;P&gt;If possible/permissible, post your full sources or, preferably, a cut-down version of those sources.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 11:32:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134648#M25916</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-03-03T11:32:25Z</dc:date>
    </item>
    <item>
      <title>Thanks for the reply, mecej4.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134649#M25917</link>
      <description>&lt;P&gt;Thanks for the reply, mecej4.&amp;nbsp; The entire code is far too big to post.&amp;nbsp; I have observed that XE2020 initializes variables differently than XE2013 even when using the same compiler options.&amp;nbsp; XE2020 seems to be initializing real's and integers to 0, whereas&amp;nbsp;XE2013 does&amp;nbsp;not.&amp;nbsp; Since XE2013 is less forgiving about this, it sort of forces you to explicitly initialize variables to avoid problems.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This project started&amp;nbsp;pre-Powerstation, and has gone through many migrations of compilers (by persons other than myself).&amp;nbsp; Currently, in visual studio, all options at Properties/Fortran/Compatibility/ are set the same for XE2013 and XE2020.&amp;nbsp; Only two are set to Yes; Treat&amp;nbsp;Backslash as Normal Character and Use PowerStation Portability Library.&amp;nbsp; Oddly, the corresponding directives /assume:bscc and /fpscomp:libs are&amp;nbsp;not in the compiler command line or linker command line, which suggests to me that these are defaults.&lt;/P&gt;&lt;P&gt;I'm with you&amp;nbsp;that the NaN from dlarnv did not come out of nowhere.&amp;nbsp; I've been working my way backward trying to find where intermediate numerical results in XE2013 and XE2020 first become different.&amp;nbsp; That led me to results returned by gesvx.&amp;nbsp; If &lt;STRONG&gt;all &lt;/STRONG&gt;15 digits displayed in the debugger for &lt;STRONG&gt;all &lt;/STRONG&gt;elements of an&amp;nbsp;array, I call them equivalent.&lt;/P&gt;&lt;P&gt;Here is the compiler command line&amp;nbsp;formatted&amp;nbsp;for easier reading.&amp;nbsp; Can you suggest any others that will help me find the problem?&amp;nbsp; I wonder why there is a forward slash at the end of the first /I item.&lt;/P&gt;
&lt;PRE class="brush:fortran; class-name:dark;"&gt;/nologo 
/debug:full 
/Od 
/I"C:\Users\Brian\Documents\Visual Studio 2019\Projects\TRC-2013\Lateral Torsion Coupling\DLLUser\Debug/" 
/I"C:\Users\Brian\Documents\Visual Studio 2019\Projects\TRC-2013\Lateral Torsion Coupling\ARPACK\UTIL\Debug" 
/I"C:\Users\Brian\Documents\Visual Studio 2019\Projects\TRC-2013\Lateral Torsion Coupling\ARPACK\SRC\Debug" 
/DXLTRC2_INTEL_VF 
/warn:interfaces 
/module:"Debug\\" 
/object:"Debug\\" 
/Fd"Debug\vc160.pdb" 
/traceback 
/check:bounds 
/check:stack 
/libs:static 
/threads 
/dbglibs 
/Qmkl:sequential 
/c&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 14:32:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134649#M25917</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2020-03-03T14:32:00Z</dc:date>
    </item>
    <item>
      <title>If is is permissible for you</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134650#M25918</link>
      <description>&lt;P&gt;If is is permissible for you to post the code, rather than attaching it to a post here, zip up the whole source along with include files, data files and project files, upload the zip file (less than a couple of 100 megabytes is OK) to a cloud service (Google drive, Onedrive, Dropbox, etc.), enable public access to the cloud file, and post the link or shortcut in your response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have used this&amp;nbsp;procedure a few times in the past in the Fortran forum, and that has worked out OK. One objection to posting large source codes is that their size may discourage some forum members from trying to help because of the correspondingly large time and effort needed.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 15:36:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134650#M25918</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-03-03T15:36:39Z</dc:date>
    </item>
    <item>
      <title>I can't post the code because</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134651#M25919</link>
      <description>&lt;P&gt;I can't post the code because it is the property of Texas A&amp;amp;M and is distributed to paying members of a turbomachinery research consortium.&lt;/P&gt;&lt;P&gt;My goal is to get the code running and validated against a collection of published test cases.&amp;nbsp; I accomplished that with XE 2013, but I'm failing miserably with XE 2020.&amp;nbsp; Tracing through calculation and comparing 2020&amp;nbsp;to 2013&amp;nbsp;is not working because tiny numerical differences make it impossible to see where things first go wrong.&lt;/P&gt;&lt;P&gt;I turned on&amp;nbsp;&lt;STRONG&gt;/check:all&lt;/STRONG&gt; but that didn't turn up anything, or change the final calculation result.&amp;nbsp; Lots of warnings 406 were printed about creating temporary arrays for various arguments, but I don't think those are indicative of a problem.&amp;nbsp; I tried to use piping to capture that output to a text file, but that didn't work on my windows 7 system.&lt;/P&gt;&lt;P&gt;If I don't come up with any new ideas, I will try XE 2013 with visual studio 2019.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 17:14:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134651#M25919</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2020-03-03T17:14:50Z</dc:date>
    </item>
    <item>
      <title>mecej4 - if you are willing</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134652#M25920</link>
      <description>&lt;P&gt;mecej4 - if you are willing to take a shot at this privately, I can get you paid to do so.&amp;nbsp; Let me know by using the email link at the bottom of the home page at &lt;A href="https://community.intel.com/www.xlrotor.com" target="_blank"&gt;www.xlrotor.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 17:18:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/trouble-going-from-XE2013-to-XE2020/m-p/1134652#M25920</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2020-03-03T17:18:39Z</dc:date>
    </item>
  </channel>
</rss>

