<?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 On a Windows system with no in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/how-I-can-use-fgsl-by-intel-compiler/m-p/1039560#M112709</link>
    <description>&lt;P&gt;On a Windows system with no GSL installed, I was able to download and compile the fgsl.f90 and mod_unit.f90 using the Intel compiler. The module files were created with no problems. A similar thing may be possible on an OSX system. Do you already have a compiled GSL library available?&lt;/P&gt;

&lt;P&gt;Which special functions do you need (e.g., incomplete gamma function) ? If you need just a few, it may be easier to obtain Fortran source code for those functions from Netlib than to build GSL using Intel C.&lt;/P&gt;</description>
    <pubDate>Sun, 04 Jan 2015 20:07:51 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2015-01-04T20:07:51Z</dc:date>
    <item>
      <title>how I can use fgsl by intel compiler</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/how-I-can-use-fgsl-by-intel-compiler/m-p/1039557#M112706</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I’m OS X user.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I installed fgsl by homebrew. I&amp;nbsp;succeed to compile fgsl example file by gnu compiler. but, fail to do by&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;intel compiler.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;error message:&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Menlo; font-size: 11px; line-height: normal;"&gt;error #7013: This module file was not generated by any release of this compiler. &amp;nbsp; [FGSL]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; use fgsl&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Is there anyone who knows it?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jan 2015 06:00:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/how-I-can-use-fgsl-by-intel-compiler/m-p/1039557#M112706</guid>
      <dc:creator>Daehyun_Y_</dc:creator>
      <dc:date>2015-01-04T06:00:49Z</dc:date>
    </item>
    <item>
      <title>Module files have formats</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/how-I-can-use-fgsl-by-intel-compiler/m-p/1039558#M112707</link>
      <description>&lt;P&gt;Module files have formats specific to the compiler used. Therefore, the Intel compiler cannot use module files produced by Gfortran. You need to recompile the source file containing the module with the Intel compiler.&lt;/P&gt;

&lt;P&gt;Along the same lines, there may be incompatibilities in the libraries produced by or intended for use with Gfortran.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jan 2015 11:09:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/how-I-can-use-fgsl-by-intel-compiler/m-p/1039558#M112707</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-01-04T11:09:08Z</dc:date>
    </item>
    <item>
      <title>thanks for replying back,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/how-I-can-use-fgsl-by-intel-compiler/m-p/1039559#M112708</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;thanks for replying back, mecej4.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I gonna try to recompile&amp;nbsp;&lt;/SPAN&gt;with ifort.&amp;nbsp;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Is there intel version gsl, too? just like mkl and lapack .&amp;nbsp;&lt;BR /&gt;
	I want to use special function library for fortran. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jan 2015 16:20:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/how-I-can-use-fgsl-by-intel-compiler/m-p/1039559#M112708</guid>
      <dc:creator>Daehyun_Y_</dc:creator>
      <dc:date>2015-01-04T16:20:44Z</dc:date>
    </item>
    <item>
      <title>On a Windows system with no</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/how-I-can-use-fgsl-by-intel-compiler/m-p/1039560#M112709</link>
      <description>&lt;P&gt;On a Windows system with no GSL installed, I was able to download and compile the fgsl.f90 and mod_unit.f90 using the Intel compiler. The module files were created with no problems. A similar thing may be possible on an OSX system. Do you already have a compiled GSL library available?&lt;/P&gt;

&lt;P&gt;Which special functions do you need (e.g., incomplete gamma function) ? If you need just a few, it may be easier to obtain Fortran source code for those functions from Netlib than to build GSL using Intel C.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jan 2015 20:07:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/how-I-can-use-fgsl-by-intel-compiler/m-p/1039560#M112709</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-01-04T20:07:51Z</dc:date>
    </item>
    <item>
      <title>Yes, I have gsl library that</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/how-I-can-use-fgsl-by-intel-compiler/m-p/1039561#M112710</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5; -webkit-text-size-adjust: 100%;"&gt;Yes, I have gsl library that installed with homebrew. I've succeed to compile fgsl library with ifort by homebrew, before couple of hours. Now, I can use fgsl with ifort. But, everytime I use another compiler, I should reinstall whole fgsl library ;(&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I want to use Bessel functions, legendary functions, etc. I've tried to search another library, but I think gsl is the most useful one.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jan 2015 20:39:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/how-I-can-use-fgsl-by-intel-compiler/m-p/1039561#M112710</guid>
      <dc:creator>Daehyun_Y_</dc:creator>
      <dc:date>2015-01-04T20:39:33Z</dc:date>
    </item>
  </channel>
</rss>

