commit 1e61134ed8253560ec961233a7fe404ab6911d9f
parent e2931bb1a128047dc405144121dc091f0367253d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 3 Dec 2018 16:26:08 +0100
Minor update of the High-Tune page
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/high-tune/high-tune.html.in b/high-tune/high-tune.html.in
@@ -89,7 +89,7 @@ This build procedure assumes the following prerequisites:
href=https://git-lfs.github.com>Large File System</a> extension.</li>
<li><a href=https://gcc.gnu.org>GNU Compiler Collection</a> in version 4.8 or
higher.</li>
- <li><a href⁼https://cmake.org>CMake</a> in version 3 or higher.</li>
+ <li><a href="https://cmake.org">CMake</a> in version 3 or higher.</li>
<li><a href=https://www.unidata.ucar.edu/software/netcdf/>NetCDF</a> library
and headers in version 4 or higher.</li>
<li><a href=https://www.open-mpi.org/>OpenMPI</a> library and headers.</li>
@@ -112,14 +112,14 @@ procedure is summed up to:
<h3>Package</h3>
-<p>Once built, you can package <code>htrdr</code> in an archive that can be
-deployed on compatible systems, <i>i.e.</i> systems whose C library, NetCDF
-library and MPI implementation are compatible with the system used to build
-<code>htrdr</code>.
+<p>Once built, you can package the <code>htrdr</code> installation in an
+archive that can be deployed on compatible systems, <i>i.e.</i> systems whose C
+library, NetCDF library and MPI implementation are compatibles with the ones
+available on the system used to build <code>htrdr</code>.
<pre class="code">
~/High-Tune-${VERSION}/build $ make pkg
-~/High-Tune-${VERSION}/build $ ls package/High-Tune-${VERSION}* # list generated archives
+~/High-Tune-${VERSION}/build $ ls package/High-Tune-${VERSION}* # list packages
</pre>
<h3>Run</h3>