Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Add gasnet multigpu #121

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions Tutorial/ROCm-MultiGPU.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ 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 <https://github.com/openucx/ucx/wiki/OpenMPI-and-OpenSHMEM-installation-with-UCX>`_.
* `MPICH MPICH is a high-performance and widely portable implementation of the Message Passing Interface (MPI) standard (MPI-1, MPI-2 and MPI-3) <https://www.mpich.org/about/overview/>`_ `In Development <https://www.mpich.org/2016/08/30/mpich-3-3a1-released/>`_.
* `OpenSHMEM Partitioned Global Address Space & Communication Library - In Development <https://github.com/openucx/ucx/wiki/OpenMPI-and-OpenSHMEM-installation-with-UCX>`_.
* `GASNet is a communication layer for high performance communication primitives on top of which a number of programmable address space languages are built. <https://gasnet.lbl.gov/>`_ `In Development <https://bitbucket.org/berkeleylab/gasnet/wiki/Home>`_
* `GPI 2 is a lightweight asynchronous parallel communication library. <http://www.gpi-site.com>`_ `In Development <https://github.com/cc-hpc-itwm/GPI-2>`_
* `OSU benchmark to test performance <https://github.com/ROCm-Developer-Tools/OSU_Microbenchmarks>`_.