Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
2534140b
Commit
2534140b
authored
17 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Remove misleading comment
parent
762ca41b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/sched/wiki/msg.c
+1
-1
1 addition, 1 deletion
src/plugins/sched/wiki/msg.c
src/plugins/sched/wiki2/msg.c
+1
-1
1 addition, 1 deletion
src/plugins/sched/wiki2/msg.c
with
2 additions
and
2 deletions
src/plugins/sched/wiki/msg.c
+
1
−
1
View file @
2534140b
...
...
@@ -57,7 +57,7 @@ uint16_t e_port = 0;
struct
part_record
*
exclude_part_ptr
[
EXC_PART_CNT
];
uint16_t
job_aggregation_time
=
10
;
/* Default value is 10 seconds */
int
init_prio_mode
=
PRIO_HOLD
;
uint16_t
kill_wait
;
/* VESTIGIAL, REMOVE */
uint16_t
kill_wait
;
uint16_t
use_host_exp
=
0
;
static
char
*
_get_wiki_conf_path
(
void
);
...
...
This diff is collapsed.
Click to expand it.
src/plugins/sched/wiki2/msg.c
+
1
−
1
View file @
2534140b
...
...
@@ -59,7 +59,7 @@ struct part_record *exclude_part_ptr[EXC_PART_CNT];
uint32_t
first_job_id
;
uint16_t
job_aggregation_time
=
10
;
/* Default value is 10 seconds */
int
init_prio_mode
=
PRIO_HOLD
;
uint16_t
kill_wait
;
/* VESTIGIAL, REMOVE */
uint16_t
kill_wait
;
uint16_t
use_host_exp
=
0
;
static
char
*
_get_wiki_conf_path
(
void
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment