Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Edward Kozdon committed Apr 14, 2016
1 parent 5200c61 commit 9403124
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ Julia Function (assuming `import MPI`) | Fortran Function
`MPI.Finalized` | [`MPI_Finalized`](https://www.open-mpi.org/doc/v1.10/man3/MPI_Finalized.3.php)
`MPI.Init` | [`MPI_Init`](https://www.open-mpi.org/doc/v1.10/man3/MPI_Init.3.php)
`MPI.Initialized` | [`MPI_Initialized`](https://www.open-mpi.org/doc/v1.10/man3/MPI_Initialized.3.php)
`MPI.mpitype` | [`MPI_Type_create_struct`](https://www.open-mpi.org/doc/v1.10/man3/MPI_Type_create_struct.3.php) and [`MPI_Type_commit`](https://www.open-mpi.org/doc/v1.10/man3/MPI_Type_commit.3.php) (see: [mpitype note](#mpitypenote))

<a name="mpitypenote">mpitype note</a>: This is not strictly a wrapper for
`MPI_Type_create_struct` and `MPI_Type_commit`, it also is an accessor for
previously created types.

#### Point-to-point communication
Julia Function (assuming `import MPI`) | Fortran Function
Expand Down Expand Up @@ -236,6 +241,7 @@ Julia Function (assuming `import MPI`) | Fortran Function
`MPI.Scatterv` | [`MPI_Scatterv`](https://www.open-mpi.org/doc/v1.10/man3/MPI_Scatterv.3.php)



[Julia]: http://julialang.org/
[MPI]: http://www.mpi-forum.org/
[mpi4py]: http://mpi4py.scipy.org
Expand Down

0 comments on commit 9403124

Please sign in to comment.