MPI 04.00 Reference >> mpiPlatform
MPIPlatformInfo
Definition
typedef struct MPIPlatformInfo {
char OSInfo[MPIPlatformInfoCHAR_MAX];
char CPUInfo[MPIPlatformInfoCHAR_MAX];
long CPUMHz;
} MPIPlatformInfo;
Change History: Added in the 03.02.00
Description
MPIPlatformInfo is a structure that contains read only data about the host system characteristics. It contains Operating System, CPU type, and CPU clock speed.
| OSInfo | a string containing the Operating System information. |
|---|---|
| CPUInfo | a string containing the CPU information. |
| CPUMHz | the CPU clock speed in MHz |
