<?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 This MKL version 11.0 update in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930196#M13687</link>
    <description>&lt;P&gt;This MKL version 11.0 update 3. Yes, you can try to update your version to update 3 or 4 ( the latest one ).&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 23 Jun 2013 18:06:29 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2013-06-23T18:06:29Z</dc:date>
    <item>
      <title>MKL ERROR: Parameter 1 was incorrect on entry to cgelsy.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930190#M13681</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;When I use the fortran 77 subroutine cgelsy in my program. A MKL Error is encountered. Microsoft visual studio&amp;nbsp;also shows the message "Run-time Check Failure #2- Stack around variable "UV_F77$INFO' was corrupted.&lt;/P&gt;
&lt;P&gt;I checked the parameters. It seems that they are correct.&lt;/P&gt;
&lt;P&gt;Please help me check what is the problem in my program? Thank you very much!&lt;/P&gt;
&lt;P&gt;The program is uploaded.&lt;/P&gt;
&lt;P&gt;Brief introduction of my program is list below.&lt;/P&gt;
&lt;P&gt;In this program,&amp;nbsp;I use the open-MP to calculate the 300&amp;nbsp;least square solutions. I defined a type named&amp;nbsp; QR_pair_test. In this type two matrices QLE and RLE are stored. In each time of calculation, the entries of RLE is set to 100 and QLE is calculated using a subroutine named calculate_interaction. Subsequently&amp;nbsp;I calculate&amp;nbsp;QLE*X=RLE using cgelsy that will store the solution&amp;nbsp;X in RLE.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2013 09:45:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930190#M13681</guid>
      <dc:creator>Haogang_W_</dc:creator>
      <dc:date>2013-06-23T09:45:21Z</dc:date>
    </item>
    <item>
      <title>You're asking for wild</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930191#M13682</link>
      <description>&lt;P&gt;You're asking for wild guesses?&amp;nbsp; Maybe you used 32-bit compilation and neglected to set /stack ?&lt;/P&gt;
&lt;P&gt;Does your version of mkl not produce the following (not that it explains your problem)?&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\Intel\Composer XE 2013 SP1\mkl\include\mkl_vml.f90(179):&lt;BR /&gt;warning #6379: The structure contains one or more misaligned fields.&amp;nbsp;&amp;nbsp; [ERROR_ST&lt;BR /&gt;RUCTURE]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPE ERROR_STRUCTURE&lt;BR /&gt;-----------^&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2013 11:59:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930191#M13682</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2013-06-23T11:59:31Z</dc:date>
    </item>
    <item>
      <title>My remarks are not about the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930192#M13683</link>
      <description>&lt;P&gt;My remarks are not about the stack problem, but something else that I noticed.&lt;/P&gt;
&lt;P&gt;There are two instances of [fortran]if(run_parallel .or. (lp2 .eq. 1))then[/fortran] in your program. Since run_parallel is of type INTEGER and not LOGICAL, you are using an extension of Fortran in applying the .OR. operator to an integer operand. Are you aware of the implications?&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2013 13:01:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930192#M13683</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-06-23T13:01:25Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930193#M13684</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your prompt response! Mecej4 is right. I had made a mistake in using the run_parallel. Thank you!&lt;/P&gt;
&lt;P&gt;However, the problem still exists. As TimP asked. I run the program in the x64 platform. In my compilation&amp;nbsp;no warning exists. The following is the compilation information. Is it possible that this is caused by the version of mkl? The version is mkl 11.0 update 1 for windos* Os.&amp;nbsp; I also changed two parameters in project&amp;gt;property&amp;gt;linker&amp;gt;stack reserve size and stack commit size both to 1000000000. But the problem still exists.&lt;/P&gt;
&lt;P&gt;----- Build started: Project: test_qr, Configuration: Debug|x64 ------&lt;/P&gt;
&lt;P&gt;Compiling with Intel(R) Visual Fortran Compiler XE 13.0.0.089 [Intel(R) 64]... test_QR.f90&lt;/P&gt;
&lt;P&gt;Build log written to&amp;nbsp; "&lt;A&gt;file://E:\wanghg\test_fortran\test_qr\test_qr\test_qr\x64\Debug\BuildLog.htm&lt;/A&gt;" test_qr - 0 error(s), 0 warning(s)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2013 15:40:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930193#M13684</guid>
      <dc:creator>Haogang_W_</dc:creator>
      <dc:date>2013-06-23T15:40:27Z</dc:date>
    </item>
    <item>
      <title>After changing the type of</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930194#M13685</link>
      <description>&lt;P&gt;After changing the type of "run_parallel" to LOGICAL and replacing run_parallel = 1 by&amp;nbsp;run_parallel = .TRUE., I compiled and ran your program using the 13.1.171 compiler on Windows. The 32 and the 64 bit versions of program ran to completion with no error messages. I think that we need more particulars about your software setup if we are to be able to reproduce the error.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2013 16:03:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930194#M13685</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-06-23T16:03:18Z</dc:date>
    </item>
    <item>
      <title>Hi, Dear Mecej4:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930195#M13686</link>
      <description>&lt;P&gt;Hi, Dear Mecej4:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you! My compiler is Intel(R) Visual Fortran Compiler XE 13.0.0.089 [Intel(R) 64]. The version of mkl is mkl 11.0 update 1 for windos* Os.&amp;nbsp;Does the versions not match or else? Need I update both the compiler and the mkl?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2013 16:50:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930195#M13686</guid>
      <dc:creator>Haogang_W_</dc:creator>
      <dc:date>2013-06-23T16:50:36Z</dc:date>
    </item>
    <item>
      <title>This MKL version 11.0 update</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930196#M13687</link>
      <description>&lt;P&gt;This MKL version 11.0 update 3. Yes, you can try to update your version to update 3 or 4 ( the latest one ).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2013 18:06:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930196#M13687</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-06-23T18:06:29Z</dc:date>
    </item>
    <item>
      <title>It would help if you listed</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930197#M13688</link>
      <description>&lt;P&gt;It would help if you listed the compiler options in effect (or attached the build-log file). Did you try more than one set of options yourself, and did the error occur in the same way then?&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2013 18:24:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930197#M13688</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-06-23T18:24:40Z</dc:date>
    </item>
    <item>
      <title>Hi, Dear all:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930198#M13689</link>
      <description>&lt;P&gt;Hi, Dear all:&lt;/P&gt;
&lt;P&gt;Thank you for your suggestions. I had update my mkl to mkl11.0 update 4. But the same problem still exists.&amp;nbsp;I attached the buildlog here. Please help me see if the configuration is not correct. Thank you!&lt;/P&gt;
&lt;P&gt;Build Log &amp;nbsp;&amp;nbsp; Build started: Project: test_qr, Configuration: Debug|x64 Output &amp;nbsp;&amp;nbsp;Compiling with Intel(R) Visual Fortran Compiler XE 13.0.0.089 [Intel(R) 64]... ifort /nologo /debug:full /Od /I"D:\ITProgram\Intel\Composer XE2013\mkl\include" /Qopenmp /warn:interfaces /module:"x64\Debug\\" /object:"x64\Debug\\" /Fd"x64\Debug\vc100.pdb" /traceback /check:all /libs:static /threads /dbglibs /Qmkl:parallel /c /Qvc10 /Qlocation,link,"D:\ITProgram\Microsoft Visual Studio 10.0\VC\\bin\amd64" "E:\wanghg\test_fortran\test_qr\test_qr\test_qr\test_QR.f90" Linking... Creating temporary file "RSP1.rsp" with contents [ /OUT:"x64\Debug\test_qr.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"D:\ITProgram\Intel\Composer XE2013\mkl\lib\intel64" /MANIFEST /MANIFESTFILE:"E:\wanghg\test_fortran\test_qr\test_qr\test_qr\x64\Debug\test_qr.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"E:\wanghg\test_fortran\test_qr\test_qr\test_qr\x64\Debug\test_qr.pdb" /SUBSYSTEM:CONSOLE /STACK:1000000000,1000000000 /IMPLIB:"E:\wanghg\test_fortran\test_qr\test_qr\test_qr\x64\Debug\test_qr.lib" mkl_blacs_ilp64_dll.lib mkl_blacs_intelmpi_ilp64.lib mkl_blacs_intelmpi_lp64.lib mkl_blacs_lp64_dll.lib mkl_blacs_mpich2_ilp64.lib mkl_blacs_mpich2_lp64.lib mkl_blacs_msmpi_ilp64.lib mkl_blacs_msmpi_lp64.lib mkl_blas95_ilp64.lib mkl_blas95_lp64.lib mkl_cdft_core.lib mkl_cdft_core_dll.lib mkl_core.lib mkl_core_dll.lib mkl_intel_ilp64.lib mkl_intel_ilp64_dll.lib mkl_intel_lp64.lib mkl_intel_lp64_dll.lib mkl_intel_sp2dp.lib mkl_intel_thread.lib mkl_intel_thread_dll.lib mkl_lapack95_ilp64.lib mkl_lapack95_lp64.lib mkl_pgi_thread.lib mkl_pgi_thread_dll.lib mkl_rt.lib mkl_scalapack_ilp64.lib mkl_scalapack_ilp64_dll.lib mkl_scalapack_lp64.lib mkl_scalapack_lp64_dll.lib mkl_sequential.lib mkl_sequential_dll.lib "x64\Debug\test_QR.obj" ] Creating command line "Link @"E:\wanghg\test_fortran\test_qr\test_qr\test_qr\x64\Debug\RSP1.rsp"" Link: executing 'link' Embedding manifest... mt.exe /nologo /outputresource:"E:\wanghg\test_fortran\test_qr\test_qr\test_qr\x64\Debug\test_qr.exe;#1" /manifest "E:\wanghg\test_fortran\test_qr\test_qr\test_qr\x64\Debug\test_qr.exe.intermediate.manifest" test_qr - 0 error(s), 0 warning(s)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2013 06:25:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930198#M13689</guid>
      <dc:creator>Haogang_W_</dc:creator>
      <dc:date>2013-06-24T06:25:37Z</dc:date>
    </item>
    <item>
      <title>Hi Deal all:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930199#M13690</link>
      <description>&lt;P&gt;Hi Deal all:&lt;/P&gt;
&lt;P&gt;Thank you all very much! The problem solved. Please see my another poster "how to call a mkl subroutine frequently without changing the arrays".&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2013 11:05:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-ERROR-Parameter-1-was-incorrect-on-entry-to-cgelsy/m-p/930199#M13690</guid>
      <dc:creator>Haogang_W_</dc:creator>
      <dc:date>2013-07-01T11:05:25Z</dc:date>
    </item>
  </channel>
</rss>

