File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
source-code/dask/julia_set Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77cd $PBS_O_WORKDIR
88
99source " conda.sh"
10- conda activate dask
10+ conda activate python_for_hpc
1111
1212if [ $? -ne 0 ]
1313then
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33source " conda.sh"
4- conda activate dask 2> /dev/null
4+ conda activate python_for_hpc 2> /dev/null
55if [ $? -ne 0 ]
66then
77 (>&2 echo ' ### error: conda environment not sourced correctly' )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ JOBID=$3
1818cd " ${WORK_DIR} "
1919
2020source " conda.sh"
21- conda activate dask 2> /dev/null
21+ conda activate python_for_hpc 2> /dev/null
2222if [ $? -ne 0 ]
2323then
2424 (>&2 echo ' ### error: conda environment not sourced correctly' )
You can’t perform that action at this time.
0 commit comments