summaryrefslogtreecommitdiff
blob: 66da9ee8edcd67819365b4aeeed4c62c9900f235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This is the default server-home set by the ebuild and upstream
# If you change this, be sure to fix /etc/env.d/25torque as well.
PBS_SERVER_HOME=/var/spool/torque


# The default logging takes place in $PBS_SERVER_HOME/<mom/server/sched>_priv.
# If you'd like to change that, use the following per service.
PBS_SERVER_LOG=/var/log/pbs_server.log
PBS_MOM_LOG=/var/log/pbs_mom.log
PBS_SCHED_LOG=/var/log/pbs_sched.log


# There are a number of ways to stop the pbs server.  For more details, man qterm
# At the time of writing, checkpoint is probably not working.
# immediate:  All jobs are killed.
# delay:  Checkpoint, rerun or wait for jobs to finish before stopping
# quick:  Remember running jobs, and let them run without interaction with pbs_server.
#         This is the default action
PBS_SERVER_STOP=quick