Skip to content

Commit

Permalink
Make HAVE_NATIVE_CRAY compile
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbigagli committed Jun 3, 2015
1 parent 50e0d6e commit 9128814
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/slurmd/slurmstepd/slurmstepd_job.c
Expand Up @@ -199,7 +199,9 @@ _job_init_task_info(stepd_step_rec_t *job, uint32_t **gtid,
{
int i, node_id = job->nodeid;
char *in, *out, *err;

#if defined(HAVE_NATIVE_CRAY)
int j;
#endif
if (job->node_tasks == 0) {
error("User requested launch of zero tasks!");
job->task = NULL;
Expand Down

0 comments on commit 9128814

Please sign in to comment.