Climate-REF / Climate-REF/climate-ref

PBSscheduler not working on ANL Polaris

Open
#451 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.