Skip to content

Commit

Permalink
Upgraded to Spawn 0.4.3
Browse files Browse the repository at this point in the history
This integrates #3209, #3481, and #3487 which corrects the heat capacitance multiplier
  • Loading branch information
mwetter committed Aug 29, 2023
1 parent d8c44b4 commit aba39ad
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Buildings/ThermalZones/EnergyPlus_9_6_0/UsersGuide.mo
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ the binaries can be downloaded from the following links:
</tr>
<tr>
<td>Linux</td>
<td><a href=\"https://spawn.s3.amazonaws.com/builds/Spawn-light-0.3.0-0fa49be497-Linux.tar.gz\">
https://spawn.s3.amazonaws.com/builds/Spawn-light-0.3.0-0fa49be497-Linux.tar.gz</a>
<td><a href=\"https://spawn.s3.amazonaws.com/builds/Spawn-light-0.4.3-7048a72798-Linux.tar.gz\">
https://spawn.s3.amazonaws.com/builds/Spawn-light-0.4.3-7048a72798-Linux.tar.gz</a>
</td>
</tr>
<tr>
<td>Windows</td>
<td><a href=\"https://spawn.s3.amazonaws.com/builds/Spawn-light-0.3.0-0fa49be497-win64.zip\">
https://spawn.s3.amazonaws.com/builds/Spawn-light-0.3.0-0fa49be497-win64.zip</a>
<td><a href=\"https://spawn.s3.amazonaws.com/builds/Spawn-light-0.4.3-7048a72798-win64.zip\">
https://spawn.s3.amazonaws.com/builds/Spawn-light-0.4.3-7048a72798-win64.zip</a>
</td>
</tr>
</table>
Expand All @@ -51,9 +51,9 @@ To install, proceed as follows:
Run from a terminal
</p>
<pre>
wget https://spawn.s3.amazonaws.com/builds/Spawn-light-0.3.0-0fa49be497-Linux.tar.gz;
tar xzf Spawn-light-0.3.0-0fa49be497-Linux.tar.gz;
export PATH=${PATH}:`pwd`/Spawn-light-0.3.0-0fa49be497-Linux/bin
wget https://spawn.s3.amazonaws.com/builds/Spawn-light-0.4.3-7048a72798-Linux.tar.gz;
tar xzf Spawn-light-0.4.3-7048a72798-Linux.tar.gz;
export PATH=${PATH}:`pwd`/Spawn-light-0.4.3-7048a72798-Linux/bin
</pre>
<p>
and restart your Modelica environment. You may put the last line in your <code>${HOME}/.bashrc</code> file
Expand All @@ -69,10 +69,10 @@ to make the setting persistent when you log in the next time.
Download the binary from the link above.
</li>
<li>
Unzip <code>Spawn-light-0.3.0-0fa49be497-win64.zip</code> at your desired location.
Unzip <code>Spawn-light-0.4.3-7048a72798-win64.zip</code> at your desired location.
</li>
<li>
Add the directory <code>xyz/Spawn-light-0.3.0-0fa49be497-win64/bin</code>
Add the directory <code>xyz/Spawn-light-0.4.3-7048a72798-win64/bin</code>
to your <code>PATH</code> environment variable.
</li>
<li>
Expand All @@ -85,29 +85,29 @@ Restart your Modelica environment.
<h4>How is spawn invoked?</h4>
<p>
Modelica tries to invoke <code>spawn-0.3.0-0fa49be497[.exe]</code> in this order:
Modelica tries to invoke <code>spawn-0.4.3-7048a72798[.exe]</code> in this order:
</p>
<ol>
<li>
On Linux, it searches for
<pre>
Buildings[ x.y.z]/Resources/bin/spawn-0.3.0-0fa49be497/linux64/bin/spawn-0.3.0-0fa49be497
Buildings[ x.y.z]/Resources/bin/spawn-0.4.3-7048a72798/linux64/bin/spawn-0.4.3-7048a72798
</pre>
and on Windows, it searches for
<pre>
Buildings[ x.y.z]/Resources/bin/spawn-0.3.0-0fa49be497/win64/bin/spawn-0.3.0-0fa49be497.exe
Buildings[ x.y.z]/Resources/bin/spawn-0.4.3-7048a72798/win64/bin/spawn-0.4.3-7048a72798.exe
</pre>
where <code>Buildings[ x.y.z]</code> is the installation folder of the Modelica Buildings Library.
This file is distributed with the Modelica Buildings Library installation,
together with all files needed to translate and simulate a model in a Modelica environment.
</li>
<li>
If not found, it searches on the environment variable <code>SPAWNPATH</code> for
<code>spawn-0.3.0-0fa49be497[.exe]</code>.
<code>spawn-0.4.3-7048a72798[.exe]</code>.
</li>
<li>
If not found, it searches on the environment variable <code>PATH</code> for
<code>spawn-0.3.0-0fa49be497[.exe]</code>.
<code>spawn-0.4.3-7048a72798[.exe]</code>.
</li>
</ol>
<p>
Expand Down

0 comments on commit aba39ad

Please sign in to comment.