Skip to content

Configuration

Edit the file config.py for your system.

Number of characters for the output:

WIDTH = 80

Precision or number of decimal digits for fairshare values:

FAIRSHARE_DIGITS = 4

Accounts that correspond to independent subtrees under the root account:

SKIP_ROOT_ACCOUNTS = ("total", "pli", "ailab")
```

URL where users can learn more about job priority and scheduling jobs:
MORE_INFO_URL = "https://researchcomputing.princeton.edu/support/knowledge-base/job-priority" ```