From 7194ded5760a959a0a617179395eb60459d12207 Mon Sep 17 00:00:00 2001 From: zingale Date: Mon, 24 Jun 2024 13:52:29 +0000 Subject: [PATCH] deploy: f896555d9066e98e3794de71aa15593395e02eb1 --- _sources/olcf-andes.rst.txt | 6 +++--- olcf-andes.html | 6 +++--- searchindex.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_sources/olcf-andes.rst.txt b/_sources/olcf-andes.rst.txt index b37c803..e19ad38 100644 --- a/_sources/olcf-andes.rst.txt +++ b/_sources/olcf-andes.rst.txt @@ -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: @@ -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:: @@ -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 diff --git a/olcf-andes.html b/olcf-andes.html index 1d11d39..c447a93 100644 --- a/olcf-andes.html +++ b/olcf-andes.html @@ -92,7 +92,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: