...
Code Block |
---|
compute: AMD Milan and Intel Broadwell gpu: AMD Milan interactive: Intel Broadwell and IceLake interactivegpu: AMD Milan memory: Intel IceLake and Intel Broadwell login: Intel Broadwell preempt: All |
Storage
/home
/home/<user>
: store your data here. Your home directory now has 250GB quota.
/projects
/projects/<pirg>/<user>
: store your PIRG specific work files here.
/projects/<pirg>/shared
: store PIRG collaboration data hereSee the Directory Structure document.
Software
Some existing software will run fine on the new cluster.
...
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.
...