Intel Python

The Intel distribution of Python is installed on zeus HPC and respective environment can be loaded with (Python 3.7)

. /share/apps/intel/oneapi/setvars.sh intel64

To create your own virtual environment (e.g. named “intelpy” you need to clone the existing one)

conda create -n intelpy --clone="/share/apps/intel/oneapi/intelpython/latest/"

source activate intelpy
css.php