Skip to content
Snippets Groups Projects
Commit 69d8c32d authored by David Gloe's avatar David Gloe Committed by Danny Auble
Browse files

CRAY - add missing function

parent 8f69a450
No related branches found
No related tags found
No related merge requests found
......@@ -761,6 +761,10 @@ extern int switch_p_job_init(stepd_step_rec_t *job)
job->cont_id);
}
rc = alpsc_configure_nic(&err_msg, 0, cpu_scaling, mem_scaling,
job->cont_id, sw_job->num_cookies,
(const char **) sw_job->cookies,
&num_ptags, &ptags, ntt_desc_ptr);
ALPSC_CN_DEBUG("alpsc_configure_nic");
/*
* We don't use the ptags because Cray's LLI acquires them
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment