Skip to content

Colocated infrastructure with MPMD application #600

Open
@mellis13

Description

@mellis13

Description

In SmartSim, MPMD applications cannot be colocated with an Orchestrator. An error will be thrown if the RunSettings associated with the application has been converted to an MPMD application (

if hasattr(self.run_settings, "mpmd") and len(self.run_settings.mpmd) > 0:
). However, users with MPMD applications should be able to launch the colocated Orchestrator.

Justification

This issue was reported by a user constructing online inference workflows with an MPMD application.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: launcherIssues related to any of the launchers within SmartSimtype: featureIssues that include feature request or feature ideauser issueIssue posted by user

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions