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
73ba497b
Commit
73ba497b
authored
18 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in comment, no change in code
parent
21e25bef
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/select/bluegene/plugin/bluegene.h
+2
-2
2 additions, 2 deletions
src/plugins/select/bluegene/plugin/bluegene.h
with
2 additions
and
2 deletions
src/plugins/select/bluegene/plugin/bluegene.h
+
2
−
2
View file @
73ba497b
...
@@ -75,7 +75,7 @@ typedef struct bg_record {
...
@@ -75,7 +75,7 @@ typedef struct bg_record {
char
*
target_name
;
/* when a block is freed this
char
*
target_name
;
/* when a block is freed this
is the name of the user we
is the name of the user we
want on the block */
want on the block */
int
full_block
;
/* wether or not block is the full
int
full_block
;
/* w
h
ether or not block is the full
block */
block */
uid_t
user_uid
;
/* Owner of block uid */
uid_t
user_uid
;
/* Owner of block uid */
lifecycle_type_t
block_lifecycle
;
/* either STATIC or DYNAMIC */
lifecycle_type_t
block_lifecycle
;
/* either STATIC or DYNAMIC */
...
@@ -177,7 +177,7 @@ extern void fini_bg(void);
...
@@ -177,7 +177,7 @@ extern void fini_bg(void);
extern
void
print_bg_record
(
bg_record_t
*
record
);
extern
void
print_bg_record
(
bg_record_t
*
record
);
extern
void
destroy_bg_record
(
void
*
object
);
extern
void
destroy_bg_record
(
void
*
object
);
extern
int
block_exist_in_list
(
List
my_list
,
bg_record_t
*
bg_record
);
extern
int
block_exist_in_list
(
List
my_list
,
bg_record_t
*
bg_record
);
extern
void
process_nodes
(
bg_record_t
*
bg_re
c
ord
);
extern
void
process_nodes
(
bg_record_t
*
bg_reord
);
extern
void
copy_bg_record
(
bg_record_t
*
fir_record
,
bg_record_t
*
sec_record
);
extern
void
copy_bg_record
(
bg_record_t
*
fir_record
,
bg_record_t
*
sec_record
);
/* return bg_record from a bg_list */
/* return bg_record from a bg_list */
...
...
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