MechaWare MPIVersion

Declaration

Public Method

static std::auto_ptr MPIVersion()

Required Header: MechaWare.h

Description

MechaWareVersion() is a static method that returns an std::auto_ptr<> to the version string for the MPI library that MechaWare library was compiled with.

Remarks

Because this method returns an std::auto_ptr<>, there is no need to free the memory allocated to hold the string.