~ubuntu-branches/ubuntu/utopic/gridengine/utopic

« back to all changes in this revision

Viewing changes to source/daemons/execd/msg_sge.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-25 22:36:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223613-tvd9xlhuoct9kyhm
Tags: upstream-6.2~beta2
ImportĀ upstreamĀ versionĀ 6.2~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __MSG_SGE_H
 
2
#define __MSG_SGE_H
 
3
/*___INFO__MARK_BEGIN__*/
 
4
/*************************************************************************
 
5
 * 
 
6
 *  The Contents of this file are made available subject to the terms of
 
7
 *  the Sun Industry Standards Source License Version 1.2
 
8
 * 
 
9
 *  Sun Microsystems Inc., March, 2001
 
10
 * 
 
11
 * 
 
12
 *  Sun Industry Standards Source License Version 1.2
 
13
 *  =================================================
 
14
 *  The contents of this file are subject to the Sun Industry Standards
 
15
 *  Source License Version 1.2 (the "License"); You may not use this file
 
16
 *  except in compliance with the License. You may obtain a copy of the
 
17
 *  License at http://gridengine.sunsource.net/Gridengine_SISSL_license.html
 
18
 * 
 
19
 *  Software provided under this License is provided on an "AS IS" basis,
 
20
 *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
 
21
 *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
 
22
 *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
 
23
 *  See the License for the specific provisions governing your rights and
 
24
 *  obligations concerning the Software.
 
25
 * 
 
26
 *   The Initial Developer of the Original Code is: Sun Microsystems, Inc.
 
27
 * 
 
28
 *   Copyright: 2001 by Sun Microsystems, Inc.
 
29
 * 
 
30
 *   All Rights Reserved.
 
31
 * 
 
32
 ************************************************************************/
 
33
/*___INFO__MARK_END__*/
 
34
 
 
35
#include "basis_types.h"
 
36
 
 
37
#define MSG_SGE_USAGE         _MESSAGE(31025, _("usage: pdc [-snpgj] [-kK signo] [-iJPS secs] job_id [ ... ]"))
 
38
#define MSG_SGE_s_OPT_USAGE   _MESSAGE(31026, _("show system data"  ))
 
39
#define MSG_SGE_n_OPT_USAGE   _MESSAGE(31027, _("no output"  ))
 
40
#define MSG_SGE_p_OPT_USAGE   _MESSAGE(31028, _("show process information"  ))
 
41
#define MSG_SGE_i_OPT_USAGE   _MESSAGE(31029, _("interval in seconds (default is 2)"  ))
 
42
#define MSG_SGE_g_OPT_USAGE   _MESSAGE(31030, _("produce output for gr_osview(1)"  ))
 
43
#define MSG_SGE_j_OPT_USAGE   _MESSAGE(31031, _("provide job name for gr_osview display (used only with -g)"  ))
 
44
#define MSG_SGE_J_OPT_USAGE   _MESSAGE(31032, _("job data collection interval in seconds (default is 0)"    ))
 
45
#define MSG_SGE_k_OPT_USAGE   _MESSAGE(31033, _("kill job using signal signo"    ))
 
46
#define MSG_SGE_K_OPT_USAGE   _MESSAGE(31034, _("kill job using signal signo (loop until all processes are dead)"    ))
 
47
#define MSG_SGE_P_OPT_USAGE   _MESSAGE(31035, _("process data collection interval in seconds (default is 0)"    ))
 
48
#define MSG_SGE_S_OPT_USAGE   _MESSAGE(31036, _("system data collection interval in seconds (default is 15)"    ))
 
49
#define MSG_SGE_JOBDATA       _MESSAGE(31037, _("******** Job Data **********"))
 
50
#define MSG_SGE_SYSTEMDATA    _MESSAGE(31038, _("******** System Data ***********"))
 
51
#define MSG_SGE_STATUS        _MESSAGE(31039, _("********** Status **************"))
 
52
#define MSG_SGE_CPUUSAGE      _MESSAGE(31040, _("CPU Usage:"))
 
53
#define MSG_SGE_SGEJOBUSAGECOMPARSION     _MESSAGE(31041, _("Job Usage Comparison"))
 
54
#define MSG_SGE_XISNOTAVALIDSIGNALNUMBER_S   _MESSAGE(31042, _(SFN" is not a valid signal number"))
 
55
#define MSG_SGE_XISNOTAVALIDINTERVAL_S       _MESSAGE(31043, _(SFN" is not a valid interval"))
 
56
#define MSG_SGE_XISNOTAVALIDJOBID_S          _MESSAGE(31044, _(SFN" is not a valid job_id"))
 
57
#define MSG_SGE_GROSVIEWEXPORTFILE           _MESSAGE(31045, _("gr_osview export file"))
 
58
#define MSG_SGE_PERMISSIONDENIED             _MESSAGE(31046, _("permission denied"))
 
59
#define MSG_SGE_NOJOBS                       _MESSAGE(31047, _("No jobs"))
 
60
 
 
61
 
 
62
/* 
 
63
** sge/procfs.c
 
64
*/ 
 
65
#define MSG_SGE_NGROUPS_MAXOSRECONFIGURATIONNECESSARY    _MESSAGE(31048, _("NGROUPS_MAX <= 0: os reconfiguration necessary"))
 
66
#define MSG_SGE_PROCFSKILLADDGRPIDMALLOCFAILED           _MESSAGE(31049, _("procfs_kill_addgrpid(): malloc failed" ))
 
67
#define MSG_SGE_KILLINGPIDXY_UI                          _MESSAGE(31050, _("killing pid "sge_U32CFormat"/%d" ))
 
68
#define MSG_SGE_DONOTKILLROOTPROCESSXY_UI                _MESSAGE(31051, _("do not kill root process "sge_U32CFormat"/%d"   ))
 
69
#define MSG_SGE_PTDISPATCHPROCTOJOBMALLOCFAILED          _MESSAGE(31052, _("pt_dispatch_proc_to_job: malloc failed" ))
 
70
/* #define MSG_SGE_PIOCPSINFOFAILED                         _message(31053, _("PIOCPSINFO failed")) __TS Removed automatically from testsuite!! TS__*/
 
71
 
 
72
 
 
73
 
 
74
 
 
75
#endif /* __MSG_SGE_H */