Closed bryevdv closed 1 year ago
@manopapad please check again on OSX, I've modularized things a bit as well.
@manopapad do you happen to know if this message
[0 - 7ff84ee47700] 0.000177 {4}{threads}: reservation ('CPU proc 1d00000000000003') cannot be satisfied
is on stderr? If so we could probably just redirect stderr to a hole
@manopapad one last quick change to hopefully get rid of that not-relevant-here warning
@manopapad one last quick change to hopefully get rid of that not-relevant-here warning
Didn't help. This is coming from Realm on MacOS, because that OS doesn't allow us to pin cores. We could suppress warnings from that module ("threads") in the Legate launcher, but I think this will become a non-issue soon, once we have dynamic resource discovery in Realm.
:+1: reverted, will merge when green
This PR adds a new entry point
legate-issue
that prints out information that is useful for GitHub issues. We can create a GH issue template to suggest (or require) including the output of this command up-front.Sample output on my system:
As it stands the code is fairly bare-bones. @manopapad if you'd like it to be more bulletproof I can continue to robustify it. We can also add more output now or in the future as new bits of important context arise.