Skip to content

Commit

Permalink
Note the current conda-forge CUDA version.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Dec 18, 2024
1 parent 58b7ba5 commit 25e0d7a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions INSTALLING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,13 @@ appropriate package. Override this and force the GPU enabled package installatio

.. code-block:: bash
export CONDA_OVERRIDE_CUDA="12.0"
micromamba install "hoomd=5.0.0=*gpu*" "cuda-version=12.0"
export CONDA_OVERRIDE_CUDA="12.6"
micromamba install "hoomd=5.0.0=*gpu*" "cuda-version=12.6"
.. note::

conda-forge_ may update to a new version of CUDA. If the above command results in an error,
replace `12.6` with the version noted in micromamba's error message.

Similarly, you can force CPU-only package installation with:

Expand All @@ -44,8 +49,3 @@ Similarly, you can force CPU-only package installation with:

CUDA 11.8 compatible packages are also available. Replace "12.0" with "11.8" above when
installing HOOMD-blue on systems with CUDA 11 compatible drivers.

.. note::

Run time compilation is no longer available on conda-forge builds starting with HOOMD-blue
4.7.0.

0 comments on commit 25e0d7a

Please sign in to comment.