Skip to content

Commit

Permalink
Few more web resources
Browse files Browse the repository at this point in the history
  • Loading branch information
jussienko committed Sep 20, 2021
1 parent 0d8aa9c commit 1c28343
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions docs/04-intro-to-mpi.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,20 @@ MPI_Barrier(`comm`{.input})

# Web resources

- List of MPI functions with detailed descriptions
<http://mpi.deino.net/mpi_functions/index.htm>
- Good online MPI tutorials
- <https://computing.llnl.gov/tutorials/mpi>
- List of MPI functions with detailed descriptions
- <http://mpi.deino.net/mpi_functions/>
- <https://www.rookiehpc.com/mpi/docs/>
- Good online MPI tutorials
- <https://computing.llnl.gov/tutorials/mpi>
- <http://mpitutorial.com/tutorials/>
- <https://www.youtube.com/watch?v=BPSgXQ9aUXY>
- <https://www.youtube.com/watch?v=BPSgXQ9aUXY>
- MPI coding game in C <br>
<https://www.codingame.com/playgrounds/47058/have-fun-with-mpi-in-c/lets-start-to-have-fun-with-mpi>

# Web resources

- MPI 4.0 standard <http://www.mpi-forum.org/docs/>
- MPI implementations
* OpenMPI <http://www.open-mpi.org/>
* MPICH <https://www.mpich.org/>
- MPI implementations
- OpenMPI <http://www.open-mpi.org/>
- MPICH <https://www.mpich.org/>
- Intel MPI <https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/mpi-library.html>

0 comments on commit 1c28343

Please sign in to comment.