1pbs_default(3B) PBS pbs_default(3B)
2
3
4
6 pbs_default - return the pbs default server name
7
9 #include <pbs_error.h>
10 #include <pbs_ifl.h>
11
12 int pbs_default()
13
15 A character string is returned containing the name of the default PBS
16 server. The default server is defined by (a) the setting of the envi‐
17 ronment variable PBS_DEFAULT which contains a destination, or (b) the
18 destination in the batch administrator established file
19 {PBS_DIR}/default_destn.
20
22 qsub(1B), pbs_connect(3B), pbs_disconnect(3B), and the PBS External
23 Reference Specification
24
26 If the default server cannot be determined, a NULL value is returned.
27
28
29
30
31Local pbs_default(3B)