-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is this the desired output for flux-up? #855
Comments
That's probably a mistake, and some test coverage would be welcome, though You may have noticed this command doesn't really do much when the "live" module isn't loaded, which now it isn't by default. That doesn't mean some tests wouldn't be good to have though. |
I'll take a crack at this. Didn't notice it was in the testsuite under generic-utils. I can add some newline or comma equivalent tests. |
That would be great! |
IMO, |
That works for me. In a bootstrap instance, this could replace |
Yes, though eventually it might need a way to map rank to hostname |
Excellent point. Too bad hwloc doesn't grab that and drop it in the kvs under |
IIRC, a long time ago the plan was flux could eventually replace cerebro and maybe even other monitoring subsystems. |
ugh, because of the labels (e.g. |
Nevermind. I originally took the |
I ended up settling on keeping |
Interesting why was the |
The shell won't compile "\n" into a newline character automatically. |
weird! I always use it like:
Learned something new! |
Ahh, you're specifically handling it as a special case in
I was about to do something like that, but it felt hackish. Do you really have your heart set on |
No I just had no idea about that limitation! What you are doing is fine with me! |
Fixed via #858 |
Just messing around and noticed
Is this what is actually desired?
whatsup
andnodeattr
don't have the brackets b/c presumably the user wants comma/newline output for easy parsing.As an aside, also noticed no tests for
flux-up
either.The text was updated successfully, but these errors were encountered: