MPI_Get_version
📝 Syntax
📤 Output argument
📄 Description
💡 Example
if ~MPI_Initialized()
MPI_Init();
end
[major, minor] = MPI_Get_version()
if MPI_Initialized()
MPI_Finalize();
end
🔗 See also
🕔 History
Version
📄 Description
Last updated