From 0ca23503fb6c8ee528168dafb5600359b89ae616 Mon Sep 17 00:00:00 2001 From: "Matthew G. F. Dosanjh" Date: Tue, 9 Jun 2026 09:14:35 -0600 Subject: [PATCH 1/2] Added notes on GPU aware SMB code. --- docs/72_smb/smb.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/72_smb/smb.rst b/docs/72_smb/smb.rst index 56a89fb..3276f75 100644 --- a/docs/72_smb/smb.rst +++ b/docs/72_smb/smb.rst @@ -58,12 +58,21 @@ Build requirements: * `OpenMPI 1.10+ `_ * `mpich `_ +.. + +GPU Aware Requirements: + +* MPI implementation with GPU-aware communication support +* An available instalation of either HIP or CUDA + + .. code-block:: bash cd 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: From 303cad94fd70223931ae8cb82d7ce7b100076a80 Mon Sep 17 00:00:00 2001 From: "Matthew G. F. Dosanjh" Date: Tue, 9 Jun 2026 09:52:55 -0600 Subject: [PATCH 2/2] Fixed spelling error --- docs/72_smb/smb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/72_smb/smb.rst b/docs/72_smb/smb.rst index 3276f75..1d5013b 100644 --- a/docs/72_smb/smb.rst +++ b/docs/72_smb/smb.rst @@ -63,7 +63,7 @@ Build requirements: GPU Aware Requirements: * MPI implementation with GPU-aware communication support -* An available instalation of either HIP or CUDA +* An available installation of either HIP or CUDA