<?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: flush error in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/flush-error/m-p/761149#M16636</link>
    <description>&lt;DIV&gt;Which compiler version are you using? Do you have an EXTERNAL FLUSH declaration? Take it out if you do.&lt;/DIV&gt;</description>
    <pubDate>Wed, 20 Oct 2004 21:37:38 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2004-10-20T21:37:38Z</dc:date>
    <item>
      <title>flush error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/flush-error/m-p/761148#M16635</link>
      <description>Hi, all,&lt;BR /&gt;&lt;BR /&gt;I have got a problem when using the internal function flush.&lt;BR /&gt;&lt;BR /&gt;      call flush(88)&lt;BR /&gt;&lt;BR /&gt;The error message for the above command is&lt;BR /&gt;  undefined reference to `flush_'&lt;BR /&gt;&lt;BR /&gt;The manual says this is a internal lib function. Even when I specified the path of the lib, '-L/opt/intel/compiler70/ia32/lib', in the compiling line, it doesn't work. Could anyone help me out?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;Tao</description>
      <pubDate>Wed, 20 Oct 2004 04:04:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/flush-error/m-p/761148#M16635</guid>
      <dc:creator>taoz</dc:creator>
      <dc:date>2004-10-20T04:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: flush error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/flush-error/m-p/761149#M16636</link>
      <description>&lt;DIV&gt;Which compiler version are you using? Do you have an EXTERNAL FLUSH declaration? Take it out if you do.&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Oct 2004 21:37:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/flush-error/m-p/761149#M16636</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2004-10-20T21:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: flush error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/flush-error/m-p/761150#M16637</link>
      <description>&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;sblionel wrote:&lt;BR /&gt;&lt;DIV&gt;Which compiler version are you using?  Do you have an EXTERNAL FLUSH declaration?  Take it out if you do.&lt;BR /&gt;&lt;BR /&gt;No, there isn't any other external function/subroutine. I did a another test, here is the code and result.&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;code:&lt;BR /&gt;      program main&lt;BR /&gt;      write(88,*) 'test'&lt;BR /&gt;      call flush(88)&lt;BR /&gt;      end&lt;BR /&gt;----------------------------------&lt;BR /&gt;compiled with&lt;BR /&gt;&lt;BR /&gt;ifc t.f -L/opt/intel/compiler70/ia32/lib&lt;BR /&gt;   program MAIN&lt;BR /&gt;&lt;BR /&gt;4 Lines Compiled&lt;BR /&gt;/tmp/ifcK4GJKO.o: In function `main':&lt;BR /&gt;/tmp/ifcK4GJKO.o(.text+0x49): undefined reference to `flush_'&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;Here is the version info&lt;BR /&gt;&lt;BR /&gt;ifc -V&lt;BR /&gt;&lt;BR /&gt;Intel Fortran Compiler for 32-bit applications, Version 7.1   Build 20031225Z&lt;BR /&gt;Copyright (C) 1985-2003 Intel Corporation.  All rights reserved.&lt;BR /&gt;FOR NON-COMMERCIAL USE ONLY&lt;BR /&gt;&lt;BR /&gt;GNU ld version 2.11.93.0.2 20020207&lt;BR /&gt;  Supported emulations:&lt;BR /&gt;   elf_i386&lt;BR /&gt;   i386linux&lt;BR /&gt;   elf_i386_glibc21&lt;BR /&gt;/usr/lib/crt1.o: In function `_start':&lt;BR /&gt;/usr/lib/crt1.o(.text+0x18): undefined reference to `main'&lt;BR /&gt;&lt;BR /&gt;Is there any wrong with the ifc installation?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;Tao&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 21 Oct 2004 00:18:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/flush-error/m-p/761150#M16637</guid>
      <dc:creator>taoz</dc:creator>
      <dc:date>2004-10-21T00:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: flush error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/flush-error/m-p/761151#M16638</link>
      <description>&lt;DIV&gt;Oh, 7.1. Hmm. Try adding -vaxlib&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Oct 2004 01:27:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/flush-error/m-p/761151#M16638</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2004-10-21T01:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: flush error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/flush-error/m-p/761152#M16639</link>
      <description>It works. thanks a lot.&lt;BR /&gt;&lt;BR /&gt;Tao</description>
      <pubDate>Thu, 21 Oct 2004 21:41:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/flush-error/m-p/761152#M16639</guid>
      <dc:creator>taoz</dc:creator>
      <dc:date>2004-10-21T21:41:44Z</dc:date>
    </item>
  </channel>
</rss>

