jupyterhub / jupyterhub/batchspawner
Support for selecting Grid Engine parallel environments
Open
- Dominant language
- Python
- Stars
- 207
- Forks
- 136
- PR merge metrics
- No merged PRs in 30d
Description
The `req_nslots` trait could be more useful if the parallel environment can be selected. Think something like the following could be added to `GridengineSpawner`:
```python
req_par_env = Unicode('',
help="Select Grid Engine Parallel Environment"
).tag(config=True)
```
Contributor guide
Assessment
This issue has not been assessed yet.