1 08/11/87 list_proc_required
 2 
 3 Syntax as a command:  list_proc_required {-control_arg}
 4 
 5 
 6 Syntax as an active function:  [list_proc_required {control_arg}]
 7 
 8 
 9 Function:  determines the group of CPUs on which the invoking process
10 can be run or the default group of CPUs for all processes that have not
11 requested specific CPUs.
12 
13 
14 Control arguments:
15 -priv
16    indicates that this command applies to the default group of CPUs for
17    processes that have not requested specific CPUs.  If omitted, this
18    command applies to the group of CPUs for the invoking process only.
19 
20 
21 Access required:  This command requires access to
22 >sc1>admin_acs>set_proc_required.acs.  If -priv is used, access to
23 phcs_ or metering_gate_ is also required.
24 
25 
26 Notes:  When invoked as a command without the -priv control argument,
27 list_proc_required indicates that the set of CPUs needed for this
28 process is the system default by printing "(default)" following the
29 list of CPUs.  This information is not provided when list_proc_required
30 is invoked as an active function.  If invoked as an active function, it
31 returns a string of CPU tags that represent the group of CPUs requested
32 (e.g., "ABCF").
33 
34 This command prints the list of CPUs required as an uppercase string.
35 If invoked as an active function, it prints the returned list of CPU
36 tags in uppercase.