Located in file: MEL.hpp
MEL::IsInitialized()¶Setup and teardown.
Tests if MPI_Init has been successfully called
MEL::IsFinalized()¶Tests if MPI_Finalize has been successfully called.
MEL::Init(int &argc, char **&argv)¶Call MPI_Init and setup default error handling.
argc - Forwarded from program main
argv - Forwarded from program main
MEL::Finalize()¶Call MPI_Finalize.
MEL::Wtime()¶Gets the current wall time since epoch in seconds.
MEL::Wtick()¶Gets the current system tick.