CrayLabs / SmartDashboard

SmartSim Dashboard Package.
BSD 2-Clause "Simplified" License
6 stars 2 forks source link

Dashboard statuses #5

Closed AlyssaCote closed 11 months ago

AlyssaCote commented 11 months ago

The dashboard can check for statuses now! Experiment level: checks all the entity statuses and is Running if ANY of them come back with a running or pending status, otherwise it's Inactive. Application level: can be Running, Failed, Completed, or Pending. Orchestrator level: checks status of all shards, returns Completed if all shards complete, Pending if none of the shards have started, Unstable if any shards fail, and Running otherwise. Ensemble level: Shows a summary for the statuses of its members. ex. 1 Running, 0 Completed, 1 Failed, 0 Pending. Member level: can be Running, Failed, Completed, or Pending.