lava-nc / lava

A Software Framework for Neuromorphic Computing
https://lava-nc.org
Other
529 stars 136 forks source link

Loihi.use_slurm_host gives an error when a board is down #765

Closed tim-shea closed 11 months ago

tim-shea commented 11 months ago

Describe the bug If a board in the specified slurm controller is down, there will be two rows returned by sinfo. This will cause an error if the user selects the partition with use_slurm_host.

To reproduce current behavior Steps to reproduce the behavior: Call use_slurm_host while a partition has a board that's down.

Expected behavior The call should determine whether any board in the partition is up, and raise a descriptive error if not.

tim-shea commented 11 months ago

Duplicate of #754