<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — option for compiler]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=399&amp;type=atom" />
	<updated>2014-12-10T18:18:05Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=399</id>
		<entry>
			<title type="html"><![CDATA[Re: option for compiler]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=1673#p1673" />
			<content type="html"><![CDATA[<p>Gwen,</p><p>Having more than one flag</p><div class="codebox"><pre><code>-fno-automatic -fdefault-real-8</code></pre></div><p>will work fine.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-12-10T18:18:05Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=1673#p1673</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: option for compiler]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=1666#p1666" />
			<content type="html"><![CDATA[<p>thank you. If i want to have two different special command can i just write: <br />-fno-automatic -fdefault-real-8</p><p>for example. or is there another syntax that needs to be used?</p><p>Gwen</p>]]></content>
			<author>
				<name><![CDATA[Gwen]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3592</uri>
			</author>
			<updated>2014-12-10T00:08:54Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=1666#p1666</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: option for compiler]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=1663#p1663" />
			<content type="html"><![CDATA[<p>Gwen,</p><p>You&#039;ll want to use the Fortran compiler flag:</p><div class="codebox"><pre><code>-fno-automatic</code></pre></div><p>To do so, you&#039;ll need to open the Project Options window by selecting &quot;Options...&quot; from the Project menu.&nbsp; Next, go to the &quot;Compiler Flags&quot; tag and enter the flag above under &quot;Fortran.&quot;&nbsp; Click Ok, and your project should now treat all local variables as if the <em>SAVE</em> attribute was used.</p><p>Note that, after changing project options, you&#039;ll probably want to &quot;Clean&quot; (in the Build menu) before building your project.&nbsp; All files will need to be recompiled with the new flag added.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-12-09T01:02:48Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=1663#p1663</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[option for compiler]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=1662#p1662" />
			<content type="html"><![CDATA[<p>I would like to compile and run my code such as all the variables in the subroutines are saved (since the code was written without adding the command in all the subroutines and there are many of these). Which command should I use and how to use it?<br />Thanks<br />Gwen</p>]]></content>
			<author>
				<name><![CDATA[Gwen]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3592</uri>
			</author>
			<updated>2014-12-08T22:39:22Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=1662#p1662</id>
		</entry>
</feed>
