Skip to content
Snippets Groups Projects
Commit 1a934ada authored by Moe Jette's avatar Moe Jette
Browse files

Added num_tasks to job_step_create_request_msg in test codes.

parent fcbc74d2
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ int
main( int argc, char* argv[])
{
int error_code;
job_step_create_request_msg_t request = { 5, 5, 4,4 , 0, SLURM_DIST_CYCLIC, "" };
job_step_create_request_msg_t request = { 5, 5, 4, 4, 4, 0, SLURM_DIST_CYCLIC, "" };
job_desc_msg_t job_mesg;
resource_allocation_response_msg_t* resp_msg ;
......
......@@ -24,7 +24,7 @@ void report_results(resource_allocation_response_msg_t* resp_msg);
int
main( int argc, char* argv[])
{
job_step_create_request_msg_t request = { 5, 5, 4,4 , 0, SLURM_DIST_CYCLIC, "" };
job_step_create_request_msg_t request = { 5, 5, 4, 4, 4 , 0, SLURM_DIST_CYCLIC, "" };
resource_allocation_response_msg_t* resp_msg ;
slurm_msg_t request_msg ;
......
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