<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — ABout MPI in Simply fortran]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=706&amp;type=atom" />
	<updated>2019-01-25T21:46:52Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=706</id>
		<entry>
			<title type="html"><![CDATA[Re: ABout MPI in Simply fortran]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3282#p3282" />
			<content type="html"><![CDATA[<p>You need to run it via the <strong>mpiexec</strong> command.&nbsp; It should be on your path after installing the package.&nbsp; The command would be:</p><div class="codebox"><pre><code>mpiexec -n 4 target.exe</code></pre></div><p>to launch 4 images of your project&#039;s process (assuming the executable is <em>target.exe</em>).</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2019-01-25T21:46:52Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3282#p3282</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ABout MPI in Simply fortran]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3277#p3277" />
			<content type="html"><![CDATA[<p>another question how to ask for more processors, when i run the code it shows me it has only one processor but it does have more. thank you!</p>]]></content>
			<author>
				<name><![CDATA[dfeng]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3831</uri>
			</author>
			<updated>2019-01-23T04:37:37Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3277#p3277</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ABout MPI in Simply fortran]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3275#p3275" />
			<content type="html"><![CDATA[<p>thank you!!</p>]]></content>
			<author>
				<name><![CDATA[dfeng]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3831</uri>
			</author>
			<updated>2019-01-22T15:29:21Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3275#p3275</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ABout MPI in Simply fortran]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3271#p3271" />
			<content type="html"><![CDATA[<p>Make sure you have the following in the <em>Linker</em> box under <em>Compiler Flags</em> in Project Options:</p><div class="codebox"><pre><code>-lmpif90 -lmsmpi</code></pre></div>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2019-01-22T12:32:12Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3271#p3271</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[ABout MPI in Simply fortran]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3270#p3270" />
			<content type="html"><![CDATA[<p>I can&#039;t run the example in the file when i already download the MPI package. <br />it says undefined reference to &#039;mpi_init&#039; etc...</p>]]></content>
			<author>
				<name><![CDATA[dfeng]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3831</uri>
			</author>
			<updated>2019-01-22T08:00:31Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3270#p3270</id>
		</entry>
</feed>
