Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/72_smb/smb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,21 @@ Build requirements:
* `OpenMPI 1.10+ <https://www.open-mpi.org/software/ompi/>`_
* `mpich <http://www.mpich.org>`_

..

GPU Aware Requirements:

* MPI implementation with GPU-aware communication support
* An available installation of either HIP or CUDA



.. code-block:: bash

cd <path/to/smb>
make -j

For GPU aware MPI add either CUDA=1 or HIP=1 to the make command (Additional steps may be needed to find the proper includes and libraries objects)
..

Testing the build:
Expand Down
Loading