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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,3 +46,11 @@ Note that we build out-of-tree, so the compiled library and executable files can
46
46
# First steps
47
47
48
48
You may want to read `doc/user_manual.pdf` to get a quick overview of the libraries functionality. However, it is not guaranteed to be perfectly up-to-date and accurate. Therefore, the best way to get your own code started is by studying the examples in `examples/`. See `examples/README.md` for further guidance.
49
+
50
+
51
+
# Multi-threading: MPI
52
+
53
+
This library supports multi-threaded MC integration with a distributed-memory paradigm, thanks to Message Passing interface (MPI).
54
+
55
+
To be able to use this feature, just compile the library with a MPI implementation present on your system. The header `MPIMCI.hpp` provides convenient functions
56
+
for using MCI++ with MPI. For example usage, look into example ex2.
0 commit comments