MPI_Comm_get_name
📝 Syntax
📥 Input argument
📄 Description
💡 Example
if ~MPI_Initialized()
MPI_Init();
end
comm = MPI_Comm_object();
MPI_Comm_get_name(comm)
delete(comm)
if MPI_Initialized()
MPI_Finalize();
end
🔗 See also
🕔 History
Version
📄 Description
Last updated