...
Code Block |
---|
module load software/version |
Conda
Talapas2 uses miniconda-t2
miniconda3
and new conda environments will be built with this base environment. If you have personal conda environments, you might need/want to recreate them using miniconda-t2
miniconda3
. Note that using existing Conda environments on either cluster should work fine - it’s making changes that might cause problems.
Info |
---|
Note: miniconda-t2 is being deprecated in favor of miniconda3 which include the libmamba solver |
To use the libmamba solver include --solver=libmamba
in your conda create
or conda env create
command line.
Spack
Talapas2 uses spack-rhel8
and software provided centrally by this platform will built using this instance with gcc 13.1.0 on Intel Broadwell nodes.
...