View | Details | Raw Unified | Return to ticket 3713
Collapse All | Expand All

(-)a/src/plugins/switch/cray/switch_cray.c (-1 / +1 lines)
Lines 506-512 extern int switch_p_job_init(stepd_step_rec_t *job) Link Here
506
			  cpu_scaling, mem_scaling);
506
			  cpu_scaling, mem_scaling);
507
	}
507
	}
508
508
509
	rc = alpsc_configure_nic(&err_msg, 0, cpu_scaling, mem_scaling,
509
	rc = alpsc_configure_nic(&err_msg, 1, 100, 100,
510
				 cont_id, sw_job->num_cookies,
510
				 cont_id, sw_job->num_cookies,
511
				 (const char **) sw_job->cookies,
511
				 (const char **) sw_job->cookies,
512
				 &num_ptags, &ptags, NULL);
512
				 &num_ptags, &ptags, NULL);

Return to ticket 3713