<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — The order of compiliation]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=250</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=250&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in The order of compiliation.]]></description>
		<lastBuildDate>Fri, 06 Sep 2013 18:37:56 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: The order of compiliation]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=978#p978</link>
			<description><![CDATA[<p>Files have to be compiled in order of a &quot;topological&quot; sort, taking into account all of the dependencies between files. With Fortran these come about due to:</p><p>Include files<br />modules<br />submodules</p><p>Simply Fortran should work out the order automatically for files containing include files and modules. It doesn&#039;t work with sub modules but these aren&#039;t supported in gfortran yet in any case.</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Fri, 06 Sep 2013 18:37:56 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=978#p978</guid>
		</item>
		<item>
			<title><![CDATA[Re: The order of compiliation]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=974#p974</link>
			<description><![CDATA[<p>Please see also my post under a new thread, &#039;Order of library search&#039;<br />--- <br />John</p>]]></description>
			<author><![CDATA[null@example.com (JohnWasilewski)]]></author>
			<pubDate>Fri, 06 Sep 2013 17:06:55 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=974#p974</guid>
		</item>
		<item>
			<title><![CDATA[Re: The order of compiliation]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=972#p972</link>
			<description><![CDATA[<p>The paper most likely gives the order of compilation due to the interdependence of modules contained within the Fortran source files.&nbsp; In other words, <em>common_par.f90</em> uses a module provided by <em>nrtype.f90</em> (possibly, not necessarily, but we&#039;ll assume that for now), so <em>nrtype.f90</em> must be compiled first to generate the module file that <em>common_par.f90</em> relies on.&nbsp; Simply Fortran, however, automatically sorts out compilation order based on these module dependencies.&nbsp; I would suggest adding all the files listed into a project and attempting to build it as-is.&nbsp; It theoretically should &quot;just work.&quot; This automatic calculation of compilation order is one of the first and most important features of Simply Fortran.</p><p>If it doesn&#039;t work, post back here, and we can walk through the steps of creating a makefile by hand.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Fri, 06 Sep 2013 16:43:50 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=972#p972</guid>
		</item>
		<item>
			<title><![CDATA[The order of compiliation]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=971#p971</link>
			<description><![CDATA[<p>I want to run a seris of codes to replicate results of a concerning paper.</p><p>The author says as below:</p><p>-----------------------------------------------------------------------------------------------------------<br />Programs should be compiled in the following order:</p><p>nrtype.f90 common_par.f90 storedata.f90 nrutil.f90 grid_generate.f90 sub_timeseries.f90<br />sub_optim.f90 eulereq2.f90 externalit.f90 plannervf.F90 interp.f90 process.f90<br />simulation.f90 bindingc.f90 valuef.f90 tax.f90 tauchenhussey.f brent.f90 mnbrak.f90<br />zbrent.f90 zbrac.f90 taxplan.f90 main.f90<br />-----------------------------------------------------------------------------------------------------------</p><p>How can I specify the order of compiliation in SimplyFortran?</p>]]></description>
			<author><![CDATA[null@example.com (jin)]]></author>
			<pubDate>Fri, 06 Sep 2013 16:21:50 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=971#p971</guid>
		</item>
	</channel>
</rss>
