Shortcuts

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)


© Copyright 2021, MolSSI. Project structure based on the Computational Molecular Science Python Cookiecutter version 1.5.

Built with Sphinx using a theme provided by Read the Docs.