<?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 Using ARPACK with Visual Fotran (under XP) in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-ARPACK-with-Visual-Fotran-under-XP/m-p/777977#M1219</link>
    <description>you need to adjust paths in makefile.&lt;BR /&gt;&lt;BR /&gt;What about &lt;A href="http://www-bcf.usc.edu/~jbarbic/arpack.html"&gt;this solution&lt;/A&gt;. See also &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=58322"&gt;this thread&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;A.</description>
    <pubDate>Mon, 19 Jul 2010 02:55:28 GMT</pubDate>
    <dc:creator>ArturGuzik</dc:creator>
    <dc:date>2010-07-19T02:55:28Z</dc:date>
    <item>
      <title>Using ARPACK with Visual Fotran (under XP)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-ARPACK-with-Visual-Fotran-under-XP/m-p/777976#M1218</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;I use ARPACK library to solve the Complex Generalized Nonsymmetric Eigenvalue Problems, &lt;A href="http://www.caam.rice.edu/software/ARPACK/index.html"&gt;http://www.caam.rice.edu/software/ARPACK/index.html&lt;/A&gt; andVisual Fortran was chosen as the language programming.&lt;BR /&gt;Firstly, I try to run a example from the folder NONSYM, the driver : dndrv5.f in the Fotran Console Application. I do not modify any command in this file. Then, I added whole files from the Library LAPACK, BLAS,UTIL,SRC into the Header File Folder. Finally, I get errors from the debug program,which are listing as follows,&lt;/P&gt;&lt;P&gt;Compiling Fortran...&lt;/P&gt;&lt;P&gt;F:\\ARPACK\\PACK\\SRC\\znaupd.f&lt;/P&gt;&lt;P&gt;F:\\ARPACK\\PACK\\SRC\\znaupd.f(387) : Error: Cannot open include file 'debug.h'&lt;/P&gt;&lt;P&gt;include 'debug.h'&lt;/P&gt;&lt;P&gt;----------------^&lt;/P&gt;&lt;P&gt;F:\\ARPACK\\PACK\\SRC\\znaupd.f(388) : Error: Cannot open include file 'stat.h'&lt;/P&gt;&lt;P&gt;include 'stat.h'&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;Error executing df.exe.&lt;/P&gt;&lt;P&gt;Test.exe - 56 error(s), 0 warning(s)&lt;/P&gt;&lt;BR /&gt;Any help will be greately appreciated.</description>
      <pubDate>Sun, 18 Jul 2010 09:18:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-ARPACK-with-Visual-Fotran-under-XP/m-p/777976#M1218</guid>
      <dc:creator>vutanvan</dc:creator>
      <dc:date>2010-07-18T09:18:28Z</dc:date>
    </item>
    <item>
      <title>Using ARPACK with Visual Fotran (under XP)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-ARPACK-with-Visual-Fotran-under-XP/m-p/777977#M1219</link>
      <description>you need to adjust paths in makefile.&lt;BR /&gt;&lt;BR /&gt;What about &lt;A href="http://www-bcf.usc.edu/~jbarbic/arpack.html"&gt;this solution&lt;/A&gt;. See also &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=58322"&gt;this thread&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;A.</description>
      <pubDate>Mon, 19 Jul 2010 02:55:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-ARPACK-with-Visual-Fotran-under-XP/m-p/777977#M1219</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2010-07-19T02:55:28Z</dc:date>
    </item>
    <item>
      <title>Using ARPACK with Visual Fotran (under XP)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-ARPACK-with-Visual-Fotran-under-XP/m-p/777978#M1220</link>
      <description />
      <pubDate>Mon, 11 Apr 2011 12:36:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-ARPACK-with-Visual-Fotran-under-XP/m-p/777978#M1220</guid>
      <dc:creator>vutanvan</dc:creator>
      <dc:date>2011-04-11T12:36:36Z</dc:date>
    </item>
    <item>
      <title>Using ARPACK with Visual Fotran (under XP)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-ARPACK-with-Visual-Fotran-under-XP/m-p/777979#M1221</link>
      <description>As distributed, the ARPACK distribution provides makefiles targeting Linux/Unix. If you have Cygwin or Mingw installed, you can use GNU make. For your convenience, I have added the prebuilt library (compiled using the 12.0.2.154 IA-32 compiler) as an attachment to this post.&lt;BR /&gt;&lt;BR /&gt;The following changes to the makefiles are needed to make it work with IFort under Windows with Cygwin, using MKL instead of the BLAS and LAPACK provided with ARPACK. These changes are all routine and trivial if you are used to Linux/Unix, but they may help if you are unfamiliar with Make.&lt;BR /&gt;&lt;BR /&gt;In all makefiles and Armake.inc, change the .f.o: rule to&lt;BR /&gt;&lt;BR /&gt; @$(FC) -c $(FFLAGS) $&amp;lt; -Fo$@&lt;BR /&gt;&lt;BR /&gt;and change the setting of FC and FFLAGS to (modify to suit your wishes)&lt;BR /&gt;&lt;BR /&gt; FC = ifort&lt;BR /&gt;&lt;BR /&gt; FFLAGS = -Ot -Qmkl -extlnk:o&lt;BR /&gt;&lt;BR /&gt;In ARmake.inc, set "home" to suit, and set &lt;BR /&gt;&lt;BR /&gt; DIRS    = $(UTILdir) $(SRCdir)&lt;BR /&gt; ALIBS       = arpack.lib&lt;BR /&gt; ARPACKLIB = $(home)/arpack.lib&lt;BR /&gt;&lt;BR /&gt;In the main makefile, set&lt;BR /&gt;&lt;BR /&gt; PRECISIONS = single double complex complex16 sdrv ddrv cdrv zdrv&lt;BR /&gt;&lt;BR /&gt;Start up the IFort command window, change to the ARPACK directory, and add ...\SRC\ to the INCLUDE environment variable and the ARPACK directory to the LIB environment variable.&lt;BR /&gt;&lt;BR /&gt;Run the Cygwin shell (bash) there. &lt;BR /&gt;&lt;BR /&gt;Type "make all" to build the library.&lt;BR /&gt;&lt;BR /&gt;Change to the desired EXAMPLES subdirectory and do, for example, "make dndrv5" and "./dndrv5". The example should run and produce output to the console.&lt;BR /&gt;&lt;BR /&gt;You can also build the examples without using Cygwin or Make. For example:&lt;BR /&gt;&lt;BR /&gt; ifort /Qmkl dndrv5.f arpack.lib&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2011 16:13:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-ARPACK-with-Visual-Fotran-under-XP/m-p/777979#M1221</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-04-11T16:13:26Z</dc:date>
    </item>
  </channel>
</rss>

