Components¶
-
class
mmic_cmd.components.
CmdComponent
(*, name: str, scratch: bool, thread_safe: bool, thread_parallel: bool, node_parallel: bool, managed_memory: bool, extras: Dict[str, Any] = None)[source]¶ - Parameters
name (str)
scratch (bool)
thread_safe (bool)
thread_parallel (bool)
node_parallel (bool)
managed_memory (bool)
extras (Dict[Any], Optional)