From 027063167a833a74e81ee2f5391bb946d434c650 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Mon, 10 May 2021 16:30:08 +0300 Subject: [PATCH 1/3] Add link to GASNet --- Tutorial/ROCm-MultiGPU.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Tutorial/ROCm-MultiGPU.rst b/Tutorial/ROCm-MultiGPU.rst index 3104582f..f558ab37 100644 --- a/Tutorial/ROCm-MultiGPU.rst +++ b/Tutorial/ROCm-MultiGPU.rst @@ -30,4 +30,5 @@ Standard Frameworks for Out of Node Communication * `OpenMPI Open MPI Project is an open source Message Passing Interface https://www.open-mpi.org In Development `_. * `MPICH MPICH is a high-performance and widely portable implementation of the Message Passing Interface (MPI) standard (MPI-1, MPI-2 and MPI-3) `_ `In Development `_. * `OpenSHMEM Partitioned Global Address Space & Communication Library - In Development `_. +* `GASNet is a communication layer for high performance communication primitives on top of which a number of programmable address space languages are built. `_ `Source for GASNet `_ * `OSU benchmark to test performance `_. From 8fcac093a7b049ffea6756094202f32855617b93 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Mon, 10 May 2021 16:31:57 +0300 Subject: [PATCH 2/3] consistent formatting --- Tutorial/ROCm-MultiGPU.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tutorial/ROCm-MultiGPU.rst b/Tutorial/ROCm-MultiGPU.rst index f558ab37..a2fe062b 100644 --- a/Tutorial/ROCm-MultiGPU.rst +++ b/Tutorial/ROCm-MultiGPU.rst @@ -30,5 +30,5 @@ Standard Frameworks for Out of Node Communication * `OpenMPI Open MPI Project is an open source Message Passing Interface https://www.open-mpi.org In Development `_. * `MPICH MPICH is a high-performance and widely portable implementation of the Message Passing Interface (MPI) standard (MPI-1, MPI-2 and MPI-3) `_ `In Development `_. * `OpenSHMEM Partitioned Global Address Space & Communication Library - In Development `_. -* `GASNet is a communication layer for high performance communication primitives on top of which a number of programmable address space languages are built. `_ `Source for GASNet `_ +* `GASNet is a communication layer for high performance communication primitives on top of which a number of programmable address space languages are built. `_ `In Development `_ * `OSU benchmark to test performance `_. From bd7c91f1f6678f27e055f878be0f78f25338cd3c Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Thu, 13 May 2021 09:47:28 +0300 Subject: [PATCH 3/3] Add link to GPI2 which implements GASPI --- Tutorial/ROCm-MultiGPU.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Tutorial/ROCm-MultiGPU.rst b/Tutorial/ROCm-MultiGPU.rst index a2fe062b..116ac274 100644 --- a/Tutorial/ROCm-MultiGPU.rst +++ b/Tutorial/ROCm-MultiGPU.rst @@ -31,4 +31,5 @@ Standard Frameworks for Out of Node Communication * `MPICH MPICH is a high-performance and widely portable implementation of the Message Passing Interface (MPI) standard (MPI-1, MPI-2 and MPI-3) `_ `In Development `_. * `OpenSHMEM Partitioned Global Address Space & Communication Library - In Development `_. * `GASNet is a communication layer for high performance communication primitives on top of which a number of programmable address space languages are built. `_ `In Development `_ +* `GPI 2 is a lightweight asynchronous parallel communication library. `_ `In Development `_ * `OSU benchmark to test performance `_.