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
fbe8dca5
Commit
fbe8dca5
authored
19 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Remove vestigial node_use (virtual or coprocessor) field from job
request RPC. It is now handled by mpirun on BlueGene systems.
parent
0510fc3e
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
NEWS
+2
-0
2 additions, 0 deletions
NEWS
slurm/slurm.h.in
+0
-1
0 additions, 1 deletion
slurm/slurm.h.in
with
2 additions
and
1 deletion
NEWS
+
2
−
0
View file @
fbe8dca5
...
...
@@ -9,6 +9,8 @@ documents those changes that are of interest to users and admins.
-- Change the proctrack API to send a slurmd_job_t pointer to both
slurm_container_create() and slurm_container_add(). One of those
functions MUST set job->cont_id.
-- Remove vestigial node_use (virtual or coprocessor) field from job
request RPC.
* Changes in SLURM 0.6.0-pre2
=============================
...
...
This diff is collapsed.
Click to expand it.
slurm/slurm.h.in
+
0
−
1
View file @
fbe8dca5
...
...
@@ -313,7 +313,6 @@ typedef struct job_descriptor { /* For submit, allocate, and update requests */
#endif
uint16_t conn_type; /* see enum connection_type */
uint16_t rotate; /* permit geometry rotation if set */
uint16_t node_use; /* see enum node_use_type */
/* End of Blue Gene specific values */
select_jobinfo_t select_jobinfo; /* opaque data type,
* SLURM internal use only */
...
...
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