POETSII / Orchestrator

The Orchestrator is the configuration and run-time management system for POETS platforms.
1 stars 1 forks source link

Spread-Filling Placement #182

Closed mvousden closed 3 years ago

mvousden commented 3 years ago

This changeset:

The placement algorithm has been tested using the new testing framework. The new testing framework has also been tested with "impossible" scenarios created by constraining devices-per-thread.

See also the documentation changes here (https://github.com/POETSII/orchestrator-documentation/pull/11), which I will merge when both PRs are approved.

mvousden commented 3 years ago

One other thing that threw me was the placement dump - I went looking in the microlog for the dump info but there was nothing there.

I also found this, and included it in my documentation changeset for #186 (https://github.com/POETSII/orchestrator-documentation/pull/12/files)

heliosfa commented 3 years ago

One other thing that threw me was the placement dump - I went looking in the microlog for the dump info but there was nothing there.

I also found this, and included it in my documentation changeset for #186 (https://github.com/POETSII/orchestrator-documentation/pull/12/files)

Ah, found it buried in there. It might be nice (but not a show stopper) to mention it in the microlog as well, e.g. just a "dumped placement data to X" line. Empty micrologs are a little bit annoying...

Not a showstopper though.