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
49a6be2c
Commit
49a6be2c
authored
7 years ago
by
Tim Wickberg
Browse files
Options
Downloads
Patches
Plain Diff
Assorted spelling fixes in comments.
parent
10cc6f93
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/salloc/opt.h
+1
-1
1 addition, 1 deletion
src/salloc/opt.h
src/slurmd/slurmd/slurmd.c
+2
-2
2 additions, 2 deletions
src/slurmd/slurmd/slurmd.c
src/srun/libsrun/opt.h
+1
-1
1 addition, 1 deletion
src/srun/libsrun/opt.h
with
4 additions
and
4 deletions
src/salloc/opt.h
+
1
−
1
View file @
49a6be2c
...
...
@@ -178,7 +178,7 @@ typedef struct salloc_options {
extern
opt_t
opt
;
extern
int
error_exit
;
/* exit code for slurm errors */
extern
int
immediate_exit
;
/* exit code for --imediate option & busy */
extern
int
immediate_exit
;
/* exit code for --im
m
ediate option & busy */
/* process options:
* 1. set defaults
...
...
This diff is collapsed.
Click to expand it.
src/slurmd/slurmd/slurmd.c
+
2
−
2
View file @
49a6be2c
...
...
@@ -366,7 +366,7 @@ main (int argc, char **argv)
if
(
slurmd_plugstack_init
())
fatal
(
"failed to initialize slurmd_plugstack"
);
/* Wait for a successful
l
health check if HealthCheckInterval != 0 */
/* Wait for a successful health check if HealthCheckInterval != 0 */
_wait_health_check
();
_spawn_registration_engine
();
...
...
@@ -2359,7 +2359,7 @@ static void _resource_spec_fini(void)
/*
* Wait for health check to execute successfully
*
* Return imediately if a shutdown has been requested or
* Return im
m
ediately if a shutdown has been requested or
* if the HealthCheckInterval is 0.
*/
static
void
_wait_health_check
(
void
)
...
...
This diff is collapsed.
Click to expand it.
src/srun/libsrun/opt.h
+
1
−
1
View file @
49a6be2c
...
...
@@ -248,7 +248,7 @@ typedef struct srun_options {
extern
opt_t
opt
;
extern
int
error_exit
;
/* exit code for slurm errors */
extern
int
immediate_exit
;
/* exit code for --imediate option & busy */
extern
int
immediate_exit
;
/* exit code for --im
m
ediate option & busy */
extern
bool
srun_max_timer
;
extern
bool
srun_shutdown
;
extern
time_t
srun_begin_time
;
/* begin time of srun process */
...
...
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