<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — NAG LAPACK TEST]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=934</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=934&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in NAG LAPACK TEST.]]></description>
		<lastBuildDate>Sat, 06 Jan 2024 21:26:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: NAG LAPACK TEST]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=4270#p4270</link>
			<description><![CDATA[<p>You need to take three steps:</p><p>1. Add <strong>..</strong> to the Include/Module Search Directories</p><p>2. Add <strong>..</strong> to the Library Search Directories</p><p>3. Add the compiler flags.</p><p>First, open Project Options in Simply Fortran (from the Project menu).&nbsp; Next, select the category &quot;File Locations&quot; in the Options window.&nbsp; In the text box at the bottom next to the Browse button, you can actually just enter <strong>..</strong> and click &quot;Add.&quot;&nbsp; Once done, switch to the Libraries tab in that same options category and repeat.</p><p>Finally, select the &quot;Compiler Flags&quot; category.&nbsp; In the Linker box, add:</p><div class="codebox"><pre><code>-laux -lblas -llapack</code></pre></div><p>and click the Ok button.&nbsp; Save the project to the directory where your source file is (via &quot;Save Project&quot; in the Project menu).&nbsp; Now you should be able to build everything.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Sat, 06 Jan 2024 21:26:35 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=4270#p4270</guid>
		</item>
		<item>
			<title><![CDATA[Re: NAG LAPACK TEST]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=4269#p4269</link>
			<description><![CDATA[<p>I use Ubuntu 22.04 LTS.<br />I installed gcc ,gcortran ,LAPACK and BLAS by apt other than Symply fortran.</p>]]></description>
			<author><![CDATA[null@example.com (Kato Tomohisa)]]></author>
			<pubDate>Sat, 06 Jan 2024 00:25:37 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=4269#p4269</guid>
		</item>
		<item>
			<title><![CDATA[NAG LAPACK TEST]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=4268#p4268</link>
			<description><![CDATA[<p>Thank you for cooperation.<br />I tried NAG LAPACK TEST by linux.<br />It&#039;s required bellow.<br /> main program<br /> include modules<br /> specific libraly<br />I can build it by console.<br />gfortran -o dgbsv dgbsv.f90 -I.. ../libaux.a -lblas -llapack<br />(include modules and specific libraly are upper directory)<br />I can&#039;t build by Simply fortran.<br />How set up Simply fortran?</p>]]></description>
			<author><![CDATA[null@example.com (Kato Tomohisa)]]></author>
			<pubDate>Fri, 05 Jan 2024 23:48:34 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=4268#p4268</guid>
		</item>
	</channel>
</rss>
