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
1d00d36d
Commit
1d00d36d
authored
19 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Remove "const" qualifiers to eliminate build warning.
parent
302a17fd
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/api/signal.c
+2
-2
2 additions, 2 deletions
src/api/signal.c
with
2 additions
and
2 deletions
src/api/signal.c
+
2
−
2
View file @
1d00d36d
...
@@ -48,7 +48,7 @@ static int _signal_job_step(const job_step_info_t *step,
...
@@ -48,7 +48,7 @@ static int _signal_job_step(const job_step_info_t *step,
uint16_t
signal
);
uint16_t
signal
);
static
int
_signal_batch_script_step
(
static
int
_signal_batch_script_step
(
const
resource_allocation_response_msg_t
*
allocation
,
uint16_t
signal
);
const
resource_allocation_response_msg_t
*
allocation
,
uint16_t
signal
);
static
int
_p_send_recv_rc_msg
(
int
num_nodes
,
const
slurm_msg_t
msg
[],
static
int
_p_send_recv_rc_msg
(
int
num_nodes
,
slurm_msg_t
msg
[],
int
rc
[],
int
timeout
);
int
rc
[],
int
timeout
);
static
void
*
_thr_send_recv_rc_msg
(
void
*
args
);
static
void
*
_thr_send_recv_rc_msg
(
void
*
args
);
struct
send_recv_rc
{
struct
send_recv_rc
{
...
@@ -284,7 +284,7 @@ static int _signal_batch_script_step(
...
@@ -284,7 +284,7 @@ static int _signal_batch_script_step(
* can be running at the same time.
* can be running at the same time.
*/
*/
static
int
static
int
_p_send_recv_rc_msg
(
int
messages
,
const
slurm_msg_t
msg
[],
_p_send_recv_rc_msg
(
int
messages
,
slurm_msg_t
msg
[],
int
rc
[],
int
timeout
)
int
rc
[],
int
timeout
)
{
{
pthread_mutex_t
active_mutex
;
pthread_mutex_t
active_mutex
;
...
...
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