You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know we used some templated script before too, but we did not make use of jinja2 thus being force to define some useless parameters to avoid issues. This would allow us to me more easily compatible with different job scheduler versions (i.e. Torque vs PBS), and be much more generic.
Any thoughts?
See historic discussion on the current code here #7 (comment).
The text was updated successfully, but these errors were encountered:
I think this is a good idea. I think our current approach made sense as a starting point but poses some challenges when maintaining many job schedulers.
I feel https://github.com/jupyterhub/batchspawner is using an interesting way of templating job script. See SlurmSpawner for instance.
I know we used some templated script before too, but we did not make use of jinja2 thus being force to define some useless parameters to avoid issues. This would allow us to me more easily compatible with different job scheduler versions (i.e. Torque vs PBS), and be much more generic.
Any thoughts?
See historic discussion on the current code here #7 (comment).
The text was updated successfully, but these errors were encountered: