<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://fluid.colorado.edu/wiki/index.php?action=history&amp;feed=atom&amp;title=OpenACC</id>
		<title>OpenACC - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://fluid.colorado.edu/wiki/index.php?action=history&amp;feed=atom&amp;title=OpenACC"/>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=OpenACC&amp;action=history"/>
		<updated>2026-07-17T23:06:20Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=OpenACC&amp;diff=377&amp;oldid=prev</id>
		<title>Matthb2: Created page with &quot;OpenACC is is a compiler extension which allows you to annotate your code such that the compiler can generate GPU accelerated binaries. The PGI compiler available on the viz node...&quot;</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=OpenACC&amp;diff=377&amp;oldid=prev"/>
				<updated>2013-07-15T21:22:08Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;OpenACC is is a compiler extension which allows you to annotate your code such that the compiler can generate GPU accelerated binaries. The PGI compiler available on the viz node...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;OpenACC is is a compiler extension which allows you to annotate your code such that the compiler can generate GPU accelerated binaries. The PGI compiler available on the viz nodes supports OpenACC and can generate code for the viz node's GPUs. &lt;br /&gt;
&lt;br /&gt;
== Use ==&lt;br /&gt;
&lt;br /&gt;
Currently, CUDA requires &amp;lt;= gcc 4.6, so you'll need to&lt;br /&gt;
&lt;br /&gt;
  soft add +gcc-4.6&lt;br /&gt;
  soft add +pgi-64bit&lt;br /&gt;
&lt;br /&gt;
Then you can compile your annotated code &lt;br /&gt;
&lt;br /&gt;
  pgfortran -acc -Minfo=acc -o gputest test.f&lt;br /&gt;
  pgfortran -O3 -o cputest test.f&lt;br /&gt;
  time ./gputest&lt;br /&gt;
  time ./cputest&lt;/div&gt;</summary>
		<author><name>Matthb2</name></author>	</entry>

	</feed>