<?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 Calling system commands in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-system-commands/m-p/762106#M17593</link>
    <description>Sorry if this is rather elementary...&lt;BR /&gt;&lt;BR /&gt;Could someone tell me which Fortran command I need to call a system command (i.e. to run a command as if it was entered on the linux command line)? In other versions of Fortran compiler, I have seen the "system" function but I can't see anything similar in the Intel Fortran language description manual.&lt;BR /&gt;&lt;BR /&gt;Thanks very much.&lt;BR /&gt;&lt;BR /&gt;Tim Camp</description>
    <pubDate>Mon, 05 Sep 2005 04:09:22 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2005-09-05T04:09:22Z</dc:date>
    <item>
      <title>Calling system commands</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-system-commands/m-p/762106#M17593</link>
      <description>Sorry if this is rather elementary...&lt;BR /&gt;&lt;BR /&gt;Could someone tell me which Fortran command I need to call a system command (i.e. to run a command as if it was entered on the linux command line)? In other versions of Fortran compiler, I have seen the "system" function but I can't see anything similar in the Intel Fortran language description manual.&lt;BR /&gt;&lt;BR /&gt;Thanks very much.&lt;BR /&gt;&lt;BR /&gt;Tim Camp</description>
      <pubDate>Mon, 05 Sep 2005 04:09:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-system-commands/m-p/762106#M17593</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2005-09-05T04:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calling system commands</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-system-commands/m-p/762107#M17594</link>
      <description>Both the system() and systemqq() functions are written up in lib_for.pdf, and have interface blocks provided by USE IFPORT.  They differ only in that system() returns integer status codes, while systemqq() returns logical.&lt;P&gt;Message Edited by tim18 on &lt;SPAN class="date_text"&gt;09-07-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;06:57 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2005 04:33:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-system-commands/m-p/762107#M17594</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2005-09-05T04:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calling system commands</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-system-commands/m-p/762108#M17595</link>
      <description>&lt;DIV&gt;Many thanks Tim.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;For your info, I checked in the latest version of for_lang.pdf (the ver 9.x copy from &lt;A href="http://www.intel.com/support/performancetools/fortran/linux/sb/cs-007823.htm" target="_blank"&gt;http://www.intel.com/support/performancetools/fortran/linux/sb/cs-007823.htm&lt;/A&gt;) but couldn't find these two functions described(?).&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I guess the argument is simply a string giving the operating system command.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Tim Camp&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Sep 2005 20:06:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-system-commands/m-p/762108#M17595</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2005-09-05T20:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Calling system commands</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-system-commands/m-p/762109#M17596</link>
      <description>Because these are not intrinsic functions, implemented by the compiler, they are not in the Language Reference. Look instead in the Libraries manual.&lt;BR /&gt;&lt;BR /&gt;Yes, the argument is the command string you want executed.  They are functions returning an integer status.  You should add a:&lt;BR /&gt;&lt;BR /&gt;use ifport&lt;BR /&gt;&lt;BR /&gt;in the program unit that uses them.</description>
      <pubDate>Tue, 06 Sep 2005 21:21:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-system-commands/m-p/762109#M17596</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2005-09-06T21:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calling system commands</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-system-commands/m-p/762110#M17597</link>
      <description>&lt;DIV&gt;Thanks very much.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Tim&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Sep 2005 19:12:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Calling-system-commands/m-p/762110#M17597</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2005-09-07T19:12:52Z</dc:date>
    </item>
  </channel>
</rss>

