Skip to content

Commit

Permalink
edit install.html
Browse files Browse the repository at this point in the history
  • Loading branch information
timohyva committed Nov 2, 2024
1 parent f5f2f67 commit 7fbb574
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions install.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ <h5 class="fw-bold">
As a source trees management and building tool dedicated on supercomputer which has
<a href="https://modules.sourceforge.net/">Environment Modules</a> and
<a href="https://en.wikipedia.org/wiki/Slurm_Workload_Manager">Slurm Workload Manager</a> available,
spack is recommended tool to compile-install third-party dependencies with optimized configurations on supercomputer.
spack is recommended tool to build third-party dependencies with optimized configurations on supercomputer, see
<a href="{{ site.docs_url | append: '/dependencies_and_installation.html' }}">documentation</a> for detailed instruction.
</p>

<p class="lead">
Expand All @@ -78,10 +79,10 @@ <h5 class="fw-bold">
</p>

<p class="lead">
(3) <a href="https://en.wikipedia.org/wiki/Containerization_(computing)">Containerization</a> is also a effective way to by pass dependencies problem of LLVM.
Using <a href="hhttps://en.wikipedia.org/wiki/OS-level_virtualization">OS-level virtualization</a> provided by
(3) <a href="https://en.wikipedia.org/wiki/Containerization_(computing)">Containerization</a> is also an effective way to by pass dependencies problem of LLVM.
Using <a href="hhttps://en.wikipedia.org/wiki/OS-level_virtualization">OS-level virtualization</a> provided by
<a href="https://en.wikipedia.org/wiki/Singularity_(software)">Singularity</a>, hilapp can run just like it is built locally, see details in
<a href="{{ site.docs_url | append: '/dependencies_and_installation.html' }}">documentation</a> about how to depot Singularity.
<a href="{{ site.docs_url | append: '/dependencies_and_installation.html' }}">documentation</a> about how to deploy Singularity or Docker.
</p>

<!--
Expand Down

0 comments on commit 7fbb574

Please sign in to comment.