libmuscle.native_instantiator.iagent_manager module
- class libmuscle.native_instantiator.iagent_manager.IAgentManager[source]
Bases:
objectInterface for Agent Managers.
Only implemented by AgentManager, and only exists to avoid a circular dependency between AgentManager, MAPServer, and MAPRequestHandler. Ugh.
- report_resources(resources: OnNodeResources) None[source]
Report resources found on a node.
Called by MAPServer from a server thread.
- Parameters:
node_name – Id of the node these resources are on
resources – Dict mapping resource type to resource ids