Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 651 Bytes

04a-python-anaconda.md

File metadata and controls

27 lines (21 loc) · 651 Bytes

Anaconda (2019 version)

First use

Setting up your anaconda environment. Connect to discovery using SSH or the OOD web console).

Type these at the terminal:

module load anaconda3/3.7
conda create -n myenv
source activate myenv
conda config --add channels conda-forge
conda install SALib
conda install -c cantera cantera

Put these lines in your ~/.bashrc file:

module load anaconda3/3.7
source activate myenv

(for instructions on how to do so, see chapter 3 and chapter 10)

Subsequent uses

Go to https://ood.discovery.neu.edu/ and log in. Request a job for no more than 1 hour.