Skip to content

Commit

Permalink
fix env name in andes docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jun 24, 2024
1 parent ac62b77 commit f896555
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sphinx_docs/source/olcf-andes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Batch Visualization on Andes
============================

It is best to work on ``andes.olcf.ornl.gov``. You will want to setup
a new env for andes. We'll call it ``andes_env``.
a new env for andes. We'll call it ``myenv``.

You need to load python with anaconda support there:

Expand Down Expand Up @@ -43,7 +43,7 @@ you need to do:

.. prompt:: bash

source activate andes_env
source activate myenv

Then you can run a python script that does visualization as with the
following submission script::
Expand All @@ -56,7 +56,7 @@ following submission script::

cd $SLURM_SUBMIT_DIR

source activate andes_env
source activate myenv

srun python vol-xrb-enuc.py flame_wave_1000Hz_25cm_smallplt203204

Expand Down

0 comments on commit f896555

Please sign in to comment.