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
fa9e545f
Commit
fa9e545f
authored
12 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
minor documentation fix
parent
b5f73b31
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/srun/libsrun/launch.h
+6
-6
6 additions, 6 deletions
src/srun/libsrun/launch.h
with
6 additions
and
6 deletions
src/srun/libsrun/launch.h
+
6
−
6
View file @
fa9e545f
...
@@ -97,7 +97,7 @@ extern int launch_init(void);
...
@@ -97,7 +97,7 @@ extern int launch_init(void);
extern
int
launch_fini
(
void
);
extern
int
launch_fini
(
void
);
/*
/*
* launch_
p
_setup_srun_opt() is called when the plugin needs the srun
* launch_
g
_setup_srun_opt() is called when the plugin needs the srun
* operation needs to be set up.
* operation needs to be set up.
*
*
* IN rest - extra parameters on the command line not processed by srun
* IN rest - extra parameters on the command line not processed by srun
...
@@ -131,7 +131,7 @@ extern int launch_g_create_job_step(srun_job_t *job, bool use_all_cpus,
...
@@ -131,7 +131,7 @@ extern int launch_g_create_job_step(srun_job_t *job, bool use_all_cpus,
sig_atomic_t
*
destroy_job
);
sig_atomic_t
*
destroy_job
);
/*
/*
* launch_
p
_step_launch() is called to launch the job step that
* launch_
g
_step_launch() is called to launch the job step that
* was created.
* was created.
*
*
* IN/OUT job - the job needing to be launched
* IN/OUT job - the job needing to be launched
...
@@ -145,7 +145,7 @@ extern int launch_g_step_launch(
...
@@ -145,7 +145,7 @@ extern int launch_g_step_launch(
uint32_t
*
global_rc
);
uint32_t
*
global_rc
);
/*
/*
* launch_
p
_step_wait() is called to wait for the job step to be finished.
* launch_
g
_step_wait() is called to wait for the job step to be finished.
*
*
* IN/OUT job - the job waiting to finish.
* IN/OUT job - the job waiting to finish.
* IN got_alloc - if the resource allocation was created inside srun
* IN got_alloc - if the resource allocation was created inside srun
...
@@ -155,19 +155,19 @@ extern int launch_g_step_launch(
...
@@ -155,19 +155,19 @@ extern int launch_g_step_launch(
extern
int
launch_g_step_wait
(
srun_job_t
*
job
,
bool
got_alloc
);
extern
int
launch_g_step_wait
(
srun_job_t
*
job
,
bool
got_alloc
);
/*
/*
* launch_
p
_step_terminate() is called to end the job step.
* launch_
g
_step_terminate() is called to end the job step.
*
*
* RETURN SLURM_SUCCESS on success || SLURM_ERROR else wise
* RETURN SLURM_SUCCESS on success || SLURM_ERROR else wise
*/
*/
extern
int
launch_g_step_terminate
(
void
);
extern
int
launch_g_step_terminate
(
void
);
/*
/*
* launch_
p
_print_status() displays the the status of the job step.
* launch_
g
_print_status() displays the the status of the job step.
*/
*/
extern
void
launch_g_print_status
(
void
);
extern
void
launch_g_print_status
(
void
);
/*
/*
* launch_
p
_fwd_signal() send a forward signal to an underlining task.
* launch_
g
_fwd_signal() send a forward signal to an underlining task.
*
*
* IN signal - the signal to forward to the underlying tasks.
* IN signal - the signal to forward to the underlying tasks.
*/
*/
...
...
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