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
d3e58bcc
Commit
d3e58bcc
authored
18 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Add missing argument description.
parent
d82df18e
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/api/step_launch.c
+3
-2
3 additions, 2 deletions
src/api/step_launch.c
with
3 additions
and
2 deletions
src/api/step_launch.c
+
3
−
2
View file @
d3e58bcc
...
@@ -93,8 +93,8 @@ static struct io_operations message_socket_ops = {
...
@@ -93,8 +93,8 @@ static struct io_operations message_socket_ops = {
* slurm_job_step_launch_t_init - initialize a user-allocated
* slurm_job_step_launch_t_init - initialize a user-allocated
* slurm_job_step_launch_t structure with default values.
* slurm_job_step_launch_t structure with default values.
* default values. This function will NOT allocate any new memory.
* default values. This function will NOT allocate any new memory.
* IN ptr - pointer to a structure allocated by the use.
The structure will
* IN ptr - pointer to a structure allocated by the use
r
.
* be intialized.
*
The structure will
be intialized.
*/
*/
void
slurm_job_step_launch_t_init
(
slurm_job_step_launch_t
*
ptr
)
void
slurm_job_step_launch_t_init
(
slurm_job_step_launch_t
*
ptr
)
{
{
...
@@ -128,6 +128,7 @@ void slurm_job_step_launch_t_init (slurm_job_step_launch_t *ptr)
...
@@ -128,6 +128,7 @@ void slurm_job_step_launch_t_init (slurm_job_step_launch_t *ptr)
/*
/*
* slurm_step_launch - launch a parallel job step
* slurm_step_launch - launch a parallel job step
* IN ctx - job step context generated by slurm_step_ctx_create
* IN ctx - job step context generated by slurm_step_ctx_create
* IN callbacks - Identify functions to be called when various events occur
* RET SLURM_SUCCESS or SLURM_ERROR (with errno set)
* RET SLURM_SUCCESS or SLURM_ERROR (with errno set)
*/
*/
int
slurm_step_launch
(
slurm_step_ctx
ctx
,
int
slurm_step_launch
(
slurm_step_ctx
ctx
,
...
...
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