<?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: non-advancing output in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/non-advancing-output/m-p/986460#M27237</link>
    <description>Thanks, Steve! &lt;BR /&gt;This was the right tip. Just adding the '/ccdefault:fortran' option under "Project .. Settings .. Fortran" solves the problem. There is no need to use the ADVANCE='no' specifier, in fact it is not accepted to add it in the WRITE statement in this context (compiler error). &lt;BR /&gt;Thanks again, Reiner</description>
    <pubDate>Wed, 20 Mar 2002 03:01:56 GMT</pubDate>
    <dc:creator>reinerb</dc:creator>
    <dc:date>2002-03-20T03:01:56Z</dc:date>
    <item>
      <title>non-advancing output</title>
      <link>https://community.intel.com/t5/Software-Archive/non-advancing-output/m-p/986456#M27233</link>
      <description>Hi, &lt;BR /&gt;I'm trying to do non-advancing output from a FORTRAN program (console application) on my terminal (screen). The standard write options for non-advancing output work on files, but not on my terminal. Did anybody solve this already? &lt;BR /&gt;Reiner</description>
      <pubDate>Mon, 18 Mar 2002 23:05:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/non-advancing-output/m-p/986456#M27233</guid>
      <dc:creator>reinerb</dc:creator>
      <dc:date>2002-03-18T23:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: non-advancing output</title>
      <link>https://community.intel.com/t5/Software-Archive/non-advancing-output/m-p/986457#M27234</link>
      <description>What exactly are you trying to accomplish, and on what platform(s)? &lt;BR /&gt; &lt;BR /&gt;James</description>
      <pubDate>Tue, 19 Mar 2002 16:46:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/non-advancing-output/m-p/986457#M27234</guid>
      <dc:creator>james1</dc:creator>
      <dc:date>2002-03-19T16:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: non-advancing output</title>
      <link>https://community.intel.com/t5/Software-Archive/non-advancing-output/m-p/986458#M27235</link>
      <description>Hi, &lt;BR /&gt;attached is a sample program which shows my problem. I want to have the output always in the same line, with only the number changing. As it is now, every WRITE statements creates a new line on the screen.  &lt;BR /&gt;I'm working with Windows 2000 on a Intel P4 system, using Visual Fortran 6.6. &lt;BR /&gt; &lt;BR /&gt;&lt;PRE&gt;&lt;FONT size="+0"&gt;
  program nonadvancing 
  integer i,j,jj,jjj,ipercent 
  jj = 10000000 
  do i = 1,100  ! loop  
      do j = 1,jj 
         jjj = j + i 
     end do	 
     ipercent = jjj - jj 
     WRITE(*,'(a,i4,a)') '+ ',ipercent,'% executed ' 
  end do 
  end program nonadvancing
&lt;/FONT&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Mar 2002 21:18:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/non-advancing-output/m-p/986458#M27235</guid>
      <dc:creator>reinerb</dc:creator>
      <dc:date>2002-03-19T21:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: non-advancing output</title>
      <link>https://community.intel.com/t5/Software-Archive/non-advancing-output/m-p/986459#M27236</link>
      <description>You're not using nonadvancing I/O - that would be if you did a WRITE with ADVANCE='NO' in the control list.&lt;BR /&gt;&lt;BR /&gt;What you have here is Fortran carriage control.  The default carriage control interpretation is 'LIST', so the '+' is just another character.  You need to have the unit opened with CARRIAGECONTROL='FORTRAN'.  Since you are using unit *, the only way to do that is to compile with the option /ccdefault:fortran (this is also under Project..Settings..Fortran..Run-Time Behavior, I think.)&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 20 Mar 2002 01:47:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/non-advancing-output/m-p/986459#M27236</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-03-20T01:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: non-advancing output</title>
      <link>https://community.intel.com/t5/Software-Archive/non-advancing-output/m-p/986460#M27237</link>
      <description>Thanks, Steve! &lt;BR /&gt;This was the right tip. Just adding the '/ccdefault:fortran' option under "Project .. Settings .. Fortran" solves the problem. There is no need to use the ADVANCE='no' specifier, in fact it is not accepted to add it in the WRITE statement in this context (compiler error). &lt;BR /&gt;Thanks again, Reiner</description>
      <pubDate>Wed, 20 Mar 2002 03:01:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/non-advancing-output/m-p/986460#M27237</guid>
      <dc:creator>reinerb</dc:creator>
      <dc:date>2002-03-20T03:01:56Z</dc:date>
    </item>
  </channel>
</rss>

