Skip to content

Flux launch commands supporting MPIR #5726

Answered by grondo
RichardBuntLinaro asked this question in Q&A
Discussion options

You must be logged in to vote

All Flux jobs support MPIR in a way. Unlike other RMs, Flux jobs do not require a "frontend process", which is typically the executable in which the MPIR interface is exposed. Instead, jobs in Flux run as a parallel program and the flux job attach utility can be used to interactively attach to the job and shepherd I/O, signals, etc. However, a job can run to completion without ever using flux job attach (e.g. if flux submit is used).

Since most submission cli tools are Python, the majority of the currently exposed MPIR interface is in the flux job attach utility. This utility can be used to attach to any running job and fetch the MPIR debug info (even if another flux job attach is current…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RichardBuntLinaro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants