<?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 Antonio in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-runtime-library-libifcoremd-lib-not-found-in-LIB/m-p/1067701#M118827</link>
    <description>&lt;P&gt;Hi Antonio&lt;/P&gt;

&lt;P&gt;In my case I've searched the path for ifort32.exe, C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2017.4.210\windows\compiler\lib\ia32_ &amp;nbsp;into the variables enviroment, after that, aspen can recongnize it and then it is possible to invoke aspcomp. In my case something similar is happening, but with the following message:&lt;/P&gt;

&lt;P&gt;ASPCOMP: Warning! Microsoft C runtime library msvcrt.lib not found in %LIB% &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	ASPCOMP: Warning! Microsoft C runtime library is needed for Dynamic Linking.&lt;/P&gt;

&lt;P&gt;How did yo fix it?, having in mind that I've installed visual studio 2017 and Intel Parallel studio 2017 update 4. I´m not sure if it is incompatible yet, because of recent version of VS...&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2017 16:06:10 GMT</pubDate>
    <dc:creator>Ricardo_T_1</dc:creator>
    <dc:date>2017-06-09T16:06:10Z</dc:date>
    <item>
      <title>Intel Fortran runtime library libifcoremd.lib not found in %LIB%</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-runtime-library-libifcoremd-lib-not-found-in-LIB/m-p/1067695#M118821</link>
      <description>&lt;P&gt;Hello, I am using Aspen V8.8 with the Fortran compiler. Trying to&amp;nbsp;compile&amp;nbsp;with the aspcomp&amp;nbsp;procedure, it creates a .obj file, but then it&amp;nbsp;stops displaying the following error:&lt;/P&gt;

&lt;P&gt;ASPCOMP: Warning!&amp;nbsp; Intel Fortran runtime library libifcoremd.lib not found in %LIB%&lt;BR /&gt;
	ASPCOMP: Warning!&amp;nbsp; Intel Fortran runtime library is needed for Dynamic Linking.&lt;/P&gt;

&lt;P&gt;Also, trying to run the asplink linking procedure, the error is the following&lt;/P&gt;

&lt;P&gt;Linking fortran.dll; sending messages to fortran.ld&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; ********** LINK FAILURE. Check fortran.ld. **********&lt;/P&gt;

&lt;P&gt;I am quite inexperienced, so, what does the error mean? and, how can I fix the problem?&lt;/P&gt;

&lt;P&gt;regards,&lt;/P&gt;

&lt;P&gt;Antonio&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 17:31:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-runtime-library-libifcoremd-lib-not-found-in-LIB/m-p/1067695#M118821</guid>
      <dc:creator>Antonio_Manfredi_P_</dc:creator>
      <dc:date>2017-03-27T17:31:20Z</dc:date>
    </item>
    <item>
      <title>Intel Fortran requires a</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-runtime-library-libifcoremd-lib-not-found-in-LIB/m-p/1067696#M118822</link>
      <description>&lt;P&gt;Intel Fortran requires a properly configured environment to work. In normal use, the compiler is run from an IFort command window or from Visual Studio configured to work with Intel Fortran. If a third party product such as Aspen (about which I know nothing) is run in an environment which does not meet the requirements of Intel Fortran, a script that Aspen launches to build a DLL will fail. You need to look up the Aspen documentation for the proper procedure. One possible solution may be to launch an IFort command window first, and run Aspen from that window.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 21:59:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-runtime-library-libifcoremd-lib-not-found-in-LIB/m-p/1067696#M118822</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2017-03-27T21:59:28Z</dc:date>
    </item>
    <item>
      <title>Thank you for the answer.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-runtime-library-libifcoremd-lib-not-found-in-LIB/m-p/1067697#M118823</link>
      <description>&lt;P&gt;Thank you for the answer. Unfortunately Aspen does not provide a clear procedure to configure it. Are there other attempts which you recommend me?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 09:16:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-runtime-library-libifcoremd-lib-not-found-in-LIB/m-p/1067697#M118823</guid>
      <dc:creator>Antonio_Manfredi_P_</dc:creator>
      <dc:date>2017-03-28T09:16:44Z</dc:date>
    </item>
    <item>
      <title>It is really the software</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-runtime-library-libifcoremd-lib-not-found-in-LIB/m-p/1067698#M118824</link>
      <description>&lt;P&gt;It is really the software vendor (Aspentech?) or an Aspen users forum whom you should contact about this.&lt;/P&gt;

&lt;P&gt;If the package is capable of using an existing functioning DLL without attempting to rebuild it, we may be able to guide you with building a DLL. Such a situation exists with Matlab. I have been able to build MEX files with a number of compilers that the MEX setup process incorrectly declares as being incompatible with Matlab.&lt;/P&gt;

&lt;P&gt;If Aspen insists on building the DLL itself, and maintains some sort of build log to determine whether or not to rebuild, you have to turn to them for support.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 09:44:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-runtime-library-libifcoremd-lib-not-found-in-LIB/m-p/1067698#M118824</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2017-03-28T09:44:52Z</dc:date>
    </item>
    <item>
      <title>mecej4&gt;&gt;One possible solution</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-runtime-library-libifcoremd-lib-not-found-in-LIB/m-p/1067699#M118825</link>
      <description>&lt;P&gt;mecej4&amp;gt;&amp;gt;&lt;EM&gt;One possible solution may be to launch an IFort command window first, and run Aspen from that window.&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;Since this suggestion did not fix your situation, let me guess that you are launching Aspen via a desktop icon (or other shortcut off of Start |Programs|...). To fix this, perform a Right-Click on the desktop icon, and select properties. On the Shortcut tab you should see in Target:, the application name for Aspen. In Start in:, you will see the folder where Aspen resides. The fix is to launch the ifort cmd window (choosen32-bit or 64-bit). In the CMD (command prompt) window, issue&lt;/P&gt;

&lt;P&gt;&amp;nbsp; CD C:\FolderNameThatWasFoundInStartInForAspen&lt;/P&gt;

&lt;P&gt;Then enter in the Target name for Aspen.&lt;/P&gt;

&lt;P&gt;Hopefully Aspen appends any environment variables it needs to the already defined ones.&lt;/P&gt;

&lt;P&gt;Once you have this working, you can create a new shortcut that does this automatically. This would be a shortcut that:&lt;/P&gt;

&lt;P&gt;Launches a CMD window with a command line that runs a batch file to configure ifort, then CD to Aspen folder, then launch Aspen.&lt;/P&gt;

&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 13:10:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-runtime-library-libifcoremd-lib-not-found-in-LIB/m-p/1067699#M118825</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2017-03-28T13:10:03Z</dc:date>
    </item>
    <item>
      <title>Thank you very much, I will</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-runtime-library-libifcoremd-lib-not-found-in-LIB/m-p/1067700#M118826</link>
      <description>&lt;P&gt;Thank you very much, I will try since I am not expert, I will give you a feedback.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 16:38:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-runtime-library-libifcoremd-lib-not-found-in-LIB/m-p/1067700#M118826</guid>
      <dc:creator>Antonio_Manfredi_P_</dc:creator>
      <dc:date>2017-03-28T16:38:22Z</dc:date>
    </item>
    <item>
      <title>Hi Antonio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-runtime-library-libifcoremd-lib-not-found-in-LIB/m-p/1067701#M118827</link>
      <description>&lt;P&gt;Hi Antonio&lt;/P&gt;

&lt;P&gt;In my case I've searched the path for ifort32.exe, C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2017.4.210\windows\compiler\lib\ia32_ &amp;nbsp;into the variables enviroment, after that, aspen can recongnize it and then it is possible to invoke aspcomp. In my case something similar is happening, but with the following message:&lt;/P&gt;

&lt;P&gt;ASPCOMP: Warning! Microsoft C runtime library msvcrt.lib not found in %LIB% &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	ASPCOMP: Warning! Microsoft C runtime library is needed for Dynamic Linking.&lt;/P&gt;

&lt;P&gt;How did yo fix it?, having in mind that I've installed visual studio 2017 and Intel Parallel studio 2017 update 4. I´m not sure if it is incompatible yet, because of recent version of VS...&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 16:06:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Fortran-runtime-library-libifcoremd-lib-not-found-in-LIB/m-p/1067701#M118827</guid>
      <dc:creator>Ricardo_T_1</dc:creator>
      <dc:date>2017-06-09T16:06:10Z</dc:date>
    </item>
  </channel>
</rss>

