Skip to content
Snippets Groups Projects
Commit 630afd8f authored by Morris Jette's avatar Morris Jette
Browse files

Fix variable used in sizeof function

parent cb572e38
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ main(int argc, char **argv)
PMI2_Init(&spawned, &size, &rank, &appnum);
PMI2_Job_GetId(jobid, sizeof(buf));
PMI2_Job_GetId(jobid, sizeof(jobid));
memset(val, 0, sizeof(val));
PMI2_Info_GetJobAttr("mpi_reserved_ports",
......
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