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
df6fce57
Commit
df6fce57
authored
9 years ago
by
David Bigagli
Browse files
Options
Downloads
Patches
Plain Diff
Fix broken build on non Cray.
parent
bf07cfcc
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/slurmd/slurmstepd/slurmstepd_job.c
+4
-1
4 additions, 1 deletion
src/slurmd/slurmstepd/slurmstepd_job.c
with
4 additions
and
1 deletion
src/slurmd/slurmstepd/slurmstepd_job.c
+
4
−
1
View file @
df6fce57
...
@@ -197,8 +197,11 @@ static void
...
@@ -197,8 +197,11 @@ static void
_job_init_task_info
(
stepd_step_rec_t
*
job
,
uint32_t
**
gtid
,
_job_init_task_info
(
stepd_step_rec_t
*
job
,
uint32_t
**
gtid
,
char
*
ifname
,
char
*
ofname
,
char
*
efname
)
char
*
ifname
,
char
*
ofname
,
char
*
efname
)
{
{
int
i
,
j
,
node_id
=
job
->
nodeid
;
int
i
,
node_id
=
job
->
nodeid
;
char
*
in
,
*
out
,
*
err
;
char
*
in
,
*
out
,
*
err
;
#if defined(HAVE_NATIVE_CRAY)
int
j
;
#endif
if
(
job
->
node_tasks
==
0
)
{
if
(
job
->
node_tasks
==
0
)
{
error
(
"User requested launch of zero tasks!"
);
error
(
"User requested launch of zero 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