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
e6e87c92
Commit
e6e87c92
authored
9 years ago
by
Tim Wickberg
Browse files
Options
Downloads
Patches
Plain Diff
Fix three typos.
parent
8f667db4
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/common/slurm_protocol_interface.h
+1
-1
1 addition, 1 deletion
src/common/slurm_protocol_interface.h
src/sinfo/sinfo.c
+3
-3
3 additions, 3 deletions
src/sinfo/sinfo.c
src/squeue/squeue.c
+3
-3
3 additions, 3 deletions
src/squeue/squeue.c
with
7 additions
and
7 deletions
src/common/slurm_protocol_interface.h
+
1
−
1
View file @
e6e87c92
...
@@ -90,7 +90,7 @@ typedef enum slurm_socket_type {
...
@@ -90,7 +90,7 @@ typedef enum slurm_socket_type {
** MIDDLE LAYER FUNCTIONS **
** MIDDLE LAYER FUNCTIONS **
\*******************************/
\*******************************/
/* The must have funtions are required to implement a low level plugin
/* The must have fun
c
tions are required to implement a low level plugin
* for the slurm protocol the general purpose functions just wrap
* for the slurm protocol the general purpose functions just wrap
* standard socket calls, so if the underlying layer implements a
* standard socket calls, so if the underlying layer implements a
* socket like interface, it can be used as a low level transport
* socket like interface, it can be used as a low level transport
...
...
This diff is collapsed.
Click to expand it.
src/sinfo/sinfo.c
+
3
−
3
View file @
e6e87c92
...
@@ -67,9 +67,9 @@ static pthread_mutex_t sinfo_cnt_mutex = PTHREAD_MUTEX_INITIALIZER;
...
@@ -67,9 +67,9 @@ static pthread_mutex_t sinfo_cnt_mutex = PTHREAD_MUTEX_INITIALIZER;
static
pthread_cond_t
sinfo_cnt_cond
=
PTHREAD_COND_INITIALIZER
;
static
pthread_cond_t
sinfo_cnt_cond
=
PTHREAD_COND_INITIALIZER
;
static
pthread_mutex_t
sinfo_list_mutex
=
PTHREAD_MUTEX_INITIALIZER
;
static
pthread_mutex_t
sinfo_list_mutex
=
PTHREAD_MUTEX_INITIALIZER
;
/************
/************
*
* Funtions *
* Fun
c
tions *
************/
************
*
/
static
int
_bg_report
(
block_info_msg_t
*
block_ptr
);
static
int
_bg_report
(
block_info_msg_t
*
block_ptr
);
void
*
_build_part_info
(
void
*
args
);
void
*
_build_part_info
(
void
*
args
);
static
int
_build_sinfo_data
(
List
sinfo_list
,
static
int
_build_sinfo_data
(
List
sinfo_list
,
...
...
This diff is collapsed.
Click to expand it.
src/squeue/squeue.c
+
3
−
3
View file @
e6e87c92
...
@@ -60,9 +60,9 @@
...
@@ -60,9 +60,9 @@
struct
squeue_parameters
params
;
struct
squeue_parameters
params
;
int
max_line_size
;
int
max_line_size
;
/************
/************
*
* Funtions *
* Fun
c
tions *
************/
************
*
/
static
int
_get_info
(
bool
clear_old
);
static
int
_get_info
(
bool
clear_old
);
static
int
_get_window_width
(
void
);
static
int
_get_window_width
(
void
);
static
void
_print_date
(
void
);
static
void
_print_date
(
void
);
...
...
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