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