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
9c5bb7fb
Commit
9c5bb7fb
authored
18 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Remove vestigial structure.
parent
fd62c665
No related branches found
Branches containing commit
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
+0
-14
0 additions, 14 deletions
slurm/slurm.h.in
src/srun/srun.c
+0
-1
0 additions, 1 deletion
src/srun/srun.c
with
0 additions
and
15 deletions
slurm/slurm.h.in
+
0
−
14
View file @
9c5bb7fb
...
@@ -552,20 +552,6 @@ typedef struct resource_allocation_response_msg {
...
@@ -552,20 +552,6 @@ typedef struct resource_allocation_response_msg {
* use select_g_get_jobinfo() to access conents */
* use select_g_get_jobinfo() to access conents */
} resource_allocation_response_msg_t;
} resource_allocation_response_msg_t;
typedef struct resource_allocation_and_run_response_msg {
uint32_t job_id; /* assigned job id */
char *node_list; /* assigned list of nodes */
uint16_t num_cpu_groups;/* elements in below cpu arrays */
uint32_t *cpus_per_node;/* cpus per node */
uint32_t *cpu_count_reps;/* how many nodes have same cpu count */
uint16_t node_cnt; /* count of nodes */
slurm_addr *node_addr; /* network addresses */
uint32_t job_step_id; /* assigned step id */
slurm_cred_t cred; /* slurm job credential */
switch_jobinfo_t switch_job; /* switch context, opaque data type */
} resource_allocation_and_run_response_msg_t;
typedef struct partition_info_msg {
typedef struct partition_info_msg {
time_t last_update; /* time of latest info */
time_t last_update; /* time of latest info */
uint32_t record_count; /* number of records */
uint32_t record_count; /* number of records */
...
...
This diff is collapsed.
Click to expand it.
src/srun/srun.c
+
0
−
1
View file @
9c5bb7fb
...
@@ -89,7 +89,6 @@
...
@@ -89,7 +89,6 @@
typedef
resource_allocation_response_msg_t
allocation_resp
;
typedef
resource_allocation_response_msg_t
allocation_resp
;
typedef
resource_allocation_and_run_response_msg_t
alloc_run_resp
;
/*
/*
* forward declaration of static funcs
* forward declaration of static funcs
...
...
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