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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ However, *if you must:*
53
53
```toml
54
54
[dependencies.lammps-sys]
55
55
tag = "v0.2.0"
56
+
git = "https://github.com/ExpHP/lammps-sys"
56
57
features = ["system-mpi"]
57
58
```
58
59
When you enable the feature **`system-mpi`**, then bindgen will search for `mpi.h` on the system path. This must correspond to **the same implementation of MPI that Lammps was built against** if you plan to call `lammps_open`. This usage of `lammps-sys` is currently unsupported, because I do not need it and it seems like a major footgun. If you use it, [let me know how it works out.](https://github.com/ExpHP/lammps-sys/issues)
0 commit comments