Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ptp-dev] PE proxy changes for process model id to taskid change


Jie
I made the changes to the PE and LoadLeveler proxies and found it to be pretty simple. Previously, the process change and process remove events expected a process model element id to identify the application process. The new code expects a task/process identifier. For PE, I am using each task's global rank within the parallel application, 0 thru n-1. For LoadLeveler, I am just sequentially numbering the processes in the application as I discover them, starting with zero

I also changed the proxy_process_change_event finction in org.eclipse.ptp.proxy/src/proxy_event.c to add the job's model element id as the 2nd parameter to the function and did the same for proxy_remove_process_event in the same file.
Dave


From: JiangJie <yangtzj@xxxxxxxxxxx>
To: <ptp-dev@xxxxxxxxxxx>
Date: 04/16/2010 10:48 PM
Subject: RE: [ptp-dev] PE proxy changes for process model id to taskid change
Sent by: ptp-dev-bounces@xxxxxxxxxxx





Randy,

I'm not very clear about what should be changed.
Has the protocol between RM and proxy changed?
Or just the RM or proxy only be changed?

I can take care of SLURM update if you can show me more details.

Regards,
Jie


From: rsqrd@xxxxxxxx
To: ptp-dev@xxxxxxxxxxx
Subject: Re: [ptp-dev] PE proxy changes for process model id to taskid change
Date: Fri, 16 Apr 2010 14:54:41 -0600

Dave,


Who will be taking care of making the changes to SLURM and PBS?

I've taken care of MPICH and OpenMPI, so what other RMs are left to
do?

Regards,
R^2
--
Randy M. Roberts
rsqrd@xxxxxxxx
work: (505)665-4285

"If you are planning for a year,
        sow rice;
 if you are planning for a decade,
        plant trees;
 if you are planning for a lifetime,
        educate people"
                                       A Chinese Proverb

 


使用新一代 Windows Live Messenger 轻松交流和共享! 立刻下载!_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top