You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add try-catch blocks around Hwloc.num_physical_cores() and
Hwloc.num_virtual_cores() calls to handle cases where Hwloc
fails (e.g., on some CI environments like macOS aarch64).
This fixes the ArgumentError: input string is empty or only
contains whitespace error that occurs when Hwloc functions
fail and return unexpected values.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments