-
Notifications
You must be signed in to change notification settings - Fork 16
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
bsub.poll prints to screen #11
Comments
yes. care to make a PR? |
Sure thing. |
I'm seeing the 'No unfinished job found' and then it raises an exception, am I doing something wrong? Here is the wrapper function I'm using.
Here is what error looks like:
|
I no longer even have access to an LSF system so I can't be much help. perhaps your job is finishing before the polling starts? The |
Okay thanks, I'll try a few things. The job I tried it on runs for awhile actually, say 20 minutes and it completes successfully, so just seems like an error with the polling. |
what does |
So when no job is running:
When something is running, then gives status like:
I'm not trying to do anything fancy -- just want to launch the job and wait for it to finish before running the next step in pipeline. The wrapper above was just to keep my same subprocess syntax that I was using... |
Small update, so I manually did the "polling" with This code works to poll on my system:
|
Hello,
Firstly thanks for this module. I can avoid rolling my own LSF wrapper.
I tested bsub 0.3.5 and when I use the bsub.poll, I see the line below when the polling is finished:
No unfinished job found
Could we perhaps get rid of this ?
Thanks!
The text was updated successfully, but these errors were encountered: