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
7f61bcc1
Commit
7f61bcc1
authored
18 years ago
by
Christopher J. Morrone
Browse files
Options
Downloads
Patches
Plain Diff
Quiet compile warning
parent
5d5be7b2
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/slaunch/slaunch.c
+2
-0
2 additions, 0 deletions
src/slaunch/slaunch.c
with
2 additions
and
0 deletions
src/slaunch/slaunch.c
+
2
−
0
View file @
7f61bcc1
...
@@ -90,10 +90,12 @@
...
@@ -90,10 +90,12 @@
static
void
_set_prio_process_env
(
void
);
static
void
_set_prio_process_env
(
void
);
static
int
_set_rlimit_env
(
void
);
static
int
_set_rlimit_env
(
void
);
static
int
_set_umask_env
(
void
);
static
int
_set_umask_env
(
void
);
#if 0
static int _become_user (uid_t uid, gid_t gid);
static int _become_user (uid_t uid, gid_t gid);
static void _run_srun_prolog (void);
static void _run_srun_prolog (void);
static void _run_srun_epilog (void);
static void _run_srun_epilog (void);
static int _run_srun_script (char *script);
static int _run_srun_script (char *script);
#endif
static
void
_setup_local_fds
(
slurm_step_io_fds_t
*
cio_fds
,
int
jobid
,
static
void
_setup_local_fds
(
slurm_step_io_fds_t
*
cio_fds
,
int
jobid
,
int
stepid
,
slurm_step_layout_t
*
step_layout
);
int
stepid
,
slurm_step_layout_t
*
step_layout
);
static
void
_task_start
(
launch_tasks_response_msg_t
*
msg
);
static
void
_task_start
(
launch_tasks_response_msg_t
*
msg
);
...
...
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