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
66e99869
Commit
66e99869
authored
19 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
No change in logic, just clean up comments.
parent
c2eda454
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/common/node_select.c
+6
-6
6 additions, 6 deletions
src/common/node_select.c
with
6 additions
and
6 deletions
src/common/node_select.c
+
6
−
6
View file @
66e99869
...
...
@@ -103,7 +103,7 @@ static slurm_select_context_t * g_select_context = NULL;
static
pthread_mutex_t
g_select_context_lock
=
PTHREAD_MUTEX_INITIALIZER
;
#ifdef HAVE_BG
/* node selection specific logic */
#ifdef HAVE_BG
/* node selection specific logic */
# define JOBINFO_MAGIC 0x83ac
struct
select_jobinfo
{
uint16_t
geometry
[
SYSTEM_DIMENSIONS
];
/* node count in various
...
...
@@ -113,13 +113,13 @@ struct select_jobinfo {
uint16_t
node_use
;
/* see enum node_use_type */
char
*
bg_block_id
;
/* Blue Gene partition ID */
uint16_t
magic
;
/* magic number */
uint16_t
quarter
;
/* for bg to tell which quarter of a small
partition the job is running */
uint16_t
segment
;
/* for bg to tell which segment of a quarter
of a small partition the job is running */
uint16_t
quarter
;
/* for bg to tell which quarter of a small
*
partition the job is running */
uint16_t
segment
;
/* for bg to tell which segment of a quarter
*
of a small partition the job is running */
uint32_t
node_cnt
;
/* how many cnodes in block */
uint16_t
altered
;
/* see if we have altered this job
or not yet */
*
or not yet */
uint32_t
max_procs
;
/* maximum processors to use */
};
#endif
...
...
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