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
f80ce096
Commit
f80ce096
authored
8 years ago
by
Brian Christiansen
Browse files
Options
Downloads
Patches
Plain Diff
Changed fed_job_details to job_fed_details
And make it a pointer on the job_record struct.
parent
7ae7151e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/slurmctld/slurmctld.h
+2
-2
2 additions, 2 deletions
src/slurmctld/slurmctld.h
with
2 additions
and
2 deletions
src/slurmctld/slurmctld.h
+
2
−
2
View file @
f80ce096
...
...
@@ -557,7 +557,7 @@ typedef struct {
typedef
struct
{
bitstr_t
*
siblings
;
/* bitmap of sibling cluster ids where
* sibling jobs exist */
}
fed_job
_details_t
;
}
job_fed
_details_t
;
/*
* NOTE: When adding fields to the job_record, or any underlying structures,
...
...
@@ -621,7 +621,7 @@ struct job_record {
bool
epilog_running
;
/* true of EpilogSlurmctld is running */
uint32_t
exit_code
;
/* exit code for job (status from
* wait call) */
fed_job
_details_t
fed_details
;
/* details for federated jobs. */
job_fed
_details_t
*
fed_details
;
/* details for federated jobs. */
front_end_record_t
*
front_end_ptr
;
/* Pointer to front-end node running
* this job */
char
*
gres
;
/* generic resources requested by job */
...
...
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