Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
(ps-4.6.3) monarin@drp-srcf-cmp035 tmp psbatch --help
                                                                                                                                     
 Usage: psbatch [OPTIONS] SUBCOMMAND CNF_FILE [UNIQUE_IDS]                                                                           
                                                                                                                                     
╭─ Arguments ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ *    subcommand      TEXT          Available options: [start, stop, restart, status] [default: None] [required]                   │
│ *    cnf_file        TEXT          Configuration file with .py extension. [default: None] [required]                              │
│      unique_ids      [UNIQUE_IDS]  A comma separated string containing selected processes (e.g. timing0,teb0). [default: None]    │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Options ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --as-step        --no-as-step          Submit DAQ processes as slurm job steps. [default: no-as-step]                             │
│ --interactive    --no-interactive      [default: no-interactive]                                                                Display results in a separate window for supported subcommands. [default: no-interactive]  │
│ --verbose        --no-verbose          Print out sbatch script(s) submitted by psbatch. [default: no-verbose]                                                                      │
│ --help                                 Show this message and exit.                                                                │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

...