<?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 Re: Case sensitivity issue in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283568#M156067</link>
    <description>&lt;P&gt;If you open the Properties for a project or a particular source file, select the tab External Procedures - the Name Case Interpretation option is the one you want. Set it to Default.&lt;/P&gt;</description>
    <pubDate>Fri, 21 May 2021 14:18:08 GMT</pubDate>
    <dc:creator>Arjen_Markus</dc:creator>
    <dc:date>2021-05-21T14:18:08Z</dc:date>
    <item>
      <title>Case sensitivity issue</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1275802#M155650</link>
      <description>&lt;P&gt;I am running Intel fortran in Visual Studio. The code used to be case- insensitive, but it accidently changed to be case-sensitive now. I may have changed something in the settings. How can I turn it back to case-insensitive?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 11:29:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1275802#M155650</guid>
      <dc:creator>Ibrahim_A_</dc:creator>
      <dc:date>2021-04-22T11:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitivity issue</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1275841#M155656</link>
      <description>&lt;P&gt;There is a compiler option /names. If you changed it to /names:as_is, you'll see that behavior. Remove the option. (My usual advice is to never use /names - if you need to adjust for case-sensitive external names, use BIND(C,NAME=) or an interface block with !DEC$ ATTRIBUTES ALIAS.)&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 13:49:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1275841#M155656</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-04-22T13:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitivity issue</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283566#M156066</link>
      <description>&lt;P&gt;How can I access the names option in visual studio? I have searched it but I couldn't find it.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 14:12:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283566#M156066</guid>
      <dc:creator>Ibrahim_A_</dc:creator>
      <dc:date>2021-05-21T14:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitivity issue</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283568#M156067</link>
      <description>&lt;P&gt;If you open the Properties for a project or a particular source file, select the tab External Procedures - the Name Case Interpretation option is the one you want. Set it to Default.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 14:18:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283568#M156067</guid>
      <dc:creator>Arjen_Markus</dc:creator>
      <dc:date>2021-05-21T14:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitivity issue</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283571#M156068</link>
      <description>&lt;P&gt;/names is set to default but the code throws an error if the case is not matching.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 14:35:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283571#M156068</guid>
      <dc:creator>Ibrahim_A_</dc:creator>
      <dc:date>2021-05-21T14:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitivity issue</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283573#M156070</link>
      <description>&lt;P&gt;Can it be that some part of the code has been compiled with /names set to some other value? Or are you calling C functions?&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 14:39:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283573#M156070</guid>
      <dc:creator>Arjen_Markus</dc:creator>
      <dc:date>2021-05-21T14:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitivity issue</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283574#M156071</link>
      <description>&lt;P&gt;In the project properties, go to Fortran &amp;gt; Command Line. Is anything showing under Additional Options? If so, remove it. Make sure you are looking at the current configuration that you are building.&lt;/P&gt;
&lt;P&gt;If /names shows under All Options, you have it set somewhere in the project.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 14:43:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283574#M156071</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-05-21T14:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitivity issue</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283576#M156072</link>
      <description>&lt;P&gt;The value of /names is the default in the other parts of the.&lt;/P&gt;
&lt;P&gt;Yes, I'm using interoperable C calls in this code.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 14:44:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283576#M156072</guid>
      <dc:creator>Ibrahim_A_</dc:creator>
      <dc:date>2021-05-21T14:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitivity issue</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283581#M156074</link>
      <description>&lt;P&gt;Then you should be aware that the names of C Functions are case-sensitive and the names of Fortran routines (in general) are not. As Steve suggested, use the BIND(C,name="...") attribute to bridge the naming confusion between C and Fortran.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 14:49:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283581#M156074</guid>
      <dc:creator>Arjen_Markus</dc:creator>
      <dc:date>2021-05-21T14:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitivity issue</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283583#M156076</link>
      <description>&lt;P&gt;Steve,&lt;/P&gt;
&lt;P&gt;I had&amp;nbsp;/fpe-all:0 in the additional options. When I removed it, the code is still case-sensitive.&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/75329"&gt;@Arjen_Markus&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I had the&amp;nbsp;&lt;SPAN&gt;interoperable calls commented out to deactivate them, but the code is still&amp;nbsp;case-sensitive.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 15:00:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283583#M156076</guid>
      <dc:creator>Ibrahim_A_</dc:creator>
      <dc:date>2021-05-21T15:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitivity issue</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283625#M156089</link>
      <description>&lt;P&gt;The /fpe-all is fine. Please attach a zip of 1) the source where the bad reference occurs, 2) the buildlog.htm from a rebuild of the project (in the debug or release folder, 3) the .vfproj file.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 18:09:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Case-sensitivity-issue/m-p/1283625#M156089</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-05-21T18:09:14Z</dc:date>
    </item>
  </channel>
</rss>

