<?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 Compilation aborted in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824068#M49192</link>
    <description>Here it is the file.&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
    <pubDate>Wed, 28 Sep 2011 15:43:46 GMT</pubDate>
    <dc:creator>pedrohcgs</dc:creator>
    <dc:date>2011-09-28T15:43:46Z</dc:date>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824055#M49179</link>
      <description>&lt;A onclick="ndownload('http://software.intel.com/file/38755')"&gt;&lt;/A&gt;&lt;A onclick="ndownload('http://software.intel.com/file/38756')"&gt;BuildLog.htm&lt;/A&gt;bp.f&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hello all,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am trying to run the attached code, which is working with my professor computer.&lt;/DIV&gt;&lt;DIV&gt;Here, whenever I try, it appears compilation aborted.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Please, any kind of help is really appreciated.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am using Visual Studio 2008, with IVF 12.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Best&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Sep 2011 18:20:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824055#M49179</guid>
      <dc:creator>pedrohcgs</dc:creator>
      <dc:date>2011-09-27T18:20:44Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824056#M49180</link>
      <description>IVF 12 is not 100 percent compatible with versions of IMSL other than the one recently released by Intel for that compiler. In particular, some modules supplied by VNI that were compiled using IVF 11.x are known to cause IVF 12 to crash.&lt;BR /&gt;&lt;BR /&gt;Which version of IMSL do you have?</description>
      <pubDate>Tue, 27 Sep 2011 18:50:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824056#M49180</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-09-27T18:50:46Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824057#M49181</link>
      <description>I have theIMSL v7.0 x86-x64.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;So, this can be the problem?&lt;/DIV&gt;&lt;DIV&gt;Do we have any solution?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Sep 2011 18:57:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824057#M49181</guid>
      <dc:creator>pedrohcgs</dc:creator>
      <dc:date>2011-09-27T18:57:10Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824058#M49182</link>
      <description>I think I understand the problem. With the combination of IMSL 6 and Intel Fortran 11.1 that we sold, there was a bad module LINEAR_OPERATORS that triggered an internal compiler error. I can reproduce the compiler error using the version 12.1 compiler but the old IMSL module. When I use the newer LINEAR_OPERATORS that we rebuilt for Composer XE 2011, no error.&lt;BR /&gt;&lt;BR /&gt;My guess is that Rogue Wave is using the same old pre-release compiler they used before to build their modules. You can try the replacement modules provided in&lt;A target="_blank" href="http://software.intel.com/en-us/articles/internal-compiler-error-when-using-imsl-modules-imsl_libraries-or-linear_operators-intel-64/"&gt; this article&lt;/A&gt;, but you should ask Rogue Wave to rebuild the modules with a non-beta compiler.</description>
      <pubDate>Tue, 27 Sep 2011 19:57:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824058#M49182</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-09-27T19:57:54Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824059#M49183</link>
      <description>Thanks a lot for the information.&lt;DIV&gt;Nonetheless, when I follow the steps of the article you posted, it appeared another error:&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;Error	1	 error #8110: The module file for compiler-generated interface was generated for a different platform or by an incompatible compiler or compiler release. It cannot be read. Use -gen-interfaces option.  [MP_TYPES]	C:\Users\Pedro\Desktop\Fortran\bp.f	265	&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I don't know how to deal with that also.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Now, how should I proceed? Any tip?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks a lot&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Sep 2011 21:11:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824059#M49183</guid>
      <dc:creator>pedrohcgs</dc:creator>
      <dc:date>2011-09-27T21:11:13Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824060#M49184</link>
      <description>Also, I was supposed to unzip the file in the I64 folder, but I was using the I32 files.&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Sep 2011 21:22:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824060#M49184</guid>
      <dc:creator>pedrohcgs</dc:creator>
      <dc:date>2011-09-27T21:22:48Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824061#M49185</link>
      <description>The article was specific to x64, so you should have unzipped into the Intel64 folder. You said you were building for Intel 64.&lt;BR /&gt;&lt;BR /&gt;If you are building for IA-32, then I recommend you contact Rogue Wave and ask them for modules recompiled with a non-beta compiler.</description>
      <pubDate>Wed, 28 Sep 2011 00:33:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824061#M49185</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-09-28T00:33:54Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824062#M49186</link>
      <description>Hey Steve,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks a lot for all the info. I would like to bother you just a bit more.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am using a x64 computer, but the program was running with the Win32 debug. Nonetheless, I changed to run it with x64, and as I mention, it appears the error, which I am attaching.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Nonetheless, I have already sent an email toRogue Wave.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks a lot for all the support.&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Sep 2011 07:32:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824062#M49186</guid>
      <dc:creator>pedrohcgs</dc:creator>
      <dc:date>2011-09-28T07:32:26Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824063#M49187</link>
      <description>I think that you have corrupted your IMSL installation. Note that 32-bit and 64-bit module files are not interchangeable.&lt;BR /&gt;&lt;BR /&gt;You unzipped the 64-bit modules into the 32-bit &lt;B&gt;include&lt;/B&gt; directory, causing the 64-bit .mod files to overwrite the 32-bit files which are supposed to be there. Any attempt to build a 32-bit application that needs those.mod files will fail.&lt;BR /&gt;&lt;BR /&gt;Meanwhile, your 64-bit IMSL &lt;B&gt;include&lt;/B&gt; directory still contains the defective .mod files that Steve wanted you to replace. Therefore, your original problem with 64-bit builds still remains.&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Sep 2011 11:28:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824063#M49187</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-09-28T11:28:15Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824064#M49188</link>
      <description>I just have re-installed the IMSL libraries, and then just copied the module into the 64-bit folder.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I still have the same problem.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I contacted Rogue Wave and they say that I should use the IVC 11.1, but I don't like this kind of answers.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks a lot for all the support.&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Sep 2011 12:45:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824064#M49188</guid>
      <dc:creator>pedrohcgs</dc:creator>
      <dc:date>2011-09-28T12:45:53Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824065#M49189</link>
      <description>You are not using the IMSL that we have validated for use with the 12.0/12.1 compiler. And you're not using the compiler RogueWave has validated for use with the 7.0 IMSL. I was able to see an error when using the old IMSL modules but not the newer ones. &lt;BR /&gt;&lt;BR /&gt;Do you get this error building a 32-bit application?</description>
      <pubDate>Wed, 28 Sep 2011 14:30:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824065#M49189</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-09-28T14:30:24Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824066#M49190</link>
      <description>When I tried to build it with Win32, it appear the same kind of error, I guess.&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;I attach the Buildlog.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Sep 2011 14:47:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824066#M49190</guid>
      <dc:creator>pedrohcgs</dc:creator>
      <dc:date>2011-09-28T14:47:55Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824067#M49191</link>
      <description>Please attach the linear_operators.mod file from the IMSL include\dll folder.</description>
      <pubDate>Wed, 28 Sep 2011 15:33:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824067#M49191</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-09-28T15:33:08Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824068#M49192</link>
      <description>Here it is the file.&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Sep 2011 15:43:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824068#M49192</guid>
      <dc:creator>pedrohcgs</dc:creator>
      <dc:date>2011-09-28T15:43:46Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824069#M49193</link>
      <description>Interesting. I can reproduce the error with the .mod files from the article, but not the ones from our update. Let me see if I can put together a different ZIP for you to try.</description>
      <pubDate>Wed, 28 Sep 2011 15:55:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824069#M49193</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-09-28T15:55:03Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824070#M49194</link>
      <description>Ok, try the attached. Unzip into your intel64\dll folder. This is for Intel64 only.</description>
      <pubDate>Wed, 28 Sep 2011 16:15:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824070#M49194</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-09-28T16:15:24Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824071#M49195</link>
      <description>Now, I have a different type of error.&lt;DIV&gt;I attach the log file.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Sep 2011 17:23:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824071#M49195</guid>
      <dc:creator>pedrohcgs</dc:creator>
      <dc:date>2011-09-28T17:23:17Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824072#M49196</link>
      <description>Did you edit the source? I don't get that with the bp.f you uploaded before. I tried to redownload to be sure but it seems to have disappeared from our server. Perhaps you can reupload?</description>
      <pubDate>Wed, 28 Sep 2011 17:46:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824072#M49196</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-09-28T17:46:22Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824073#M49197</link>
      <description>I attach both the bp.f and the buildlog, just in case.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Sep 2011 17:56:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824073#M49197</guid>
      <dc:creator>pedrohcgs</dc:creator>
      <dc:date>2011-09-28T17:56:37Z</dc:date>
    </item>
    <item>
      <title>Compilation aborted</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824074#M49198</link>
      <description>Please do a Build &amp;gt; Clean Solution and try again.&lt;BR /&gt;&lt;BR /&gt;When I compile I see this:&lt;BR /&gt;&lt;BR /&gt;bp.f(2895): error #6633: The type of the actual argument differs from the type of the dummy argument. [F1DIM]&lt;BR /&gt; call mnbrak(ax,xx,bx,fa,fx,fb,f1dim)&lt;BR /&gt;------------------------------------^&lt;BR /&gt;bp.f(2896): error #6633: The type of the actual argument differs from the type of the dummy argument. [F1DIM]&lt;BR /&gt; fret=brent1(ax,xx,bx,f1dim,TOL,xmin)&lt;BR /&gt;---------------------------^&lt;BR /&gt;&lt;BR /&gt;In both of these calls you are passing a function implicitly declared REAL*4 to a routine that expects a REAL*8 function. This is harmless in this case, but I recommend you declare f1dim to be REAL*8 in these routines.</description>
      <pubDate>Wed, 28 Sep 2011 18:15:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compilation-aborted/m-p/824074#M49198</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-09-28T18:15:17Z</dc:date>
    </item>
  </channel>
</rss>

