name = MPI_Get_library_version()
| Paramètre | Description |
|---|---|
| name | chaîne : version de MPI. |
Cette fonction renvoie la version de la bibliothèque MPI.
if ~MPI_Initialized()
MPI_Init();
end
name = MPI_Get_library_version()
if MPI_Initialized()
MPI_Finalize();
end
| Version | Description |
|---|---|
| 1.0.0 | version initiale |