ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
pm_os.F90 File Reference

Go to the source code of this file.

Data Types

interface  pm_os::isLinux
 Generate and return .true. if the runtime operating system is Linux. More...
 
interface  pm_os::isDarwin
 Generate and return .true. if the runtime operating system is Darwin (macOS). More...
 
interface  pm_os::isWindows
 Generate and return .true. if the runtime operating system is Windows. More...
 

Modules

module  pm_os
 This module contains procedures and generic interfaces for inferring the processor operating system.
 

Variables

character(*, SK), parameter pm_os::MODULE_NAME = SK_"@pm_os"