idmtools_platform_comps.plugin_info module¶
idmtools comps platform plugin definition.
Copyright 2021, Bill & Melinda Gates Foundation. All rights reserved.
- class idmtools_platform_comps.plugin_info.COMPSPlatformSpecification[source]¶
Bases:
PlatformSpecificationProvide the plugin definition for COMPSPlatform.
- get(**configuration) COMPSPlatform[source]¶
Get COMPSPlatform object with configuration.
- get_type() Type[COMPSPlatform][source]¶
Get COMPSPlatform type.
- class idmtools_platform_comps.plugin_info.SSMTPlatformSpecification[source]¶
Bases:
COMPSPlatformSpecificationProvides the plugic spec for SSMTPlatform.
- get(**configuration) SSMTPlatform[source]¶
Get an instance of SSMTPlatform using the configuration.
- get_type() Type[SSMTPlatform][source]¶
Get SSMT type.