Skip to content

Commit fdeb926

Browse files
committed
MPMD - mpi4py install info in doc
1 parent 1fde1ab commit fdeb926

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Docs/source/MPMD_Tutorials.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ pyAMReX compile
9999
^^^^^^^^^^^^^^^
100100
The compile process for pyAMReX is only briefly described here.
101101
Please refer to the `pyAMReX documentation <https://pyamrex.readthedocs.io/en/latest/install/cmake.html#>`_ for more details.
102-
It must be mentioned that **mpi4py** is an important dependency.
102+
**It must be mentioned that mpi4py is an important dependency that should exist in the utilized environment**.
103+
For pyAMReX conda environment, it can be installed using ``conda install -c conda-forge mpi4py``, `resource <https://mpi4py.readthedocs.io/en/latest/install.html#using-conda>`_.
103104

104105
.. code-block:: bash
105106

ExampleCodes/MPMD/Case-1/mpmd_gpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#SBATCH -t 00:05:00
1010
#SBATCH -A mpxxx
1111

12-
source ./perlmutter_gpu.profile
12+
source ./perlmutter_gpu.profile
1313

1414
#OpenMP settings:
1515
export OMP_NUM_THREADS=1

0 commit comments

Comments
 (0)