Skip to content

Commit 32f0a9f

Browse files
authored
docs(changelog): version 0.2.1 [citest skip] (#25)
Update changelog and .README.html for version 0.2.1 Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
1 parent 129175b commit 32f0a9f

2 files changed

Lines changed: 20 additions & 5 deletions

File tree

.README.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,12 @@ <h2 id="hpc_install_rdma">hpc_install_rdma</h2>
284284
<p>Type: <code>bool</code></p>
285285
<h2 id="hpc_install_system_openmpi">hpc_install_system_openmpi</h2>
286286
<p>Whether to install OpenMPI that comes from AppStream repositories and
287-
does not have Nvidia GPU support. This is useful for applications
288-
requiring less parallel processing, tasks that benefit from sequential
289-
processing or high-speed core operations.</p>
290-
<p>You can run an <code>lmod</code> environmental module for this
287+
does not have Nvidia GPU support.</p>
288+
<p>The system openmpi package should be installed to support MPI
289+
applications that do not require CUDA support and/or GPU acceleration.
290+
It can co-exist alongside other installed OpenMPI packages safely, so if
291+
in doubt always install this package.</p>
292+
<p>You can run an <code>lmod</code> environmental module to select this
291293
openmpi by entering the following command:</p>
292294
<div class="sourceCode" id="cb2"><pre
293295
class="sourceCode bash"><code class="sourceCode bash"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="ex">module</span> load mpi/openmpi-x86_64</span></code></pre></div>
@@ -308,7 +310,7 @@ <h2 id="hpc_install_system_openmpi">hpc_install_system_openmpi</h2>
308310
build PMIx from source so that we can have both versions installed on
309311
the system at the same time. This also requires a pmix-4.2.9 environment
310312
module to put the pmix install into various paths.</p>
311-
<p>You can run an <code>lmod</code> environmental module for this
313+
<p>You can run an <code>lmod</code> environmental module to select this
312314
openmpi by entering the following command:</p>
313315
<div class="sourceCode" id="cb3"><pre
314316
class="sourceCode bash"><code class="sourceCode bash"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a><span class="ex">module</span> load mpi/openmpi-5.0.8</span></code></pre></div>

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
[0.2.1] - 2025-10-06
5+
--------------------
6+
7+
### Bug Fixes
8+
9+
- fix: Improve efficiency and apply overall fixes to the role processes (#22)
10+
- fix: Retry installation of packages (#23)
11+
- fix: Fix bug with incorrect indentation of until (#24)
12+
13+
### Other Changes
14+
15+
- ci: Bump actions/github-script from 7 to 8 (#20)
16+
417
[0.2.0] - 2025-10-02
518
--------------------
619

0 commit comments

Comments
 (0)