Skip to content

Commit

Permalink
Docs: Update OpenMP for macOS Pkg Mgs
Browse files Browse the repository at this point in the history
Update especially conda for macOS OpenMP dependencies.
  • Loading branch information
ax3l committed Jun 14, 2023
1 parent 565f734 commit ef3016e
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion Docs/source/install/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Conda (Linux/macOS/Windows)

.. tip::

We recommend to configure your conda to use the faster `libmamba` `dependency solver <https://www.anaconda.com/blog/a-faster-conda-for-a-growing-community>`__.
We recommend to configure your conda to use the faster ``libmamba`` `dependency solver <https://www.anaconda.com/blog/a-faster-conda-for-a-growing-community>`__.

.. code-block:: bash
Expand Down Expand Up @@ -91,6 +91,22 @@ Conda (Linux/macOS/Windows)
# compile WarpX with -DWarpX_MPI=OFF
# for pip, use: export WARPX_MPI=OFF
For OpenMP support, you will further need:

.. tab-set::

.. tab-item:: Linux

.. code-block:: bash
conda install -c conda-forge libgomp
.. tab-item:: macOS or Windows

.. code-block:: bash
conda install -c conda-forge llvm-openmp
Spack (Linux/macOS)
-------------------
Expand Down

0 comments on commit ef3016e

Please sign in to comment.