-
Notifications
You must be signed in to change notification settings - Fork 936
Add detection for JSM direct launch #7173
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
Conversation
|
v4.x version of |
gpaulsen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed this code with Josh, and looks good.
|
I believe you need a 4.1.x release to add another component, yes? |
|
Yes probably won't come back to this release branch, bust Josh posted here for Discussion. |
|
@hppritcha and I agree this a new feature, but it's a good candidate for a v4.1.x if we choose to go that round. |
|
In our weekly Web-ex 12/17 we decided to focus our energy on releasing v5.0, rather than trying to release a v4.1 to get this enhancement released. |
|
Since we are going to do a v4.1 let me bring this PR back for consideration. |
|
@jsquyres @bwbarrett I'd like to get this into v4.1 - Once the branch is available then I'll move the PR to it. |
|
I created a v4.1.0 milestone and target label, and applied them to this PR. |
* Adds the `schizo/jsm` component that detects if the process was direct launched with IBM's Job Step Manager (JSM). JSM is a PMIx enhanced runtime environment so flag it as such. Signed-off-by: Joshua Hursey <[email protected]> (cherry picked from commit 4f1de51)
|
bot:aws:retest Weird certificate issue... |
|
This is ready to go whenever the RM's are ready to merge for 4.1. |
schizo/jsmcomponent that detects if the process wasdirect launched with IBM's Job Step Manager (JSM). JSM is a PMIx
enhanced runtime environment so flag it as such.