-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add support for Flux resource manager #50
Comments
At first glance, adding flux into LaunchMON's configuration file plus some minor code changes to accommodate this should address the above issue. However, currently Flux doesn't have bulk tool daemon launch support so we may need to add some support into Flux as well. |
Given flux-framework/flux-core#3110 (comment), the approach that I am thinking about:
flux exec -r `flux jobs -no {ranks} JOBID` DAEMON_PATH DAEMON_OPTIONS --lmonsharedsec=SHARED_SECRET --lmonsecchk=SECRET_CHECK
I think this should at least get us the "attach mode" for STAT under Flux. |
https://github.com/flux-framework/flux-core
The first level support should be to enable STAT to attach to a running job. My current approach is to support STAT through flux-framework/flux-core#3108 (comment).
Using STAT on LLNL's quartz10, I got:
The text was updated successfully, but these errors were encountered: