-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
The problem
The PBS scheduler in the REF did not work with the PBSpro used by the ANL Polaris HPC:
- no
jobfsandstorageoptions for the Polaris PBSpro and current implementation set them required. - the test of
selectdid 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
Metadata
Metadata
Assignees
Labels
No labels