ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Go to the source code of this file.
Data Types | |
type | pm_sysInfo::kernelis_type |
This is the kernelis_type class for generating objects with logical components to determine the operating system (OS) kernel. More... | |
type | pm_sysInfo::kernel_type |
This is the kernel_type class for generating objects with logical components to determine the operating system (OS) kernel and its name. More... | |
interface | pm_sysInfo::getSysInfo |
Generate and return a string containing a comprehensive report of the operating system and platform specifications. More... | |
interface | pm_sysInfo::isKernelWindows |
Generate and return .true. if the Operating System kernel is the Windows. More... | |
interface | pm_sysInfo::isKernelDarwin |
Generate and return .true. if the Operating System kernel is the macOS Darwin. More... | |
interface | pm_sysInfo::isKernelLinux |
Generate and return .true. if the Operating System kernel is Linux. More... | |
Modules | |
module | pm_sysInfo |
This module contains procedures and generic interfaces for inferring the operating system kernel type, name, and other information. | |
Variables | |
character(*, SK), parameter | pm_sysInfo::MODULE_NAME = SK_"@pm_sysInfo" |