Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ExpHP committed Nov 15, 2017
1 parent a73deef commit b0562eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ However, *if you must:*
```toml
[dependencies.lammps-sys]
tag = "v0.2.0"
git = "https://github.com/ExpHP/lammps-sys"
features = ["system-mpi"]
```
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)
Expand Down

0 comments on commit b0562eb

Please sign in to comment.