Climate-REF / Climate-REF/climate-ref
PBSscheduler not working on ANL Polaris
Open
- Dominant language
- Python
- Stars
- 26
- Forks
- 14
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 36
Description
## The problem
The PBS scheduler in the REF did not work with the PBSpro used by the ANL Polaris HPC:
- no `jobfs` and `storage` options for the Polaris PBSpro and current implementation set them required.
- the test of `select` did not work
```
result = subprocess.run( # noqa: S603
[qsub_path, "-l", "wd,select=1:ncpus=1", "--version"],
capture_output=True,
timeout=5,
check=False,
)
```
with error "sub: invalid option -- '-'"
## Definition of "done"
## Additional context
Contributor guide
Assessment
This issue has not been assessed yet.