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
83c11e74
Commit
83c11e74
authored
11 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Fix some typos in comments
parent
9deabb79
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/common/gres.c
+3
-3
3 additions, 3 deletions
src/common/gres.c
src/common/gres.h
+3
-3
3 additions, 3 deletions
src/common/gres.h
with
6 additions
and
6 deletions
src/common/gres.c
+
3
−
3
View file @
83c11e74
...
...
@@ -3391,7 +3391,7 @@ static void _job_state_log(void *gres_data, uint32_t job_id, char *gres_name)
/*
* Extract from the job record's gres_list the count of allocated resources of
* the named gres
gres
type
e
.
* the named gres type.
* IN job_gres_list - job record's gres_list.
* IN gres_name_type - the name of the gres type to retrieve the associated
* value from.
...
...
@@ -4694,7 +4694,7 @@ extern void gres_plugin_step_state_file(List gres_list, int *gres_bit_alloc,
slurm_mutex_unlock
(
&
gres_context_lock
);
}
/* Send GRES information to slurmstepd on the specified file descriptor*/
/* Send GRES information to slurmstepd on the specified file descriptor
*/
extern
void
gres_plugin_send_stepd
(
int
fd
)
{
int
i
;
...
...
@@ -4711,7 +4711,7 @@ extern void gres_plugin_send_stepd(int fd)
slurm_mutex_unlock
(
&
gres_context_lock
);
}
/* Receive GRES information from slurmd on the specified file descriptor*/
/* Receive GRES information from slurmd on the specified file descriptor
*/
extern
void
gres_plugin_recv_stepd
(
int
fd
)
{
int
i
;
...
...
This diff is collapsed.
Click to expand it.
src/common/gres.h
+
3
−
3
View file @
83c11e74
...
...
@@ -208,10 +208,10 @@ extern void gres_plugin_job_state_file(List gres_list, int *gres_bit_alloc,
extern
void
gres_plugin_step_state_file
(
List
gres_list
,
int
*
gres_bit_alloc
,
int
*
gres_count
);
/* Send GRES information to slurmstepd on the specified file descriptor*/
/* Send GRES information to slurmstepd on the specified file descriptor
*/
extern
void
gres_plugin_send_stepd
(
int
fd
);
/* Receive GRES information from slurmd on the specified file descriptor*/
/* Receive GRES information from slurmd on the specified file descriptor
*/
extern
void
gres_plugin_recv_stepd
(
int
fd
);
/*
...
...
@@ -440,7 +440,7 @@ extern void gres_plugin_job_set_env(char ***job_env_ptr, List job_gres_list);
/*
* Extract from the job record's gres_list the count of allocated resources of
* the named gres
gres
type
e
.
* the named gres type.
* IN job_gres_list - job record's gres_list.
* IN gres_name_type - the name of the gres type to retrieve the associated
* value from.
...
...
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