Skip to content
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

qcg-pj failed for large number of jobs #177

Closed
arabnejad opened this issue Mar 17, 2020 · 0 comments · Fixed by #178
Closed

qcg-pj failed for large number of jobs #177

arabnejad opened this issue Mar 17, 2020 · 0 comments · Fixed by #178

Comments

@arabnejad
Copy link
Collaborator

when a large number of jobs submitted to qcg-pj , it will be failed due to the recursion limit
RecursionError: maximum recursion depth exceeded during compilation

the PJ-PY template file needs to be changed
using

jobs = Jobs(); 
jobs.add( ...); 
jobs.add(...)

instead of

Jobs().add(....).add(...)
@arabnejad arabnejad added this to the VECMA M24 Release milestone Mar 17, 2020
@arabnejad arabnejad self-assigned this Mar 17, 2020
@arabnejad arabnejad linked a pull request Mar 17, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant