Skip to content

Commit 6057991

Browse files
thjsalDevarshiChoudhury
authored andcommitted
HPC doc fixes
1 parent 0fdbd56 commit 6057991

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/source/HPC_systems.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ Now the environment can be activated with
6767
6868
source ./venvs/xpsi_py3/bin/activate
6969
70+
Next, install mpi4py:
71+
72+
.. code-block:: bash
73+
74+
pip install mpi4py
7075
7176
To prepare `MultiNest <https://github.com/farhanferoz/MultiNest>`_ from
7277
``$HOME``:
@@ -187,7 +192,7 @@ Now, we make a seperate folder in which we build MultiNest:
187192
188193
cd
189194
mkdir My_codes
190-
cd My_Codes
195+
cd My_codes
191196
192197
git clone https://github.com/farhanferoz/MultiNest.git multinest
193198
cd multinest/MultiNest_v3.12_CMake/multinest
@@ -213,7 +218,7 @@ If the above works, we can then continue building X-PSI:
213218

214219
.. code-block:: bash
215220
216-
cd ~/My_Codes
221+
cd ~/My_codes
217222
git clone https://github.com/xpsi-group/xpsi.git
218223
cd xpsi
219224
CC=$(which cc) python setup.py build

0 commit comments

Comments
 (0)