meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit a9af6ee92a68b5f46a2b42f8bc4ebb926db59aee
parent d3273b5848db0bc0c6becd883c5b4769045c7937
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 16 Mar 2022 18:35:35 +0100

stardis: update the overview page

Diffstat:
Mstardis/stardis.html.in | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/stardis/stardis.html.in b/stardis/stardis.html.in @@ -345,6 +345,9 @@ prerequisites:</p> <li><a href=https://gcc.gnu.org>GNU Compiler Collection</a> in version 4.8.4 or higher.</li> <li><a href="https://cmake.org">CMake</a> in version 3 or higher.</li> + <li><a href="https://www.open-mpi.org/">OpenMPI</a> 2 or higher if + distributed memory parallelism is enabled via the <code>ENABLE_MPI</code> + variable of the build system.</li> <li>Optionally, the <a href=https://asciidoc.org/>AsciiDoc</a> tool suite to generate the man pages of the reference documentation.</li> </ul> @@ -375,7 +378,7 @@ via MPI.</p> shell.</p> <pre class="code"> -$ source ~/Stardis-${VERSION}/local/etc/stardis.profile +$ . ~/Stardis-${VERSION}/local/etc/stardis.profile $ stardis -h </pre>