<?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 You haven't entered the in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940698#M89983</link>
    <description>&lt;P&gt;You haven't entered the correct paths. Please follow the instructions in &lt;A href="http://software.intel.com/en-us/articles/installing-and-using-the-imsl-libraries/"&gt;Configuring Visual Studio for using the IMSL* Fortran Numerical Library &lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Feb 2013 15:15:24 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2013-02-11T15:15:24Z</dc:date>
    <item>
      <title>can't use IMSL fortran library</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940694#M89979</link>
      <description>&lt;P&gt;Dear all&lt;/P&gt;
&lt;P&gt;I have followed the instruction as to how use IMSL from Intel Fortran Compiler. I I have the following from the log file&lt;/P&gt;
&lt;P&gt;Compiling with Intel(R) Visual Fortran 11.1.067 [Intel(R) 64]...&lt;BR /&gt;ifort /nologo /debug:full /Od /I"C:\Program Files (x86)\Intel\Compiler\11.1\067\include" /module:"x64\Debug\\" /object:"x64\Debug\\" /traceback /check:bounds /libs:static /threads /dbglibs /c /Qvc9 /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64" "Q:\data\fortran\tml.f90"&lt;BR /&gt;Q:\data\fortran\tml.f90(16): error #5102: Cannot open include file 'link_fnl_static.h'&lt;BR /&gt;include 'link_fnl_static.h'&lt;BR /&gt;--------^&lt;BR /&gt;compilation aborted for Q:\data\fortran\tml.f90 (code 1)&lt;/P&gt;
&lt;P&gt;awetal - 2 error(s), 0 warning(s)&lt;/P&gt;
&lt;P&gt;I have the following configured but I cannot use the IMSL library. Your help is greatly welcome.&lt;/P&gt;
&lt;P&gt;Tools&amp;gt;options&amp;gt; Intel Visual Fortran&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The directory lists &lt;BR /&gt;Libraries:&lt;/P&gt;
&lt;P&gt;$(IFortInstallDir)lib\Intel64&lt;BR /&gt;$(IFortInstallDir)mkl\em64t\lib&lt;BR /&gt;$(VCInstallDir)atlmfc\lib\amd64&lt;BR /&gt;$(VCInstallDir)lib\amd64&lt;BR /&gt;$(VCInstallDir)PlatformSDK\lib\x64&lt;BR /&gt;$(WindowsSdkDir)lib\x64&lt;BR /&gt;$(FNL_DIR)\IA32\lib&lt;/P&gt;
&lt;P&gt;Includes:&lt;BR /&gt;$(IFortInstallDir)include&lt;BR /&gt;$(IFortInstallDir)include\Intel64&lt;BR /&gt;$(IFortInstallDir)mkl\include&lt;BR /&gt;$(VCInstallDir)atlmfc\include&lt;BR /&gt;$(VCInstallDir)include&lt;BR /&gt;$(VCInstallDir)PlatformSDK\include&lt;BR /&gt;$(WindowsSdkDir)include&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 12:00:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940694#M89979</guid>
      <dc:creator>Tuki_W_</dc:creator>
      <dc:date>2013-02-11T12:00:19Z</dc:date>
    </item>
    <item>
      <title>Just as you show $(FNL_DIR)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940695#M89980</link>
      <description>&lt;P&gt;Just as you show $(FNL_DIR)\IA32\lib in the list of locations to search for libraries, you need to include $(FNL_DIR)\intel64\include and $(FNL_DIR)\intel64\include\dll for the compiler to find the necessary *.h and *.mod files.&lt;/P&gt;
&lt;P&gt;You also need to correct the entry $(FNL_DIR)\IA32\lib in the list of library locations to $(FNL_DIR)\intel64\lib, since you may not mix IA32 and Intel64 objects and libraries.&lt;/P&gt;
&lt;P&gt;If you do not have the Intel64 version of IMSL, you will have to convert the whole project to IA32 or start from scratch and reconstruct the project.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 13:43:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940695#M89980</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-02-11T13:43:00Z</dc:date>
    </item>
    <item>
      <title>I corrected for the errots</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940696#M89981</link>
      <description>&lt;P&gt;I corrected for the errots you pointed out, and&amp;nbsp;&amp;nbsp;I still could not solve the problem . Also,&amp;nbsp;I do have the Inetl version of IMSL.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 14:16:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940696#M89981</guid>
      <dc:creator>Tuki_W_</dc:creator>
      <dc:date>2013-02-11T14:16:41Z</dc:date>
    </item>
    <item>
      <title>Below is the log file when I</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940697#M89982</link>
      <description>&lt;P&gt;Below is the log file when I try to build my project.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Build Log &lt;BR /&gt; Build started: Project: awetal, Configuration: Debug|Win32 &lt;BR /&gt; &lt;BR /&gt;Output &lt;BR /&gt; Deleting intermediate files and output files for project 'awetal', configuration 'Debug|Win32'.&lt;BR /&gt;Compiling with Intel(R) Visual Fortran 11.1.067 [IA-32]...&lt;BR /&gt;ifort /nologo /debug:full /Od /I"C:\Program Files (x86)\Intel\Compiler\11.1\067\include" /module:"Debug\\" /object:"Debug\\" /traceback /check:bounds /libs:static /threads /dbglibs /c /Qvc9 /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin" "Q:\data\fortran\para.f90"&lt;BR /&gt;ifort /nologo /debug:full /Od /I"C:\Program Files (x86)\Intel\Compiler\11.1\067\include" /module:"Debug\\" /object:"Debug\\" /traceback /check:bounds /libs:static /threads /dbglibs /c /Qvc9 /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin" "Q:\data\fortran\ml.f90"&lt;BR /&gt;ifort /nologo /debug:full /Od /I"C:\Program Files (x86)\Intel\Compiler\11.1\067\include" /module:"Debug\\" /object:"Debug\\" /traceback /check:bounds /libs:static /threads /dbglibs /c /Qvc9 /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin" "Q:\data\fortran\mm.f90"&lt;BR /&gt;Linking...&lt;BR /&gt;Link /OUT:"Debug\awetal.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"C:\Program Files (x86)\Intel\Compiler\11.1\067\lib" /MANIFEST /MANIFESTFILE:"Q:\data\fortran\awetal\awetal\Debug\awetal.exe.intermediate.manifest" /DEBUG /PDB:"Q:\data\fortran\awetal\awetal\Debug\awetal.pdb" /SUBSYSTEM:CONSOLE /IMPLIB:"Q:\data\fortran\awetal\awetal\Debug\awetal.lib" "Debug\parameterse.obj" "Debug\ml.obj" "Debug\mm.obj"&lt;BR /&gt;Link: executing 'link'&lt;BR /&gt;ml.obj : error LNK2019: unresolved external symbol _expf referenced in function _ml&lt;BR /&gt;mm.obj : error LNK2001: unresolved external symbol _expf&lt;BR /&gt;ml.obj : error LNK2019: unresolved external symbol _sqrtf referenced in function _ml&lt;BR /&gt;mm.obj : error LNK2001: unresolved external symbol _sqrtf&lt;BR /&gt;ml.obj : error LNK2019: unresolved external symbol _for_emit_diagnostic referenced in function _ml&lt;BR /&gt;mm.obj : error LNK2001: unresolved external symbol _for_emit_diagnostic&lt;BR /&gt;ml.obj : error LNK2019: unresolved external symbol ___powr4i4 referenced in function _ml&lt;BR /&gt;ml.obj : error LNK2019: unresolved external symbol _for_write_seq_lis referenced in function _ml&lt;BR /&gt;mm.obj : error LNK2001: unresolved external symbol _for_write_seq_lis&lt;BR /&gt;ml.obj : error LNK2019: unresolved external symbol _for_check_mult_overflow referenced in function _ml&lt;BR /&gt;ml.obj : error LNK2019: unresolved external symbol _for_alloc_allocatable referenced in function _ml&lt;BR /&gt;ml.obj : error LNK2019: unresolved external symbol _LINDS referenced in function _ml&lt;BR /&gt;ml.obj : error LNK2019: unresolved external symbol _EVCSF referenced in function _ml&lt;BR /&gt;ml.obj : error LNK2019: unresolved external symbol _for_dealloc_allocatable referenced in function _ml&lt;BR /&gt;ml.obj : error LNK2019: unresolved external symbol _logf referenced in function _ml&lt;BR /&gt;mm.obj : error LNK2001: unresolved external symbol _logf&lt;BR /&gt;ml.obj : error LNK2019: unresolved external symbol _for_deallocate referenced in function _ml&lt;BR /&gt;mm.obj : error LNK2019: unresolved external symbol _for_set_reentrancy referenced in function _MAIN__&lt;BR /&gt;mm.obj : error LNK2019: unresolved external symbol _for_open referenced in function _MAIN__&lt;BR /&gt;mm.obj : error LNK2019: unresolved external symbol _for_read_seq_fmt referenced in function _MAIN__&lt;BR /&gt;mm.obj : error LNK2019: unresolved external symbol _for_read_seq_fmt_xmit referenced in function _MAIN__&lt;BR /&gt;mm.obj : error LNK2019: unresolved external symbol _RNNOR referenced in function _MAIN__&lt;BR /&gt;mm.obj : error LNK2019: unresolved external symbol _RNUN referenced in function _MAIN__&lt;BR /&gt;mm.obj : error LNK2019: unresolved external symbol _for_write_seq_fmt referenced in function _MAIN__&lt;BR /&gt;mm.obj : error LNK2019: unresolved external symbol _for_close referenced in function _MAIN__&lt;BR /&gt;mm.obj : error LNK2019: unresolved external symbol _for_write_seq_fmt_xmit referenced in function _MAIN__&lt;BR /&gt;LIBCMTD.lib(crt0.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup&lt;BR /&gt;Debug\awetal.exe : fatal error LNK1120: 22 unresolved externals&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;awetal - 28 error(s), 0 warning(s)&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:12:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940697#M89982</guid>
      <dc:creator>Tuki_W_</dc:creator>
      <dc:date>2013-02-11T15:12:43Z</dc:date>
    </item>
    <item>
      <title>You haven't entered the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940698#M89983</link>
      <description>&lt;P&gt;You haven't entered the correct paths. Please follow the instructions in &lt;A href="http://software.intel.com/en-us/articles/installing-and-using-the-imsl-libraries/"&gt;Configuring Visual Studio for using the IMSL* Fortran Numerical Library &lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:15:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940698#M89983</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-02-11T15:15:24Z</dc:date>
    </item>
    <item>
      <title>Hi Steve </title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940699#M89984</link>
      <description>&lt;P&gt;Hi Steve&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I followed the instruction from your link. I also experimented with:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;INCLUDE 'link_fnl_static.h'&lt;BR /&gt;!DEC$ OBJCOMMENT LIB:'libiomp5md.lib'&lt;/P&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;P&gt;INCLUDE 'link_fnl_static.h'&lt;BR /&gt;!DEC$ OBJCOMMENT LIB:'libiomp5md.lib'&lt;/P&gt;
&lt;P&gt;However I got the following message:&lt;/P&gt;
&lt;P&gt;error #5102: Cannot open include file 'link_fnl_static.h&lt;/P&gt;
&lt;P&gt;and&amp;nbsp;&lt;/P&gt;
&lt;P&gt;error #5102: Cannot open include file 'link_fnl_shared.h&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 16:00:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940699#M89984</guid>
      <dc:creator>Tuki_W_</dc:creator>
      <dc:date>2013-02-11T16:00:11Z</dc:date>
    </item>
    <item>
      <title>You did not follow the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940700#M89985</link>
      <description>&lt;P&gt;You did not follow the instructions for changing the Includes list:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;At the right of Includes, click the "..." button.&lt;/LI&gt;
&lt;LI&gt;Add to the end of the list,&lt;BR /&gt;$(FNL_DIR)\IA32\include\dll (for IA-32 architecture target, or)&lt;BR /&gt;$(FNL_DIR)\Intel64\include\dll ( for Intel 64 architecture target)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 16:32:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940700#M89985</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-02-11T16:32:44Z</dc:date>
    </item>
    <item>
      <title>I did include wha you</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940701#M89986</link>
      <description>&lt;P&gt;I did include wha you suggested last time but &amp;nbsp;still not working&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 16:42:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940701#M89986</guid>
      <dc:creator>Tuki_W_</dc:creator>
      <dc:date>2013-02-11T16:42:10Z</dc:date>
    </item>
    <item>
      <title>You seem to have several</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940702#M89987</link>
      <description>&lt;P&gt;You seem to have several problems here, though the symptoms are strange.&lt;/P&gt;
&lt;P&gt;In your link options I see: /LIBPATH:"C:\Program Files (x86)\Intel\Compiler\11.1\067\lib"&lt;/P&gt;
&lt;P&gt;This is not correct - it should have \ia32 at the end after \lib. Did you add this yourself? The library path for the compiler libraries should be automatically added.&lt;/P&gt;
&lt;P&gt;After you fix that, please set the project property Linker &amp;gt; General &amp;gt; Show Progress Messages &amp;gt; Show all progress messages and then rebuild. Then on the Fortran &amp;gt; Command line property page, add /watch to the Additional Options pane. Now rebuild. FInd the buildlog.htm file in the Debug subfolder, create a ZIP of it, and attach the ZIP as a file to a reply here. This will help me understand the problems.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 17:28:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940702#M89987</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-02-11T17:28:50Z</dc:date>
    </item>
    <item>
      <title>I attached herewith with</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940703#M89988</link>
      <description>&lt;P&gt;I attached herewith with buildlog file&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 19:58:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940703#M89988</guid>
      <dc:creator>Tuki_W_</dc:creator>
      <dc:date>2013-02-11T19:58:05Z</dc:date>
    </item>
    <item>
      <title>Have you checked whether the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940704#M89989</link>
      <description>&lt;P&gt;Have you checked whether the file C:\Program Files (x86)\VNI\imsl\fnl600\IA32\include\dll\link_fnl_shared.h exists, or has been deleted, perhaps by accident?&lt;/P&gt;
&lt;P&gt;Your build log in message-3 of this thread shows that the header file was found, the compilation went through but a linker error occurred. Did something happen after that to make the header file disappear? Do you have both IA32 and Intel64 versions of IMSL installed?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 20:22:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940704#M89989</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-02-11T20:22:03Z</dc:date>
    </item>
    <item>
      <title>The source files from the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940705#M89990</link>
      <description>&lt;P&gt;The source files from the earlier post are not the same as from the build log (different file names). Indeed, the next thing to check is to see if the folder C:\Program Files (x86)\VNI\imsl\fnl600\IA32\include\dll exists and that the .h file is there.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 20:37:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940705#M89990</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-02-11T20:37:38Z</dc:date>
    </item>
    <item>
      <title>I checked  and found out that</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940706#M89991</link>
      <description>&lt;P&gt;I checked &amp;nbsp;and found out that&amp;nbsp;&amp;nbsp;C:\Program Files (x86)\VNI\imsl\fnl600\Intel64\include\dll exists and the .h files are there. I have changed the directory list in the Tools &amp;gt;options as follows:&lt;/P&gt;
&lt;P&gt;libraries:&lt;BR /&gt;$(IFortInstallDir)lib\Intel64&lt;BR /&gt;$(IFortInstallDir)mkl\Intel64\lib&lt;BR /&gt;$(VCInstallDir)atlmfc\lib&lt;BR /&gt;$(VCInstallDir)lib&lt;BR /&gt;$(VCInstallDir)PlatformSDK\lib&lt;BR /&gt;$(VCInstallDir)PlatformSDK\lib\x86&lt;BR /&gt;$(WindowsSdkDir)lib&lt;BR /&gt;$(FNL_DIR)\Intel64\lib&lt;/P&gt;
&lt;P&gt;Includes:&lt;/P&gt;
&lt;P&gt;$(IFortInstallDir)include&lt;/P&gt;
&lt;P&gt;$(IFortInstallDir)include\Intel64&lt;BR /&gt;$(IFortInstallDir)mkl\include&lt;BR /&gt;$(VCInstallDir)atlmfc\include&lt;BR /&gt;$(VCInstallDir)include&lt;BR /&gt;$(VCInstallDir)PlatformSDK\include&lt;BR /&gt;$(WindowsSdkDir)include&lt;BR /&gt;$(FNL_DIR)\Intel64\include\dll&lt;/P&gt;
&lt;P&gt;I also attached the latest build log&lt;/P&gt;
&lt;P&gt;Thank your very much for very quick replay!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 22:37:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940706#M89991</guid>
      <dc:creator>Tuki_W_</dc:creator>
      <dc:date>2013-02-11T22:37:04Z</dc:date>
    </item>
    <item>
      <title>Well, this is yet a different</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940707#M89992</link>
      <description>&lt;P&gt;Well, this is yet a different program.&lt;/P&gt;
&lt;P&gt;Here you're building a 32-bit program - the paths you show above are for Intel 64 - but I see no evidence of any IMSL use in this latest program. This one uses MKL and you haven't added the MKL library paths - you need to do that. In a more recent release, this is done automatically when you enable "Use MKL" in Visual Studio, but 11.1 didn't do that.&lt;/P&gt;
&lt;P&gt;S&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 00:45:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940707#M89992</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-02-12T00:45:44Z</dc:date>
    </item>
    <item>
      <title>I need to call LINDS, EVCSF,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940708#M89993</link>
      <description>&lt;P&gt;I need to call LINDS, EVCSF, RNNOR and RNUN. And, I thought these were availabe from IMSL. Is there any way I can get the codes for these routines (to make them part of the source file for the project) instead of using libraries?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 09:43:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940708#M89993</guid>
      <dc:creator>Tuki_W_</dc:creator>
      <dc:date>2013-02-12T09:43:09Z</dc:date>
    </item>
    <item>
      <title>A quick look at the RogueWave</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940709#M89994</link>
      <description>&lt;P&gt;A quick look at the RogueWave site tells us that a lot of the code (e.g. LINDS) is based on the likes of LAPACK , EISPACK and so on.&lt;BR /&gt;A quick google&amp;nbsp;of&amp;nbsp;&lt;BR /&gt;"inverse of a real symmetric positive definite matrix" (for LINDS) throws up a reference to &lt;A href="http://www.netlib.org"&gt;www.netlib.org&lt;/A&gt; and&lt;BR /&gt;"the eigenvalues and eigenvectors of a real symmetric&amp;nbsp;matrix" (for EVCSF) throws up ALGLIB from &lt;A href="http://www.alglib.net"&gt;www.alglib.net&lt;/A&gt;&lt;BR /&gt;both of which are open source.&lt;BR /&gt;You may find something on these sites that you can use.&lt;/P&gt;
&lt;P&gt;Les&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 11:40:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940709#M89994</guid>
      <dc:creator>Les_Neilson</dc:creator>
      <dc:date>2013-02-12T11:40:53Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940710#M89995</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I was able to use the mkl library. But I have encountered another problem&lt;/P&gt;
&lt;P&gt;Build Log Build started: Project: awnew, Configuration: Debug|Win32 Output Compiling with Intel(R) Visual Fortran 11.1.067 [IA-32]... ifort /nologo /debug:full /Od /I"C:\Program Files (x86)\Intel\Compiler\11.1\067\mkl\ia32\lib" /warn:interfaces /module:"Debug\\" /object:"Debug\\" /traceback /check:bounds /libs:static /threads /dbglibs /c /Qvc9 /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin" "C:\Program Files (x86)\Intel\Compiler\11.1\067\mkl\include\mkl_solver.f90" C:\Program Files (x86)\Intel\Compiler\11.1\067\mkl\include\mkl_rci.fi(80): error #5082: Syntax error, found END-OF-FILE when expecting one of: &amp;lt;END-OF-STATEMENT&amp;gt; ; &amp;lt;LABEL&amp;gt; BLOCK BLOCKDATA PROGRAM MODULE TYPE COMPLEX BYTE ... INTEGER DJACOBI ----------------------^ compilation aborted for C:\Program Files (x86)\Intel\Compiler\11.1\067\mkl\include\mkl_solver.f90 (code 1) ifort /nologo /debug:full /Od /I"C:\Program Files (x86)\Intel\Compiler\11.1\067\mkl\ia32\lib" /warn:interfaces /module:"Debug\\" /object:"Debug\\" /traceback /check:bounds /libs:static /threads /dbglibs /c /Qvc9 /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin" "Q:\workdata\702734\kgab\Aw\fortran\mcmc.f90" awnew - 2 error(s), 0 warning(s)&lt;/P&gt;
&lt;P&gt;Thanks for your very quick replay and continuous support!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 12:34:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940710#M89995</guid>
      <dc:creator>Tuki_W_</dc:creator>
      <dc:date>2013-02-12T12:34:29Z</dc:date>
    </item>
    <item>
      <title>[quote[I need to call LINDS,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940711#M89996</link>
      <description>&lt;BLOCKQUOTE&gt;I need to call LINDS, EVCSF, RNNOR and RNUN. And, I thought these were available from IMSL. Is there any way I can get the codes for these routines&lt;/BLOCKQUOTE&gt; Here is a short program to do just that. Note that I have used the Fortran 77 calling conventions, in view of the difficulties you have described with regard to using modules. To compile and run, use the commands [bash] ifort /Qimsl xstat.f90 &amp;amp; xstat[/bash] You won't get far by attempting to obtain the source code of IMSL. A better investment of your time would focus on the documentation for IMSL and Fortran. [fortran]program xstat
!
implicit none
integer, parameter :: NR = 3
integer iseed
real x(NR),A(NR,NR),cor(NR,NR),ev(NR),eval(NR),evec(NR,NR)
!
include 'link_fnl_shared.h'
!
iseed = 20130212
CALL RNSET(iseed)

call RNNOR(NR,x)
write(*,10)' RNNOR ',x
!
call RNUN(NR,x)
write(*,10)' RNUN ',x
!
EV=(/ 1.0, 2.0, 3.0 /)*0.5
CALL RNCOR(NR,1,ev,A,NR,cor,NR)
write(*,20)' RNCOR ',cor
!
CALL EVCSF (NR,cor,NR,eval, evec,NR)
write(*,20)' EVAL ',eval
!
10 format(/,1x,A,/,2x,3G12.4)
20 format(/,1x,A,/,(2x,3G12.4))
!
end program xstat
 [/fortran]&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 12:38:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940711#M89996</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-02-12T12:38:00Z</dc:date>
    </item>
    <item>
      <title>Thanks mecej4</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940712#M89997</link>
      <description>&lt;P&gt;Thanks mecej4&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 12:52:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/can-t-use-IMSL-fortran-library/m-p/940712#M89997</guid>
      <dc:creator>Tuki_W_</dc:creator>
      <dc:date>2013-02-12T12:52:53Z</dc:date>
    </item>
  </channel>
</rss>

