Loading deploy_anaconda.sh +4 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ module unload PrgEnv-pgi module load PrgEnv-gnu # Load all packages that provide dependencies. Add anything else that is missing! module load cray-hdf5-parallel module load cray-hdf5-parallel cudatoolkit # Deploy Anaconda Loading Loading @@ -113,6 +113,9 @@ if [ ! -d "../envs/myenv" ]; then module unload craype-interlagos module load craype-istanbul conda update conda conda install accelerate # Create the venv conda create -n $VENV_NAME python=2.7 Loading Loading
deploy_anaconda.sh +4 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ module unload PrgEnv-pgi module load PrgEnv-gnu # Load all packages that provide dependencies. Add anything else that is missing! module load cray-hdf5-parallel module load cray-hdf5-parallel cudatoolkit # Deploy Anaconda Loading Loading @@ -113,6 +113,9 @@ if [ ! -d "../envs/myenv" ]; then module unload craype-interlagos module load craype-istanbul conda update conda conda install accelerate # Create the venv conda create -n $VENV_NAME python=2.7 Loading