You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+30-13
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,32 @@
1
1
# HOOMD-dlext
2
2
3
-
Provides access to [HOOMD-blue](https://hoomd-blue.readthedocs.io/en/v2.9.7/) simulation data on CPU or GPU via [DLPack](https://github.com/dmlc/dlpack)
4
-
This project is primarily designed to enable access to HOOMD-blue for the [PySAGES](https://pysages.readthedocs.io/en/latest/) project.
5
-
At the moment, only HOOMD-blue version 2 is supported (support HOOMD-blue version 3 is in the works).
3
+
Provides access to [HOOMD-blue](https://hoomd-blue.readthedocs.io) simulation data on CPU
4
+
or GPU via [DLPack](https://github.com/dmlc/dlpack) This project is primarily designed to
5
+
enable access to HOOMD-blue for the [PySAGES](https://pysages.readthedocs.io) project.
6
+
HOOMD-blue versions 2, 3, and 4 are supported (support HOOMD-blue v4 has not been
7
+
thoroughly tested).
6
8
7
9
## Installation
8
10
9
-
Follow the [Plugins and Components Guide](https://hoomd-blue.readthedocs.io/en/v2.9.7/developer.html) from the HOOMD-blue reference documentation site.
10
-
For system requirements, check HOOMD-blue's install [requirements](https://hoomd-blue.readthedocs.io/en/v2.9.7/installation.html#compiling-from-source).
11
-
At the moment we only support installations on Linux and Mac.
12
-
For GPU support, the base HOOMD-blue installation must be built for CUDA GPUs.
11
+
The latest version of `hoomd-dlext` can be installed via conda:
13
12
14
-
Assuming HOOMD-blue is already installed on the system, the plugin can be installed as an external component
13
+
```shell
14
+
conda install -c conda-forge hoomd-dlext
15
+
```
16
+
17
+
## Building from source
18
+
19
+
The following instructions are similar for all HOOMD-blue versions.
20
+
21
+
For HOOMD-blue v2, follow the [Plugins and Components
22
+
Guide](https://hoomd-blue.readthedocs.io/en/v2.9.7/developer.html) from the HOOMD-blue
23
+
reference documentation site; and check [HOOMD-blue's install
0 commit comments