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
0209baf6
Commit
0209baf6
authored
11 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Cosmetic changes to comments
parent
56d5fa00
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
slurm/slurm.h.in
+1
-1
1 addition, 1 deletion
slurm/slurm.h.in
src/slurmctld/slurmctld.h
+3
-4
3 additions, 4 deletions
src/slurmctld/slurmctld.h
with
4 additions
and
5 deletions
slurm/slurm.h.in
+
1
−
1
View file @
0209baf6
...
@@ -1167,7 +1167,7 @@ typedef struct job_info {
...
@@ -1167,7 +1167,7 @@ typedef struct job_info {
uint32_t exit_code; /* exit code for job (status from wait call) */
uint32_t exit_code; /* exit code for job (status from wait call) */
char *features; /* comma separated list of required features */
char *features; /* comma separated list of required features */
char *gres; /* comma separated list of generic resources */
char *gres; /* comma separated list of generic resources */
uint32_t group_id; /* group job sumitted as */
uint32_t group_id; /* group job su
b
mitted as */
uint32_t job_id; /* job ID */
uint32_t job_id; /* job ID */
uint16_t job_state; /* state of the job, see enum job_states */
uint16_t job_state; /* state of the job, see enum job_states */
char *licenses; /* licenses required by the job */
char *licenses; /* licenses required by the job */
...
...
This diff is collapsed.
Click to expand it.
src/slurmctld/slurmctld.h
+
3
−
4
View file @
0209baf6
...
@@ -302,8 +302,7 @@ struct part_record {
...
@@ -302,8 +302,7 @@ struct part_record {
* NULL indicates all */
* NULL indicates all */
char
*
allow_groups
;
/* comma delimited list of groups,
char
*
allow_groups
;
/* comma delimited list of groups,
* NULL indicates all */
* NULL indicates all */
uid_t
*
allow_uids
;
/* zero terminated list of allowed
uid_t
*
allow_uids
;
/* zero terminated list of allowed user IDs */
* users */
char
*
allow_qos
;
/* comma delimited list of qos,
char
*
allow_qos
;
/* comma delimited list of qos,
* NULL indicates all */
* NULL indicates all */
bitstr_t
*
allow_qos_bitstr
;
/* (DON'T PACK) assocaited with
bitstr_t
*
allow_qos_bitstr
;
/* (DON'T PACK) assocaited with
...
@@ -1485,8 +1484,8 @@ extern void pack_all_stat(int resp, char **buffer_ptr, int *buffer_size,
...
@@ -1485,8 +1484,8 @@ extern void pack_all_stat(int resp, char **buffer_ptr, int *buffer_size,
/*
/*
* pack_ctld_job_step_info_response_msg - packs job step info
* pack_ctld_job_step_info_response_msg - packs job step info
* IN job_id - specific id or
zero
for all
* IN job_id - specific id or
NO_VAL
for all
* IN step_id - specific id or
zero
for all
* IN step_id - specific id or
NO_VAL
for all
* IN uid - user issuing request
* IN uid - user issuing request
* IN show_flags - job step filtering options
* IN show_flags - job step filtering options
* OUT buffer - location to store data, pointers automatically advanced
* OUT buffer - location to store data, pointers automatically advanced
...
...
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