Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Shuli Shu <[email protected]>
  • Loading branch information
maliasadi and multiphaseCFD authored Jan 10, 2025
1 parent 5e1393b commit 62d8210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Install Lightning-GPU with MPI

.. note::

- Lightning-Qubit, ``CUDA-aware MPI`` and ``custatevec`` are installed.
- Lightning-Qubit, ``CUDA-aware MPI`` and ``custatevec-cu12`` are installed.
- The environment variable ``CUQUANTUM_SDK`` is set properly.
- ``path/to/libmpi.so`` is added to ``LD_LIBRARY_PATH``.

Expand Down Expand Up @@ -321,7 +321,7 @@ Download the `Kokkos code <https://github.com/kokkos/kokkos/releases>`_. Lightni
.. code-block:: bash
# Replace x, y, and z by the correct version
wget https://github.com/kokkos/kokkos/archive/refs/tags/4.x.y.z.tar.gz
wget https://github.com/kokkos/kokkos/archive/refs/tags/4.x.yz.tar.gz
tar -xvf 4.x.y.z.tar.gz
cd kokkos-4.x.y.z
Expand Down

0 comments on commit 62d8210

Please sign in to comment.