MPI_Get_library_version
📝 Syntax
📤 Output argument
📄 Description
💡 Example
if ~MPI_Initialized()
MPI_Init();
end
name = MPI_Get_library_version()
if MPI_Initialized()
MPI_Finalize();
end
🔗 See also
🕔 History
Version
📄 Description
Last updated