Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
b55e6088
Unverified
Commit
b55e6088
authored
Mar 12, 2026
by
Peter Eastman
Committed by
GitHub
Mar 12, 2026
Browse files
Update installation instructions (#5227)
parent
068495f3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
docs-source/usersguide/application/01_getting_started.rst
docs-source/usersguide/application/01_getting_started.rst
+1
-4
docs-source/usersguide/application/02_running_sims.rst
docs-source/usersguide/application/02_running_sims.rst
+6
-1
No files found.
docs-source/usersguide/application/01_getting_started.rst
View file @
b55e6088
...
...
@@ -73,13 +73,10 @@ version with the command
conda install -c conda-forge openmm cuda-version=12
where :code:`12` should be replaced with the particular CUDA version
you want to target. We build packages for CUDA 1
1
and above. Because different
you want to target. We build packages for CUDA 1
2
and above. Because different
CUDA releases are not binary compatible with each other, OpenMM can only work
with the particular CUDA version it was compiled with.
The conda package does not include the HIP platform. If you have a recent AMD
GPU, we recommend installing with pip instead.
3.b. To install with pip, open a command line terminal and type the following command
::
...
...
docs-source/usersguide/application/02_running_sims.rst
View file @
b55e6088
...
...
@@ -420,11 +420,16 @@ script, and can even run it for you.
:autonumber:`Figure,openmm setup`: The OpenMM-Setup application
To
install OpenMM-Setup
, open a command line terminal and type the following
command
You can
install OpenMM-Setup
using the conda package manager with the
command
::
conda install -c conda-forge openmm-setup
or using the pip package manager with the command
::
pip install openmm-setup
You can then launch it by typing the command
::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment