~ubuntu-branches/ubuntu/precise/torque/precise-updates

« back to all changes in this revision

Viewing changes to src/scheduler.cc/samples/fifo/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Dominique Belhachemi
  • Date: 2010-05-17 20:56:46 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100517205646-yjsoqs5r1s9xpnu9
Tags: upstream-2.4.8+dfsg
ImportĀ upstreamĀ versionĀ 2.4.8+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
#define PARSE_HELP_STARVING_JOBS "help_starving_jobs"
120
120
#define PARSE_MAX_STARVE "max_starve"
121
121
#define PARSE_SORT_QUEUES "sort_queues"
 
122
#define PARSE_IGNORE_QUEUE "ignore_queue"
122
123
 
123
124
/* max sizes */
124
125
#define MAX_HOLIDAY_SIZE 50
127
128
#define MAX_LOG_SIZE 100
128
129
#define MAX_RES_NAME_SIZE 256
129
130
#define MAX_RES_RET_SIZE 256
 
131
#define MAX_IGNORED_QUEUES 16
130
132
 
131
133
 
132
134
/* messages -
150
152
#define INFO_JOB_STARVING "Draining system to allow %s to run"
151
153
#define INFO_SCHD_ERROR "Internal Scheduling Error"
152
154
#define INFO_TOKEN_UTILIZATION "Max token usage reached"
 
155
#define INFO_QUEUE_IGNORED "Queue is configured to be ignored"
153
156
 
154
157
#define COMMENT_QUEUE_NOT_STARTED "Not Running: Queue not started."
155
158
#define COMMENT_QUEUE_NOT_EXEC    "Not Running: Queue not an execution queue."
168
171
#define COMMENT_JOB_STARVING "Not Running: Draining system to allow starving job to run"
169
172
#define COMMENT_TOKEN_UTILIZATION "Not Running: Max token usage reached"
170
173
#define COMMENT_SCHD_ERROR "Not Running: An internal scheduling error has occured"
 
174
#define COMMENT_QUEUE_IGNORED "Not Running: Queue is configured to be ignored"
171
175
 
172
176
#endif