<?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: directive CDIR$ integer=64 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/directive-cdir-integer-64/m-p/7213379#M948827</link>
    <description>&lt;P&gt;&amp;gt; As also have been hinted [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; It's a good thing that you got here when you did.&amp;nbsp; In another twenty&lt;BR /&gt;years, it's possible that no one still living would care.&lt;/P&gt;</description>
    <pubDate>Sat, 27 Apr 2024 03:10:21 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2024-04-27T03:10:21Z</dc:date>
    <item>
      <title>directive CDIR$ integer=64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directive-cdir-integer-64/m-p/2712403#M721585</link>
      <description>Hello there,&lt;BR /&gt;&lt;BR /&gt;I need to transfer a FORTRAN code from SGI&lt;BR /&gt;to HP-UX 10.20 running Fortran 90.&lt;BR /&gt;&lt;BR /&gt;In the SGI code, directive "CDIR$ INTEGER=64"&lt;BR /&gt;is used.  This is ignored by the f90 compiler.&lt;BR /&gt;Is there any way to have it in effect?  (From &lt;BR /&gt;the online document, integer byte cannot be &lt;BR /&gt;set u.)&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Reggie&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Apr 2002 02:07:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directive-cdir-integer-64/m-p/2712403#M721585</guid>
      <dc:creator>Reggie Chang</dc:creator>
      <dc:date>2002-04-27T02:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: directive CDIR$ integer=64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directive-cdir-integer-64/m-p/2712404#M721586</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I do not quite know what the directive&lt;BR /&gt;"CDIR$ INTEGER=64"  does,  but check  this&lt;BR /&gt;section in the man-page for f90:&lt;BR /&gt;&lt;BR /&gt;            +i8            Treat all integer constants, integer intrinsics,&lt;BR /&gt;                           and user variables declared as integer as 8-byte&lt;BR /&gt;                           values, rather then the current 4-byte default.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It could be what you are looking for.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Olav&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 05:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directive-cdir-integer-64/m-p/2712404#M721586</guid>
      <dc:creator>Olav Baadsvik</dc:creator>
      <dc:date>2002-04-29T05:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: directive CDIR$ integer=64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directive-cdir-integer-64/m-p/7213307#M948824</link>
      <description>&lt;P&gt;As also have been hinted on &lt;A href="https://www.asc.ohio-state.edu/brozell.1/columbus/buglist.xml" target="_blank" rel="noopener"&gt;this page&lt;/A&gt; just wrap the&amp;nbsp;Cray compiler directive (CDIR$) :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;!DEC$ IF DEFINED(CRAY_COMPILER)
CDIR$ INTEGER=64
!DEC$ ENDIF&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then compile with&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ifort.exe fileName.f /integer-size=64 /Qdiag-disable:10448&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;more info about the &lt;A href="http://www.bitsavers.org/pdf/cray/CFT/SR-0018B_CFT77_Reference_Feb88.pdf" target="_blank" rel="noopener"&gt;CRAY's CFT77&amp;nbsp;reference manual&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 11:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directive-cdir-integer-64/m-p/7213307#M948824</guid>
      <dc:creator>fsfarimani</dc:creator>
      <dc:date>2024-04-26T11:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: directive CDIR$ integer=64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directive-cdir-integer-64/m-p/7213379#M948827</link>
      <description>&lt;P&gt;&amp;gt; As also have been hinted [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; It's a good thing that you got here when you did.&amp;nbsp; In another twenty&lt;BR /&gt;years, it's possible that no one still living would care.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Apr 2024 03:10:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directive-cdir-integer-64/m-p/7213379#M948827</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2024-04-27T03:10:21Z</dc:date>
    </item>
  </channel>
</rss>

