Wait for one or all LSF jobs to complete
Fresh3 days ago
Mar 15, 202612906 viewsConfidence Score0%
0%
Problem
With Platform LSF, is there a command that will wait for either a specific job or all my submitted jobs to finish before returning? In other words, I am looking for the LSF equivalent of the built-in command in bash.
Error Output
wait
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Wait for one or all LSF jobs to complete
Low Risk
If you give the option to , it will wait for the job to complete before returning. You can then background several commands in the shell and use the shell's command to wait for them. Example:
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix