|
2 | 2 | #define __MSG_EXECD_H
|
3 | 3 | /*___INFO__MARK_BEGIN__*/
|
4 | 4 | /*************************************************************************
|
5 |
| - * |
| 5 | + * |
6 | 6 | * The Contents of this file are made available subject to the terms of
|
7 | 7 | * the Sun Industry Standards Source License Version 1.2
|
8 |
| - * |
| 8 | + * |
9 | 9 | * Sun Microsystems Inc., March, 2001
|
10 |
| - * |
11 |
| - * |
| 10 | + * |
| 11 | + * |
12 | 12 | * Sun Industry Standards Source License Version 1.2
|
13 | 13 | * =================================================
|
14 | 14 | * The contents of this file are subject to the Sun Industry Standards
|
15 | 15 | * Source License Version 1.2 (the "License"); You may not use this file
|
16 | 16 | * except in compliance with the License. You may obtain a copy of the
|
17 | 17 | * License at http://gridengine.sunsource.net/Gridengine_SISSL_license.html
|
18 |
| - * |
| 18 | + * |
19 | 19 | * Software provided under this License is provided on an "AS IS" basis,
|
20 | 20 | * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
21 | 21 | * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
22 | 22 | * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
23 | 23 | * See the License for the specific provisions governing your rights and
|
24 | 24 | * obligations concerning the Software.
|
25 |
| - * |
| 25 | + * |
26 | 26 | * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
27 |
| - * |
| 27 | + * |
28 | 28 | * Copyright: 2001 by Sun Microsystems, Inc.
|
29 |
| - * |
| 29 | + * |
30 | 30 | * All Rights Reserved.
|
31 |
| - * |
| 31 | + * |
32 | 32 | * Portions of this software are Copyright (c) 2023-2024 HPC-Gridware GmbH
|
33 | 33 | *
|
34 | 34 | ************************************************************************/
|
|
241 | 241 | #define MSG_SGE_DONOTKILLROOTPROCESSXY_PI _MESSAGE(29219, _("do not kill root process " pid_t_fmt "/%d" ))
|
242 | 242 | #define MSG_SGE_PTDISPATCHPROCTOJOBMALLOCFAILED _MESSAGE(29220, _("pt_dispatch_proc_to_job: malloc failed" ))
|
243 | 243 |
|
244 |
| -#define MSG_REJECT_TASK_MASTER_FORKS_UU _MESSAGE(29221, _("rejecting pe task request for job " sge_uu32 "." sge_uu32 ": on master host and master_forks_slaves=TRUE")) |
245 |
| -#define MSG_REJECT_TASK_NOT_ENOUGH_SLOTS_UUII _MESSAGE(29222, _("rejecting pe task request for job " sge_uu32 "." sge_uu32 ": we only allow %d slots due to daemon_forks_slaves=TRUE and %d slots are already in use")) |
246 |
| -#define MSG_REJECT_TASK_OUT_OF_MEMORY_UU _MESSAGE(29223, _("rejecting pe task request for job " sge_uu32 "." sge_uu32 ": out of memory")) |
247 |
| -#define MSG_REJECT_TASK_SLOTS_IN_USE_UUIUS _MESSAGE(29224, _("rejecting pe task request for job " sge_uu32 "." sge_uu32 ": %d out of " sge_uu32 " slots in queue " SFN " are in use")) |
248 |
| -#define MSG_REJECT_TASK_NO_FREE_SLOT_FOUND_UU _MESSAGE(29225, _("rejecting pe task request for job " sge_uu32 "." sge_uu32 ": no free slot found")) |
| 244 | +#define MSG_REJECT_TASK_MASTER_FORKS_UU _MESSAGE(29221, _("rejecting pe task request for job " sge_u32 "." sge_u32 ": on master host and master_forks_slaves=TRUE")) |
| 245 | +#define MSG_REJECT_TASK_NOT_ENOUGH_SLOTS_UUII _MESSAGE(29222, _("rejecting pe task request for job " sge_u32 "." sge_u32 ": we only allow %d slots due to daemon_forks_slaves=TRUE and %d slots are already in use")) |
| 246 | +#define MSG_REJECT_TASK_OUT_OF_MEMORY_UU _MESSAGE(29223, _("rejecting pe task request for job " sge_u32 "." sge_u32 ": out of memory")) |
| 247 | +#define MSG_REJECT_TASK_SLOTS_IN_USE_UUIUS _MESSAGE(29224, _("rejecting pe task request for job " sge_u32 "." sge_u32 ": %d out of " sge_u32 " slots in queue " SFN " are in use")) |
| 248 | +#define MSG_REJECT_TASK_NO_FREE_SLOT_FOUND_UU _MESSAGE(29225, _("rejecting pe task request for job " sge_u32 "." sge_u32 ": no free slot found")) |
249 | 249 |
|
250 | 250 | // clang-format on
|
251 | 251 |
|
|
0 commit comments