Skip to content

Commit bffa05c

Browse files
committed
minor doc updates
1 parent 3f4c20a commit bffa05c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

compute_results.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,13 @@ def main(): # pylint: disable=too-many-locals,too-many-branches,too-many-statem
4848
$ make polychord_CC_ini
4949
5050
This creates an executable at PolyChord/bin/polychord_CC_ini. The ex_path
51-
variable must be updated to point to this. Parallelsiation in the compiled
52-
case is performed through the mpi_str argument, and compute_results.py
53-
(this module) should not be executed with an mpirun command. In contrast
54-
Python likelihoods are run with parallelisation using an mpirun command on
55-
this module; for example
51+
variable must be updated to point to this. For more details see the
52+
PolyChord and dyPolyChord documentation.
53+
54+
Parallelisation for compiled C++ likelihoods is performed through the
55+
mpi_str argument, and compute_results.py (this module) should not be
56+
executed with an mpirun command. In contrast Python likelihoods are run
57+
with parallelisation using an mpirun command on this module; for example
5658
5759
$ mpirun -np 6 python3 compute_results.py
5860

0 commit comments

Comments
 (0)