Skip to content
Snippets Groups Projects
Commit e1690fff authored by Moe Jette's avatar Moe Jette
Browse files

Added description of scontrol update functions to message.summary.txt

parent c488c547
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,30 @@ Output: step id, elan context (opaque data structure)
Notes: needed to start parallel program
Command(s): Modify node information
Client: scontrol
Server: slurmctld
Input: node name, node state, uid
Output: exit code
Notes: Only the node state can be changed (esp. to DRAINING, DOWN, IDLE).
Only request from user root is accepted
Command(s): Modify partition information
Client: scontrol
Server: slurmctld
Input: partition name, allowed groups, default, key, max time, max nodes,
node list, shared, state, uid
Output: exit code
Notes: Only request from user root is accepted.
Command(s): Modify job information
Client: scontrol
Server: slurmctld
Input: job id, time limit, priority, uid (must be root or owner
Output: exit code
Notes: Only request from the job's owner and user root are accepted.
----TEMPLATE----
Command(s):
Client:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment