Safe Haskell | None |
---|
Cluster information printer.
Synopsis
- options :: IO [OptType]
- arguments :: [ArgCompletion]
- data GroupInfo = GroupInfo {
- giName :: String
- giNodeCount :: Int
- giInstCount :: Int
- giBadNodes :: Int
- giBadInsts :: Int
- giN1Status :: Bool
- giScore :: Double
- calcGroupInfo :: Group -> List -> List -> GroupInfo
- groupRowFormatHelper :: GroupInfo -> [String]
- showGroupInfo :: Int -> List -> List -> List -> IO ()
- splitInstancesInfo :: Int -> List -> List -> IO ()
- commonInfo :: Int -> List -> List -> List -> IO ()
- main :: Options -> [String] -> IO ()
Documentation
arguments :: [ArgCompletion] Source #
The list of arguments supported by the program.
Group information data-type.
GroupInfo | |
|
groupRowFormatHelper :: GroupInfo -> [String] Source #
Helper to format one group row result.
splitInstancesInfo :: Int -> List -> List -> IO () Source #
Gather and print split instances.