Skip to content

Commit

Permalink
deploy: 9942a8e
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjucker committed Feb 13, 2025
1 parent 6aa4baf commit 03f66b4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
Binary file modified latest/.doctrees/QuickStart.doctree
Binary file not shown.
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
8 changes: 8 additions & 0 deletions latest/QuickStart.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,14 @@ <h2>ICON<a class="headerlink" href="#icon" title="Link to this heading"></a><
<p>For convenience, ICON provides bash scripts to set up the environment and install ICON for in-source
and out-of-source builds.
These scripts are located in <code class="docutils literal notranslate"><span class="pre">config/cscs</span></code>, e.g. <code class="docutils literal notranslate"><span class="pre">config/cscs/alps_mch.cpu.nvidia</span></code>.</p>
<p>For in-source builds, you need the run the configure scripts from your ICON root folder:</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>./config/cscs/alps_mch.cpu.nvidia
</pre></div>
</div>
<p>For out-of-source builds, navigate into your out-of-source directory (e.g., <cite>cd cpu</cite>) and run the configure scripts from there:</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>./../config/cscs/alps_mch.cpu.nvidia
</pre></div>
</div>
<p>For development, sometimes it is necessary to build ICON in a more customized way.
To do so please follow the instructions below.</p>
<p>Environments are located in a folder named after the environment and are defined in a <code class="docutils literal notranslate"><span class="pre">spack.yaml</span></code> file.
Expand Down
12 changes: 12 additions & 0 deletions latest/_sources/QuickStart.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,18 @@ For convenience, ICON provides bash scripts to set up the environment and instal
and out-of-source builds.
These scripts are located in ``config/cscs``, e.g. ``config/cscs/alps_mch.cpu.nvidia``.

For in-source builds, you need the run the configure scripts from your ICON root folder:

.. code-block:: console
$ ./config/cscs/alps_mch.cpu.nvidia
For out-of-source builds, navigate into your out-of-source directory (e.g., `cd cpu`) and run the configure scripts from there:

.. code-block:: console
$ ./../config/cscs/alps_mch.cpu.nvidia
For development, sometimes it is necessary to build ICON in a more customized way.
To do so please follow the instructions below.

Expand Down
Loading

0 comments on commit 03f66b4

Please sign in to comment.