<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=MPIConfig.dat</id>
		<title>MPIConfig.dat - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=MPIConfig.dat"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MPIConfig.dat&amp;action=history"/>
		<updated>2026-04-05T14:15:27Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=MPIConfig.dat&amp;diff=449&amp;oldid=prev</id>
		<title>Guillaume: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MPIConfig.dat&amp;diff=449&amp;oldid=prev"/>
				<updated>2008-12-03T10:27:14Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:27, 3 December 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Guillaume</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=MPIConfig.dat&amp;diff=448&amp;oldid=prev</id>
		<title>192.168.20.184 at 15:14, 2 June 2008</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MPIConfig.dat&amp;diff=448&amp;oldid=prev"/>
				<updated>2008-06-02T15:14:13Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The MPIConfig.dat file is no longer used in MPICH 1.2.x. You must write a command line with every option you intend to use.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The '''MPIConfig.dat''' is the setup file that distributes a [[MOHID Water]] simulation in several processors associating each nested domain to a processor. &lt;br /&gt;
Below an example explanation will be given, considering that:&lt;br /&gt;
# There is a simulation with a nested domain called '''Rias''' nested into a father domain called '''Galicia'''&lt;br /&gt;
# There are 2 computers connected through a network called PC1 and PC2, each with one processor available&lt;br /&gt;
# The simulation data files are all located in PC1&lt;br /&gt;
# The full path to the simulation father domain working folder is '''\\PC1\Applications\Galicia\exe'''&lt;br /&gt;
# PC1 has a virtual Mapped Network Drive with the letter '''T:\''' redirecting to the following full path '''\\PC1\Applications\'''. &lt;br /&gt;
# The whole simulation path is relative to this '''T:\''' drive. &lt;br /&gt;
# The MOHID executable compiled with MPI options is located in PC1&lt;br /&gt;
# The operative system being used is MS Windows XP Professional and the MPICH version installed is 1.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''MPIConfig.dat''' must be configured like shown below. The construction of this file can be also done via [[MOHID GUI]]. &lt;br /&gt;
&lt;br /&gt;
'''Line 1''' - the first line contains a keyword '''exe''' containing the full path to the MOHID executable compiled with MPI options&lt;br /&gt;
&lt;br /&gt;
 exe \\PC1\EXE\Mohid_MPI.exe&lt;br /&gt;
&lt;br /&gt;
'''Line 2''' - this line contains a keyword '''dir''' containing path to the father domain working folder ('''\exe'''). &lt;br /&gt;
&lt;br /&gt;
 dir T:\Galicia\exe&lt;br /&gt;
&lt;br /&gt;
'''Line 3''' - this line contains a keyword '''map''' containing the letter of the mapped drive '''T:''' followed by the full path to the father domain working folder ('''\exe'''). &lt;br /&gt;
&lt;br /&gt;
 map T:\\PC1\Applications\Galicia\exe&lt;br /&gt;
&lt;br /&gt;
'''Line 4''' - this line contains a keyword '''hosts'''. Below this line the definition of each computer  specifying its name (e.g. PC1) and the number of processes to be launched in this computer.&lt;br /&gt;
&lt;br /&gt;
 hosts&lt;br /&gt;
 PC1 1&lt;br /&gt;
 PC2 1&lt;br /&gt;
&lt;br /&gt;
For example, if PC1 is a computer carrying 2 processors the following definition could be written: &lt;br /&gt;
&lt;br /&gt;
 hosts&lt;br /&gt;
 PC1 2&lt;br /&gt;
&lt;br /&gt;
[[Category:MOHID Water]]&lt;/div&gt;</summary>
		<author><name>192.168.20.184</name></author>	</entry>

	</feed>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-56589921-5', 'auto');
  ga('send', 'pageview');
</script>