<?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 LSAME is a Lapack routine -- in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102604#M127104</link>
    <description>&lt;P&gt;LSAME is a Lapack routine -- see, e.g.,&amp;nbsp;http://www.netlib.org/lapack/explore-3.1.1-html/lsame.f.html . It takes two character arguments S1 and S2 of any length, and in essence returns .TRUE. if the first characters of S1 and S2 match, case ignored.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;An easy fix would be to use the LSAME function available in MKL, instead of using a source version of LSAME with uncertain pedigree. See&amp;nbsp;https://software.intel.com/en-us/node/522127 .&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2016 15:25:00 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2016-03-08T15:25:00Z</dc:date>
    <item>
      <title>IMSL and going from visual studio 2012 to 2010</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102591#M127091</link>
      <description>&lt;P&gt;I have ported a working project from one computer with visual studio 2012 to another with visual studio 2010, and I'm getting a strange error from a routine named LSAME during an IMSL operation&amp;nbsp;that is&amp;nbsp;computing a matrix solution using overloaded operators and Harwell sparse matrices.&amp;nbsp; It looks like&amp;nbsp;RESULT = A .ix. RHS.&amp;nbsp; I think the problem is in the porting, not the program.&amp;nbsp; Is there anything I should have done while porting to make it work?&lt;/P&gt;

&lt;P&gt;I think the VS2012 system has visual fortran composer XE 2013 update 5, and the VS2010 system has update 4.&amp;nbsp; Could that be my problem?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 21:49:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102591#M127091</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-03-07T21:49:53Z</dc:date>
    </item>
    <item>
      <title>Crystal ball out for repairs.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102592#M127092</link>
      <description>&lt;P&gt;Crystal ball out for repairs. Please elaborate on what the "strange error" is. &amp;nbsp;Also, do you have the same version of IMSL installed on both computers?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 21:58:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102592#M127092</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-03-07T21:58:06Z</dc:date>
    </item>
    <item>
      <title>Sorry about that, Steve.  I</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102593#M127093</link>
      <description>&lt;P&gt;Sorry about that, Steve.&amp;nbsp; I was hoping there was something really obvious I failed to do.&amp;nbsp; Here's the error message.&amp;nbsp; This happens on the statement that does&amp;nbsp;the matrix solution.&amp;nbsp; There is no character variable being passed by me on that statement.&lt;/P&gt;

&lt;P&gt;forrtl: severe (408): fort: (18): Dummy character variable 'CA' has length 1 which is greater than actual variable length 0&lt;/P&gt;

&lt;P&gt;I don't know how to find the IMSL version.&amp;nbsp; I found a file named imslsupport.txt in the FNL folder for both systems that says w_fcompxe_imsl_2013.0.002&lt;/P&gt;

&lt;P&gt;I have a file named w_fcompxe_novsshell_2013.6.204.exe that I could apply to the VS2010 system, but I don't have an IMSL file to go with it, or is IMSL is built into it?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 22:15:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102593#M127093</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-03-07T22:15:24Z</dc:date>
    </item>
    <item>
      <title>I tried to install the Update</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102594#M127094</link>
      <description>&lt;P&gt;I tried to install the Update 6 file, and I got a message saying I couldn't install it.&amp;nbsp; I think because my subscription has expired.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 22:58:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102594#M127094</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-03-07T22:58:16Z</dc:date>
    </item>
    <item>
      <title>You have the correct IMSL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102595#M127095</link>
      <description>&lt;P&gt;You have the correct IMSL version. The IMSL installer is separate.&lt;/P&gt;

&lt;P&gt;It simply looks as if the older compiler had a bug fixed in the newer one. I remember seeing a bug with a symptom like that a while ago. Perhaps if you turn off array bounds checking you can continue.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 23:28:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102595#M127095</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-03-07T23:28:12Z</dc:date>
    </item>
    <item>
      <title>I have managed to install</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102596#M127096</link>
      <description>&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125); font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11pt;"&gt;I have managed to install Update 5 onto the system with Update 4.&amp;nbsp; But this seems to have broken IMSL, so I will try to reinstall IMSL.&amp;nbsp; Now where did I put that darned thing?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125); font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125); font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11pt;"&gt;Brian&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 23:59:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102596#M127096</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-03-07T23:59:11Z</dc:date>
    </item>
    <item>
      <title>I reinstalled IMSL, and that</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102597#M127097</link>
      <description>&lt;P&gt;I reinstalled IMSL, and that didn't help.&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="1"&gt;&lt;FONT face="Consolas" size="1"&gt;error #5102: Cannot open include file 'link_fnl_static.h'&lt;BR /&gt;
	error #7002: Error in opening the compiled module file. Check INCLUDE paths.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;It doesn't make any sense that installing update 5 would mess this up, as well as reinstalling IMSL didn't fix it.&amp;nbsp; There must be something really screwed up.&amp;nbsp; Where do I "check include paths".&amp;nbsp; I've been looking, but I can't find&amp;nbsp;this.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 00:39:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102597#M127097</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-03-08T00:39:17Z</dc:date>
    </item>
    <item>
      <title>Read https://software.intel</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102598#M127098</link>
      <description>&lt;P&gt;Read&amp;nbsp;&lt;A href="https://software.intel.com/en-us/articles/installing-and-using-the-imsl-libraries/"&gt;https://software.intel.com/en-us/articles/installing-and-using-the-imsl-libraries/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 00:45:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102598#M127098</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-03-08T00:45:00Z</dc:date>
    </item>
    <item>
      <title>Thanks again, Steve.  It was</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102599#M127099</link>
      <description>&lt;P&gt;Thanks again, Steve.&amp;nbsp; It was Tools/Options/Intel Composer XE/Visual Fortran/Compilers/ etc...........&lt;/P&gt;

&lt;P&gt;It now&amp;nbsp;builds and runs, but I'm still getting exactly the same error at exactly the same place.&amp;nbsp; Darn.&lt;/P&gt;

&lt;P&gt;The only error that appears during building is this:&lt;/P&gt;

&lt;P&gt;Error&amp;nbsp;3&amp;nbsp; general error c101008d: Failed to write the updated manifest to the resource of file "C:\Users\Brian\Documents\Visual Studio 2010\Projects\TRC-2013\Lateral Torsion Coupling\DLLUserTor\DLLUserTor\Debug\DLLUserTor.dll". The parameter is incorrect.&amp;nbsp;mt.exe&amp;nbsp;&lt;/P&gt;

&lt;P&gt;A new file DLLUserTor.dll did get created during the build.&amp;nbsp; I get feeling this isn't important.&amp;nbsp; Or is it?&lt;/P&gt;

&lt;P&gt;Later tonight I will&amp;nbsp;double check the arrays being passed to the .ix. operation.&amp;nbsp;&amp;nbsp;I think I'm&amp;nbsp;running a case that ran fine on the other system, but I will make sure about that.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 00:56:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102599#M127099</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-03-08T00:56:20Z</dc:date>
    </item>
    <item>
      <title>The mt.exe error may or may</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102600#M127100</link>
      <description>&lt;P&gt;The mt.exe error may or may not be important, but it is odd. I have seen a variation where it complains that the EXE is open by another user, but the "parameter is incorrect" suggests a syntax error on the command line used to run mt, and that should be generated automatically. Can you attach a ZIP of the buildlog.htm?&lt;/P&gt;

&lt;P&gt;You're getting that 408 character length error? Is there a traceback?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 02:01:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102600#M127100</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-03-08T02:01:26Z</dc:date>
    </item>
    <item>
      <title>The buildlog is attached.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102601#M127101</link>
      <description>&lt;P&gt;The buildlog is attached.&lt;/P&gt;

&lt;P&gt;The following is what appears&amp;nbsp;in the console window:&lt;/P&gt;

&lt;P&gt;forrtl: severe (408): fort: (18): Dummy character variable 'CA' has length 1 whi&lt;BR /&gt;
	ch is greater than actual variable length 0&lt;/P&gt;

&lt;P&gt;Image&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; PC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Routine&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Line&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source&lt;BR /&gt;
	libifcoremdd.dll&amp;nbsp;&amp;nbsp; 003E1A70&amp;nbsp; Unknown&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; Unknown&amp;nbsp; Unknown&lt;BR /&gt;
	libifcoremdd.dll&amp;nbsp;&amp;nbsp; 003CDB26&amp;nbsp; Unknown&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; Unknown&amp;nbsp; Unknown&lt;BR /&gt;
	libifcoremdd.dll&amp;nbsp;&amp;nbsp; 0034EF12&amp;nbsp; Unknown&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; Unknown&amp;nbsp; Unknown&lt;BR /&gt;
	libifcoremdd.dll&amp;nbsp;&amp;nbsp; 0034F683&amp;nbsp; Unknown&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; Unknown&amp;nbsp; Unknown&lt;BR /&gt;
	XLTRC2.exe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 017564C6&amp;nbsp; _LSAME&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; 37&amp;nbsp; lsame.f&lt;BR /&gt;
	XLTRC2.exe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01A5104F&amp;nbsp; Unknown&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; Unknown&amp;nbsp; Unknown&lt;BR /&gt;
	XLTRC2.exe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01A49ACB&amp;nbsp; Unknown&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; Unknown&amp;nbsp; Unknown&lt;BR /&gt;
	XLTRC2.exe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0192F5BB&amp;nbsp; Unknown&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; Unknown&amp;nbsp; Unknown&lt;BR /&gt;
	XLTRC2.exe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01859F6B&amp;nbsp; Unknown&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; Unknown&amp;nbsp; Unknown&lt;BR /&gt;
	XLTRC2.exe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0146B8DE&amp;nbsp; _DNSIMP&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; 238&amp;nbsp; Arnoldi.f90&lt;BR /&gt;
	XLTRC2.exe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0146B8DE&amp;nbsp; _DNSIMP&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; 238&amp;nbsp; Arnoldi.f90&lt;BR /&gt;
	XLTRC2.exe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01468035&amp;nbsp; _ARNOLDI_EIGS&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; 60&amp;nbsp; Arnoldi.f90&lt;BR /&gt;
	XLTRC2.exe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00FC9E9F&amp;nbsp; _GET_TRANSFORM_T3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 260&amp;nbsp; Transf.f90&lt;BR /&gt;
	XLTRC2.exe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0161E5DF&amp;nbsp; _REDUCE_MATRIX&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&amp;nbsp; ReduceMat.f90&lt;BR /&gt;
	XLTRC2.exe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01C201D3&amp;nbsp; Unknown&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; Unknown&amp;nbsp; Unknown&lt;BR /&gt;
	XLTRC2.exe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01799DAF&amp;nbsp; Unknown&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; Unknown&amp;nbsp; Unknown&lt;BR /&gt;
	XLTRC2.exe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01799BDF&amp;nbsp; Unknown&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; Unknown&amp;nbsp; Unknown&lt;BR /&gt;
	kernel32.dll&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 76563677&amp;nbsp; Unknown&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; Unknown&amp;nbsp; Unknown&lt;BR /&gt;
	ntdll.dll&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 77499D72&amp;nbsp; Unknown&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; Unknown&amp;nbsp; Unknown&lt;BR /&gt;
	ntdll.dll&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 77499D45&amp;nbsp; Unknown&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; Unknown&amp;nbsp; Unknown&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 02:36:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102601#M127101</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-03-08T02:36:32Z</dc:date>
    </item>
    <item>
      <title>Could it be that this problem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102602#M127102</link>
      <description>&lt;P&gt;Could it be that this problem is happening because I tried to use the visual studio 2012 .sln file in visual studio 2010?&lt;/P&gt;

&lt;P&gt;It's a big project made by others over many years.&amp;nbsp; If I were to recreate it from scratch in vs 2010, is there some recipe for doing that?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 14:51:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102602#M127102</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-03-08T14:51:54Z</dc:date>
    </item>
    <item>
      <title>No, this has absolutely</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102603#M127103</link>
      <description>&lt;P&gt;No, this has absolutely nothing to do with your Visual Studio version.&lt;/P&gt;

&lt;P&gt;The build log you attached shows only the link step - I wanted to see the compile.&lt;/P&gt;

&lt;P&gt;What is LSAME? Is that one of your routines? Is it a callback you pass to IMSL? Who calls it? The error is coming from LSAME, complaining about how it was called.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 15:16:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102603#M127103</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-03-08T15:16:13Z</dc:date>
    </item>
    <item>
      <title>LSAME is a Lapack routine --</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102604#M127104</link>
      <description>&lt;P&gt;LSAME is a Lapack routine -- see, e.g.,&amp;nbsp;http://www.netlib.org/lapack/explore-3.1.1-html/lsame.f.html . It takes two character arguments S1 and S2 of any length, and in essence returns .TRUE. if the first characters of S1 and S2 match, case ignored.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;An easy fix would be to use the LSAME function available in MKL, instead of using a source version of LSAME with uncertain pedigree. See&amp;nbsp;https://software.intel.com/en-us/node/522127 .&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 15:25:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102604#M127104</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-03-08T15:25:00Z</dc:date>
    </item>
    <item>
      <title>Ok - I see that LSAME takes a</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102605#M127105</link>
      <description>&lt;P&gt;Ok - I see that LSAME takes a CHARACTER*1 argument. Perhaps you're calling it incorrectly (such as not passing it a character.) IMSL is not involved.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 15:50:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102605#M127105</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-03-08T15:50:36Z</dc:date>
    </item>
    <item>
      <title>I do not call LSAME anywhere</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102606#M127106</link>
      <description>&lt;P&gt;I do&amp;nbsp;not call LSAME anywhere in my code.&amp;nbsp; Line 238 in&amp;nbsp;Arnoldi.f90 is the statement with the overloaded operator.&lt;/P&gt;

&lt;P&gt;However, this project also includes&amp;nbsp;LAPACK source code.&amp;nbsp; That came along with ARPACK when ARPACK was added to the project.&amp;nbsp; But this project runs on the computer&amp;nbsp;with&amp;nbsp;visual studio 2012.&lt;/P&gt;

&lt;P&gt;The ARPACK code does call LSAME in hundreds of places.&amp;nbsp; I don't know what LSAME looks like in IMSL or MKL, but the one that came with ARPACK starts with this:&amp;nbsp; Maybe somehow the project as compiled with vs2010 is doing things differently than when compiled with vs2012.&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOGICAL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FUNCTION LSAME( CA, CB )
*
*&amp;nbsp; -- LAPACK auxiliary routine (version 2.0) --
*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,
*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Courant Institute, Argonne National Lab, and Rice University
*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; September 30, 1994
*
*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .. Scalar Arguments ..
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CHARACTER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CA, CB
&lt;/PRE&gt;

&lt;P&gt;By the way.&amp;nbsp; I double checked that I'm running the code with a valid reproducible case.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 16:07:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102606#M127106</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-03-08T16:07:34Z</dc:date>
    </item>
    <item>
      <title>Where did you get the LAPACK</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102607#M127107</link>
      <description>&lt;P&gt;Where did you get the LAPACK library. Did you build it yourself? The traceback shows a bunch of intermediate calls without traceback info. LSAME was compiled with /check:bounds. Maybe there's a bug in the compiler used to compile it, or maybe there's a bug in the call.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 16:18:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102607#M127107</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-03-08T16:18:48Z</dc:date>
    </item>
    <item>
      <title>Another weird thing started</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102608#M127108</link>
      <description>&lt;P&gt;Another weird thing&amp;nbsp;started&amp;nbsp;happening about the same time&amp;nbsp;I did&amp;nbsp;the&amp;nbsp;intel fortran update.&amp;nbsp; I have a breakpoint set at line 238 with the overloaded operator.&amp;nbsp; Before, trying to step&amp;nbsp;past&amp;nbsp;that line would immediately trigger the LSAME error.&amp;nbsp; Now, however, I also&amp;nbsp;get prompted that there is no disk in the CD drive.&amp;nbsp; Well, that was yesterday.&amp;nbsp; Today I'm not getting that prompt, but I still get the LSAME error.&lt;/P&gt;

&lt;P&gt;Boy, is this fun.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 16:25:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102608#M127108</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-03-08T16:25:07Z</dc:date>
    </item>
    <item>
      <title>LAPACK came with ARPACK.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102609#M127109</link>
      <description>&lt;P&gt;LAPACK came with ARPACK.&lt;/P&gt;

&lt;P&gt;I set a breakpoint on&amp;nbsp;line 37&amp;nbsp;in my source code for LSAME, and execution did go there from the line 238.&amp;nbsp; Right before the error happens at line 37, the call stack shows this:&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;&amp;gt;&amp;nbsp;XLTRC2.exe!LSAME( , CHARACTER(1)&amp;nbsp; CA, CHARACTER(1)&amp;nbsp; CB,&amp;nbsp; .tmp..T5__V$7)&amp;nbsp; Line 37&amp;nbsp;Fortran
&amp;nbsp;&amp;nbsp;XLTRC2.exe!_dgscon()&amp;nbsp; + 0x6f bytes&amp;nbsp;C
&amp;nbsp;&amp;nbsp;XLTRC2.exe!_c_fortran_dgssv()&amp;nbsp; + 0x76b bytes&amp;nbsp;C
&amp;nbsp;&amp;nbsp;XLTRC2.exe!_D_F95_COND()&amp;nbsp; + 0x5d9 bytes&amp;nbsp;
&amp;nbsp;&amp;nbsp;XLTRC2.exe!_SPARSE_LINEAR_OPERATORS_mp_D_HBC_SPARSE_SOLVE_VECTOR.()&amp;nbsp; + 0x131f bytes&amp;nbsp;
&amp;nbsp;&amp;nbsp;XLTRC2.exe!DNSIMP( , REAL(8)&amp;nbsp; D, REAL(8)&amp;nbsp; V, REAL(8)&amp;nbsp; RESID, INTEGER(4)&amp;nbsp; NX, INTEGER(4)&amp;nbsp; NEV, INTEGER(4)&amp;nbsp; NCV, INTEGER(4)&amp;nbsp; IERR, LOGICAL(4)&amp;nbsp; RVEC, TYPE(D_HBC_SPARSE)&amp;nbsp; A, TYPE(D_HBC_SPARSE)&amp;nbsp; M)&amp;nbsp; Line 238 + 0x432 bytes&amp;nbsp;Fortran
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 16:34:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102609#M127109</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-03-08T16:34:31Z</dc:date>
    </item>
    <item>
      <title>I went back to my old</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102610#M127110</link>
      <description>&lt;P&gt;I went back to my old computer with vs2012 and set a breakpoint on that same line in LSAME, and the code ran fine from start to finish&amp;nbsp;without ever stopping there.&lt;/P&gt;

&lt;P&gt;Does this mean the codes are getting built differently?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 17:01:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-and-going-from-visual-studio-2012-to-2010/m-p/1102610#M127110</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-03-08T17:01:43Z</dc:date>
    </item>
  </channel>
</rss>

