-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix parse_jobs_list_output parsing issues with SGE #52
base: develop
Are you sure you want to change the base?
Conversation
My leftover issue now is some unmapped job state this xml file from #50 generated via
gives me:
At least the returned list is not empty anymore. |
Hi @QuantumChemist, thanks a lot for looking into this. The main issue that I see is that having the current state of the Job is critical, at least for jobflow-remote (although I suppose it would be important for any other usage of qtoolkit). Since it is absolutely not clear how to go from this |
Hi @gpetretto , I could change this PR then to remove the -j option in the new year (I'm on vacation already) or someone of you could go ahead if you don't want to wait. What would you prefer? 😃 |
Addressing the issue #50
qstat -xml -ext -j <JOB_ID>
doesn't contain a<job_list>
tag