<?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: About sorting in Fortran 95 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-sorting-in-fortran-95/m-p/4882169#M704533</link>
    <description>Hi Bill,&lt;BR /&gt;Thank you very much for your help.&lt;BR /&gt;Roxana</description>
    <pubDate>Thu, 27 Jan 2005 03:49:04 GMT</pubDate>
    <dc:creator>Roxana_4</dc:creator>
    <dc:date>2005-01-27T03:49:04Z</dc:date>
    <item>
      <title>About sorting in Fortran 95</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-sorting-in-fortran-95/m-p/4882166#M704530</link>
      <description>My names Roxana and I am from Romania.&lt;BR /&gt;For the internal sort operations in Fortran 77 under MPE/iX 7.0 I use the following intrinsics: SORTINIT, SORTINPUT, SORTOUTPUT, SORTEND.&lt;BR /&gt;I want to know if any intrinsics for sorting exists on Fortran 95 (v.2.8.4) under HP-UX 11i v2.&lt;BR /&gt;Please tel me know where I could find documentations about intrinsics in Fortran95 under HP-UX 11iv2.&lt;BR /&gt;Thank you and best regards.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2005 03:23:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-sorting-in-fortran-95/m-p/4882166#M704530</guid>
      <dc:creator>Roxana_4</dc:creator>
      <dc:date>2005-01-26T03:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: About sorting in Fortran 95</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-sorting-in-fortran-95/m-p/4882167#M704531</link>
      <description>Hi Roxana,&lt;BR /&gt; &lt;BR /&gt;it is way too long ago since I last coded in Fortran, and then this was before the advent of Fortran95 only Fortran77.&lt;BR /&gt; &lt;BR /&gt;Then I'm neither familiar with MPE/iX nor HP-UX 11.23&lt;BR /&gt;   &lt;BR /&gt;Why did you call the intrinsic routines instead of the generic interface routines?&lt;BR /&gt;Or is it that you are interested in implementation details?&lt;BR /&gt; &lt;BR /&gt;I would suggest you look at the docs for your compiler.&lt;BR /&gt;You might find them here&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://docs.hp.com/en/dev.html#Fortran" target="_blank"&gt;http://docs.hp.com/en/dev.html#Fortran&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;As for sorting algorithms (in case you wish to implement one yourself) you could cast a glance at chapter 8&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www.nr.com/" target="_blank"&gt;http://www.nr.com/&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://lib-www.lanl.gov/numerical/bookfpdf.html" target="_blank"&gt;http://lib-www.lanl.gov/numerical/bookfpdf.html&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www.library.cornell.edu/nr/bookf90pdf.html" target="_blank"&gt;http://www.library.cornell.edu/nr/bookf90pdf.html&lt;/A&gt;</description>
      <pubDate>Wed, 26 Jan 2005 04:57:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-sorting-in-fortran-95/m-p/4882167#M704531</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2005-01-26T04:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: About sorting in Fortran 95</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-sorting-in-fortran-95/m-p/4882168#M704532</link>
      <description>MPE is very different from Unix in that it was designed as a database operating system and thus you have a multitude of library calls (intrinsics in MPE terms). HP-UX does not have database tools and the closest thing to a sort operation is the sort command. It is definitely fast but not nearly as versatile the MPR intrinsics. Look at the sort man page for details. sort works best on ASCII files and does have some fairly nice features, but you'll have to pass the file to sort (or write the file to stdin of the sort command) and have sort create a new file as output or capture the output from stdout.&lt;BR /&gt; &lt;BR /&gt;All the libraries in HP-UX are documented in the section 2 and 3 man pages. In Unix, man pages are divided up into 'bricks' (because the printed sections look like bricks). The sections are numbered 1-9 with a couple of suffix sections. Here are a few more common sections:&lt;BR /&gt; &lt;BR /&gt;1 = user commands (programs)&lt;BR /&gt;1m = root (superuser) commands&lt;BR /&gt;2 = system calls (opsystem intrinsics)&lt;BR /&gt;3 = library (general library functions, see man 3 intro)&lt;BR /&gt;4 = file formats&lt;BR /&gt;5 = Misc topics&lt;BR /&gt;7 = devicefile (driver special) details&lt;BR /&gt;&lt;BR /&gt;See more details with the command: man introduction&lt;BR /&gt; &lt;BR /&gt;Also see the online manuals at &lt;A href="http://docs.hp.com" target="_blank"&gt;http://docs.hp.com&lt;/A&gt; and ttp://docs.hp.com/en/B2355-60103/index.html</description>
      <pubDate>Wed, 26 Jan 2005 09:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-sorting-in-fortran-95/m-p/4882168#M704532</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-01-26T09:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: About sorting in Fortran 95</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-sorting-in-fortran-95/m-p/4882169#M704533</link>
      <description>Hi Bill,&lt;BR /&gt;Thank you very much for your help.&lt;BR /&gt;Roxana</description>
      <pubDate>Thu, 27 Jan 2005 03:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-sorting-in-fortran-95/m-p/4882169#M704533</guid>
      <dc:creator>Roxana_4</dc:creator>
      <dc:date>2005-01-27T03:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: About sorting in Fortran 95</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-sorting-in-fortran-95/m-p/4882170#M704534</link>
      <description>Hi Ralph&lt;BR /&gt;I am interested to make in fortran 95 a call towards a sorting intrinsic from HP-UX, which is similar with sort intrinsics from MPE/iX. So i don't wanna do sorting algorithms. In fortran documentation i found the QSORT intrinsic wich is not similar with sorting intrinsics from mpe/ix.&lt;BR /&gt;In man pages i found SORT - sort or merge files.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 27 Jan 2005 03:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-sorting-in-fortran-95/m-p/4882170#M704534</guid>
      <dc:creator>Roxana_4</dc:creator>
      <dc:date>2005-01-27T03:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: About sorting in Fortran 95</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-sorting-in-fortran-95/m-p/4882171#M704535</link>
      <description>Resolved</description>
      <pubDate>Thu, 17 Feb 2005 07:03:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-sorting-in-fortran-95/m-p/4882171#M704535</guid>
      <dc:creator>Roxana_4</dc:creator>
      <dc:date>2005-02-17T07:03:16Z</dc:date>
    </item>
  </channel>
</rss>

