Skip to content
Snippets Groups Projects
Commit 1b515cd6 authored by tewk's avatar tewk
Browse files

:

parent 588abd3b
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <src/slurmd/setenvpf.h> #include <src/slurmd/setenvpf.h>
/* exported module funtion to launch tasks */ /* exported module funtion to launch tasks */
/*launch_tasks should really be named launch_job_step*/ /*launch_tasks should really be named launch_job_step*/
int launch_tasks ( launch_tasks_request_msg_t * launch_msg ) int launch_tasks ( launch_tasks_request_msg_t * launch_msg )
...@@ -69,9 +70,8 @@ int interconnect_init ( launch_tasks_request_msg_t * launch_msg ) ...@@ -69,9 +70,8 @@ int interconnect_init ( launch_tasks_request_msg_t * launch_msg )
sleep (1); sleep (1);
i++ ; i++ ;
if (rms_prginfo( launch_msg -> qsw_job, sizeof(pids)/sizeof(pid_t), pids, &npids) < 0) { if (rms_prginfo( launch_msg -> qsw_job -> j_prognum , sizeof(pids)/sizeof(pid_t), pids, &npids) < 0) {
perror("rms_prginfo"); perror("rms_prginfo");
exit(1);
} }
printf("pids"); printf("pids");
for (i = 0; i < npids; i++) for (i = 0; i < npids; i++)
......
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