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: docs/tutorials/mpi.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
1
# Running HADDOCK3 with MPI
2
2
3
-
To run this example you must have `mpi4py` installed in the haddock3 python environment, and `OpenMPI` in the host system.
3
+
To run this example you must have `mpi4py` installed in the haddock3 python
4
+
environment, and `OpenMPI` in the host system.
4
5
5
6
```bash
6
7
$ pip install mpi4py
7
8
# or
8
9
$ conda install -c conda-forge mpi4py
9
10
```
10
11
11
-
**Do not run it as: `mpirun -np haddock3 run.cfg`**, this logic is handled internally.
12
+
**Do not run it as: `mpirun -np haddock3 run.cfg`**, this logic is handled
13
+
internally.
12
14
13
15
Edit the `.cfg` according to the `.job` parameters you have set
14
16
@@ -25,7 +27,10 @@ In the `.cfg` params
25
27
ncores = 480
26
28
```
27
29
28
-
Then prepare the rest of the `.job` file according to your cluster, a SLURM example is provided at `haddock3/examples/docking-protein-protein/docking-protein-protein-mpi.job` and below:
30
+
Then prepare the rest of the `.job` file according to your cluster, a SLURM
31
+
example is provided at
32
+
`haddock3/examples/docking-protein-protein/docking-protein-protein-mpi.job` and
0 commit comments