<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — OpenMP4.0]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=367&amp;type=atom" />
	<updated>2014-09-04T13:05:09Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=367</id>
		<entry>
			<title type="html"><![CDATA[Re: OpenMP4.0]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=1493#p1493" />
			<content type="html"><![CDATA[<p>David is mostly correct.&nbsp; As of Simply Fortran 2.15, the compiler should have full support for the OpenMP 4 standard.&nbsp; Please see the <a href="https://gcc.gnu.org/wiki/GFortran/News#gfortran_4.9.1">compiler release notes</a>.&nbsp; But other than that, David is right.&nbsp; Just make sure to select &quot;Enable OpenMP&quot; under the Fortran tab in Project Options.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-09-04T13:05:09Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=1493#p1493</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: OpenMP4.0]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=1491#p1491" />
			<content type="html"><![CDATA[<p>You need to specify the -fopenmp flag when you invoke the compiler and the linker.</p><p>There is a checkbox for the compiler on the Fortran tab of Project Options. This correctly sets the flag for compiling and linking.</p><p>You can set the environment variable OMP_NUM_THREADS to control the maximum number of threads the program should use. If you don&#039;t set this, the maximum number of threads will equal the number of processor cores.</p><p>Note that, at this time, only a sub-set of the additional features in OpenMP 4 are supported.</p>]]></content>
			<author>
				<name><![CDATA[davidb]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3463</uri>
			</author>
			<updated>2014-09-04T08:10:02Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=1491#p1491</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[OpenMP4.0]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=1490#p1490" />
			<content type="html"><![CDATA[<p>I want to use function of OpenMP 4.0.<br />Should I need to include some files, or set environment variables?</p>]]></content>
			<author>
				<name><![CDATA[Kato Tomohisa]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3571</uri>
			</author>
			<updated>2014-09-04T00:21:02Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=1490#p1490</id>
		</entry>
</feed>
