<?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: formatting the output in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/formatting-the-output/m-p/858346#M2196</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Roddur,&lt;BR /&gt;&lt;BR /&gt;Do you really need a text window progress bar for each thread? This will slow down your application.&lt;BR /&gt;One way to do this is to use critical section around the write statements (theStarting, the ..., and theDone)and use the orbital loop number as a line number. then using SETTEXTPOSITION and GETTEXTPOSITION keep track of where the output position is for each line.&lt;BR /&gt;&lt;BR /&gt;This will slow down your processing time but if it is something you need then go ahead and add the code&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey&lt;BR /&gt;</description>
    <pubDate>Mon, 26 Jan 2009 16:22:40 GMT</pubDate>
    <dc:creator>jimdempseyatthecove</dc:creator>
    <dc:date>2009-01-26T16:22:40Z</dc:date>
    <item>
      <title>formatting the output</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/formatting-the-output/m-p/858345#M2195</link>
      <description>At last i managed to run my code parallaly. Now i am looking for decorating the output.&lt;BR /&gt;the code looks like:&lt;BR /&gt;orbital: do il=1,lorbit-2,2&lt;BR /&gt; xa=0.0;ya=0.0&lt;BR /&gt; write(*,'(1x,"Starting orbital loop",1x,i1,$)') il&lt;BR /&gt; .&lt;BR /&gt; .&lt;BR /&gt; .&lt;BR /&gt; end do orbital&lt;BR /&gt;&lt;BR /&gt;hence the output in serial run is &lt;BR /&gt; Starting orbital loop 1.......done&lt;BR /&gt; Starting orbital loop 3.......done&lt;BR /&gt; Starting orbital loop 5.......done&lt;BR /&gt; Starting orbital loop 7.......done&lt;BR /&gt;.etc but for parallel run it is obviously &lt;BR /&gt;Starting orbital loop 7 Starting orbital loop 3 Starting orbital loop 5 Starting orbital loop 1.........................done&lt;BR /&gt;.done&lt;BR /&gt;.done&lt;BR /&gt;.done&lt;BR /&gt;can anyone suggest me a better format?</description>
      <pubDate>Fri, 23 Jan 2009 16:48:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/formatting-the-output/m-p/858345#M2195</guid>
      <dc:creator>roddur</dc:creator>
      <dc:date>2009-01-23T16:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: formatting the output</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/formatting-the-output/m-p/858346#M2196</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Roddur,&lt;BR /&gt;&lt;BR /&gt;Do you really need a text window progress bar for each thread? This will slow down your application.&lt;BR /&gt;One way to do this is to use critical section around the write statements (theStarting, the ..., and theDone)and use the orbital loop number as a line number. then using SETTEXTPOSITION and GETTEXTPOSITION keep track of where the output position is for each line.&lt;BR /&gt;&lt;BR /&gt;This will slow down your processing time but if it is something you need then go ahead and add the code&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jan 2009 16:22:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/formatting-the-output/m-p/858346#M2196</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2009-01-26T16:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: formatting the output</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/formatting-the-output/m-p/858347#M2197</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;A second way might be place the write of "Starting orbital loops" outside the parallel section, then replace "." for eachloop with the loop number&lt;BR /&gt;&lt;BR /&gt;Starting orbital loops 7345217... Done&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jan 2009 16:25:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/formatting-the-output/m-p/858347#M2197</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2009-01-26T16:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: formatting the output</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/formatting-the-output/m-p/858348#M2198</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
hmmm....my application is speed critical ....but still i would like to see how much it slows the applcation. its a new command to me and looks like its actually a C command.....i am trying and ll be back if i failed.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2009 03:48:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/formatting-the-output/m-p/858348#M2198</guid>
      <dc:creator>roddur</dc:creator>
      <dc:date>2009-01-29T03:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: formatting the output</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/formatting-the-output/m-p/858349#M2199</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Just how long does it take to process each orbital loop? (single thread)&lt;BR /&gt;&lt;BR /&gt;This reminds me...&lt;BR /&gt;&lt;BR /&gt;I used to run a company that sold a backup program that performed virtual full backups. The program ran quite fast but still goodruntimes may have taken 1 to 2 minutes. The users complained about the lack of a progress bar. The problem was difficult for the users to understand as just about everything else was using progress bars. The situation was the time it would take to compute the estimated time to backup (for use in progress bar display) would take on order of the same time it would take to do the backup. When asked if they wanted to exchange a 1 to 2 minute backup without progress bar for a 2 to 4 minute backup with progress bar the preferred to dispense with the progress bar.&lt;BR /&gt;&lt;BR /&gt;Jim&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2009 13:18:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/formatting-the-output/m-p/858349#M2199</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2009-01-29T13:18:19Z</dc:date>
    </item>
  </channel>
</rss>

