<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — When I open "empty MPI Project" or "MPI Example" nothing is there...]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=462&amp;type=atom" />
	<updated>2015-05-11T14:09:52Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=462</id>
		<entry>
			<title type="html"><![CDATA[Re: When I open "empty MPI Project" or "MPI Example" nothing is there...]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2065#p2065" />
			<content type="html"><![CDATA[<p>Ooops!&nbsp; Thanks Jeff.&nbsp; I will try that out a little later today.</p>]]></content>
			<author>
				<name><![CDATA[brendan]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3613</uri>
			</author>
			<updated>2015-05-11T14:09:52Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2065#p2065</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: When I open "empty MPI Project" or "MPI Example" nothing is there...]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2064#p2064" />
			<content type="html"><![CDATA[<p>Brendan,</p><p>In order to execute your program under MPI management, you&#039;ll need to use a command <em>mpiexec</em>.&nbsp; The &quot;easiest&quot; way to do so would be to use the command line and launch your program manually.&nbsp; For 8 cores, you&#039;d want to use the command:</p><div class="codebox"><pre><code>mpiexec -n 8 target.exe</code></pre></div><p>Alternatively, after loading the MPI example, you&#039;ll see that the &quot;Toolbox&quot; menu should have a few new entries.&nbsp; One entry is labeled <em>&quot;Launch with 4 Processes.&quot;</em>&nbsp; This toolbox command is pre-configured to launch the executable &quot;target.exe&quot; as 4 MPI-managed processes.&nbsp; If you select &quot;Configure Tools...&quot; from that same menu, you can change the command used to launch your program under MPI management.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2015-05-09T19:05:33Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2064#p2064</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: When I open "empty MPI Project" or "MPI Example" nothing is there...]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2062#p2062" />
			<content type="html"><![CDATA[<p>I was able to confirm that this is not grabbing all the cores by looking at the output from<br /><a href="http://people.sc.fsu.edu/~jburkardt/f_src/prime_mpi/prime_fsu_output.txt">http://people.sc.fsu.edu/~jburkardt/f_s … output.txt</a></p><p>Any suggestions Jeff as to what I have done wrong on setup?&nbsp; I did this on two machines and got the same results.&nbsp; I also tried the hello world mpi I found at the above website, and it only grabs 1...</p>]]></content>
			<author>
				<name><![CDATA[brendan]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3613</uri>
			</author>
			<updated>2015-05-08T22:49:12Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2062#p2062</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: When I open "empty MPI Project" or "MPI Example" nothing is there...]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2061#p2061" />
			<content type="html"><![CDATA[<p>It did.&nbsp; I am assuming that if MPI was not properly operating that the program would not run?</p><p>Sorry, I should have given you more data on the last reply!</p><p>I have an 8 core processor and I can see 4 cores responding - 1 core more than the others. But it says the number of processes is 1, so I am unsure how to interpret that.</p><p>Now I have to get it to work for multiple computers.&nbsp; Any suggestions on reading that I can do?</p>]]></content>
			<author>
				<name><![CDATA[brendan]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3613</uri>
			</author>
			<updated>2015-05-08T20:46:45Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2061#p2061</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: When I open "empty MPI Project" or "MPI Example" nothing is there...]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2060#p2060" />
			<content type="html"><![CDATA[<p>Did the above instructions work?&nbsp; I just want to make sure you can try out the MPI examples.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2015-05-08T19:56:19Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2060#p2060</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: When I open "empty MPI Project" or "MPI Example" nothing is there...]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2059#p2059" />
			<content type="html"><![CDATA[<p>Thank you...</p>]]></content>
			<author>
				<name><![CDATA[brendan]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3613</uri>
			</author>
			<updated>2015-05-08T17:16:48Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2059#p2059</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: When I open "empty MPI Project" or "MPI Example" nothing is there...]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2057#p2057" />
			<content type="html"><![CDATA[<p>Brendan,</p><p>I think you&#039;re misunderstanding how the Start tab&#039;s project offerings work.&nbsp; To start the &quot;MPI Example,&quot; you need to:</p><p>1.&nbsp; Start Simply Fortran.</p><p>2.&nbsp; In the Start panel, click &quot;MPI Example.&quot;</p><p>3.&nbsp; The file dialog opens asking you where you&#039;d like to <em>save your new project</em>.&nbsp; You&#039;ll need to type in a file name and save it to a valid directory.&nbsp; You won&#039;t necessarily see any project files at this step since this is a &quot;Save Project As...&quot; dialog.</p><p>4.&nbsp; Click Ok in the &quot;Save Project As...&quot; dialog after you&#039;ve entered a filename.</p><p>After saving the project, you should now see, in the Project Outline panel, the following files:</p><ul><li><p>prime_mpi.f</p></li><li><p>prime_mpi.f90</p></li></ul><p>The project should build just fine.</p><p>Let us know if you have better luck!</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2015-05-08T11:59:26Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2057#p2057</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[When I open "empty MPI Project" or "MPI Example" nothing is there...]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2056#p2056" />
			<content type="html"><![CDATA[<p>I installed package manager and downloaded the MPI package, but on the start menu there is no project files to be found when I click on the new projects </p><p>&quot;empty MPI Project&quot; </p><p>and </p><p>&quot;MPI Example&quot;</p><p>Perhaps I&#039;ve done something wrong?</p>]]></content>
			<author>
				<name><![CDATA[brendan]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3613</uri>
			</author>
			<updated>2015-05-07T23:14:20Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2056#p2056</id>
		</entry>
</feed>
