Skip to content

Commit

Permalink
deploy: 7f7ef83
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jun 24, 2024
1 parent 7194ded commit bae4115
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions _sources/olcf-andes.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ this will modify your `.bashrc`, adding code that is specific to andes.
The version of ``conda`` install on andes is very own, so it is best
to install all other packages using pip in your new environment.

.. note::

OLCF also has ``miniforge`` installed on Andes, although the documentation
is out of date regarding that: https://docs.olcf.ornl.gov/software/python/index.html

To activate the environment, do:

.. prompt:: bash
Expand Down
5 changes: 5 additions & 0 deletions olcf-andes.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ <h1>Batch Visualization on Andes<a class="headerlink" href="#batch-visualization
<p>The version of <code class="docutils literal notranslate"><span class="pre">conda</span></code> install on andes is very own, so it is best
to install all other packages using pip in your new environment.</p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>OLCF also has <code class="docutils literal notranslate"><span class="pre">miniforge</span></code> installed on Andes, although the documentation
is out of date regarding that: <a class="reference external" href="https://docs.olcf.ornl.gov/software/python/index.html">https://docs.olcf.ornl.gov/software/python/index.html</a></p>
</div>
<p>To activate the environment, do:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span class="prompt1"><span class="nb">source</span><span class="w"> </span>activate<span class="w"> </span>myenv</span>
</pre></div></div><p>You can then install yt from source:</p>
Expand Down
Loading

0 comments on commit bae4115

Please sign in to comment.