File: oarnotify.rst

package info (click to toggle)
oar 2.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,700 kB
  • sloc: perl: 34,517; sh: 6,041; ruby: 5,840; sql: 3,390; cpp: 2,277; makefile: 402; php: 365; ansic: 335; python: 275; exp: 23
file content (19 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
oarnotify
---------

This command sends commands to the :ref:`module-almighty-anchor` module and manages scheduling
queues.

Option are: ::

      Almighty_tag    send this tag to the Almighty (default is TERM)
  -e                  active an existing queue
  -d                  inactive an existing queue
  -E                  active all queues
  -D                  inactive all queues
  --add_queue         add a new queue; syntax is name,priority,scheduler
                      (ex: "name,3,oar_sched_gantt_with_timesharing"
  --remove_queue      remove an existing queue
  -l                  list all queues and there status
  -h                  show this help screen
  -v                  print OAR version number