Miniforge - Mamba
Overview
Miniforge: This repository holds the minimal installers for Conda and Mamba specific to conda-forge, with the following features pre-configured:
Packages in the base environment are obtained from the conda-forge channel.
The conda-forge channel is set as the default (and only) channel.
Using
Use the module name miniforge
to discover versions available and to load the application.
When using miniconda3 via an interactive session (salloc
) or submitting a script via sbatch
, please make sure to explicitly load the miniconda3 module once you have your interactive session on the compute node, and within you bash script.
If you do not, you’ll see an error of the form: CondaError: Run 'conda init' before ...
Multicore
Currently we are not aware that mamba
uses multiple cores. If this is incorrect, please contact arcchelp@uwyo.edu, with an example, and we will happily update this page.