<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Compiler options]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=103</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=103&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Compiler options.]]></description>
		<lastBuildDate>Thu, 23 May 2013 15:08:56 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Compiler options]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=792#p792</link>
			<description><![CDATA[<p>Jeff,</p><p>Thanks for the fixes in 1.44 for the compiler option and the Help. Looks nice.</p><p>Regards</p>]]></description>
			<author><![CDATA[null@example.com (petesun)]]></author>
			<pubDate>Thu, 23 May 2013 15:08:56 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=792#p792</guid>
		</item>
		<item>
			<title><![CDATA[Re: Compiler options]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=790#p790</link>
			<description><![CDATA[<div class="quotebox"><cite>lklawrie wrote:</cite><blockquote><p>It would appear that the compiler option box has a limited number of characters -- so is hard to put in a long list when debugging a problem.</p></blockquote></div><p>This bug has been fixed in the development version.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 21 May 2013 11:51:01 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=790#p790</guid>
		</item>
		<item>
			<title><![CDATA[Re: Compiler options]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=768#p768</link>
			<description><![CDATA[<div class="quotebox"><cite>lklawrie wrote:</cite><blockquote><p>It would appear that the compiler option box has a limited number of characters -- so is hard to put in a long list when debugging a problem.</p></blockquote></div><p>I wasn&#039;t aware of the limitation.&nbsp; It&#039;s probably related to Windows as Simply Fortran is not explicitly limiting the length to the best of my knowledge.&nbsp; I&#039;ll go see what I can do about this.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Mon, 06 May 2013 15:16:57 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=768#p768</guid>
		</item>
		<item>
			<title><![CDATA[Re: Compiler options]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=763#p763</link>
			<description><![CDATA[<p>It would appear that the compiler option box has a limited number of characters -- so is hard to put in a long list when debugging a problem.</p>]]></description>
			<author><![CDATA[null@example.com (lklawrie)]]></author>
			<pubDate>Wed, 01 May 2013 14:09:36 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=763#p763</guid>
		</item>
		<item>
			<title><![CDATA[Re: Compiler options]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=749#p749</link>
			<description><![CDATA[<p>I agree that the user can type the desired optimization into the box. I eventually figured that out, but as a new user last year, I was a bit confused between what I saw in the interface, and what the SF help showed. Then when I tried the &quot;keywords&quot; and it came up empty, I was even more confused.</p>]]></description>
			<author><![CDATA[null@example.com (petesun)]]></author>
			<pubDate>Wed, 24 Apr 2013 17:54:16 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=749#p749</guid>
		</item>
		<item>
			<title><![CDATA[Re: Compiler options]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=748#p748</link>
			<description><![CDATA[<p>Ah, I see that the documentation does specifically call this out.&nbsp; It might be a bit misleading because it is not listed in the drop down.&nbsp; In fact, you could simply type &quot;-O1&quot; into the box if you wish.&nbsp; The box is editable, so the help file isn&#039;t technically wrong, but it is definitely misleading.</p><p>Again, none of this would be an issue if there were a way to explicitly set optimization level rather than relying on the global flags drop down.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Wed, 24 Apr 2013 17:48:25 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=748#p748</guid>
		</item>
		<item>
			<title><![CDATA[Re: Compiler options]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=747#p747</link>
			<description><![CDATA[<p>Hi -</p><p>On the -O1, one issue is that the &quot;SF IDE&quot; specifically mentions it (&quot;Compiler Flags&quot;), yet the drop down in the interface does not show such a choice.</p><p>Regards</p>]]></description>
			<author><![CDATA[null@example.com (petesun)]]></author>
			<pubDate>Wed, 24 Apr 2013 16:58:19 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=747#p747</guid>
		</item>
		<item>
			<title><![CDATA[Re: Compiler options]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=746#p746</link>
			<description><![CDATA[<p>The most common optimization flags are probably going to be <em>-O0</em> (or none at all) and <em>-O2</em>.&nbsp; Since the default behavior is <em>-O0</em>, it isn&#039;t included in the drop down.&nbsp; Should&nbsp; <em>-O1</em> be included?&nbsp; Perhaps...</p><p>A better solution might be a dedicated optimization selection box for both compilers (C and Fortran) to remove them from the drop down.&nbsp; Then a level could simply be selected.</p><p>In regards to the help file, I&#039;ve been negligent in fixing those sections.&nbsp; The compiler reference is automatically generated, and I just didn&#039;t get that fixed.&nbsp; I&#039;ll have a look today.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Wed, 24 Apr 2013 16:34:00 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=746#p746</guid>
		</item>
		<item>
			<title><![CDATA[Re: Compiler options]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=334#p334</link>
			<description><![CDATA[<p>Thank you Jeff.</p>]]></description>
			<author><![CDATA[null@example.com (petesun)]]></author>
			<pubDate>Wed, 20 Jun 2012 15:31:15 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=334#p334</guid>
		</item>
		<item>
			<title><![CDATA[Re: Compiler options]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=332#p332</link>
			<description><![CDATA[<p>In the Compiler Options dialog, you can actually type into that box.&nbsp; I&#039;ll change -O to -O1, however, as that is incorrect.&nbsp; Feel free to enter any options you wish.</p><p>I&#039;ll also look into the empty index sections in the help file.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Wed, 20 Jun 2012 15:12:11 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=332#p332</guid>
		</item>
		<item>
			<title><![CDATA[Compiler options]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=330#p330</link>
			<description><![CDATA[<p>Hi -</p><p>I see in Compiler options the choices -O, -O2, and -O3. There is no choice for -O1, yet the Help document makes reference to such a choice. Also, the GNU online documentation makes a distinction between -O1 and -O0, so it is not clear in SF what &quot;-O&quot; does because the choices for -O1 and -O0 are absent.</p><p>Lastly, if I go the SF Help -&gt; Contents -&gt; Compiler Reference and expand, the &quot;Option Index&quot; and &quot;Keyword Index&quot; sections are empty.</p><p>Thank you.</p>]]></description>
			<author><![CDATA[null@example.com (petesun)]]></author>
			<pubDate>Sun, 17 Jun 2012 19:45:42 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=330#p330</guid>
		</item>
	</channel>
</rss>
