bstop, bresume, and bkill operate on jobs associated with the specified application profile. You must specify an existing application profile. If job_ID or 0 is not specified, only the most recently submitted qualifying job is operated on.
Run bstop -app to suspend jobs in an application profile.
bstop -app fluent 2280
Suspends job 2280 associated with the application profile fluent.
bstop ‑app fluent 0
Suspends all jobs associated with the application profile fluent.
Run bresume -app to resume jobs in an application profile.
bresume -app fluent 2280
Resumes job 2280 associated with the application profile fluent.
Run bkill -app to kill jobs in an application profile.
bkill ‑app fluent
Kills the most recently submitted job associated with the application profile fluent for the current user.
bkill ‑app fluent 0
Kills all jobs associated with the application profile fluent for the current user.