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


I will commit these to the branch. The affected plugins will be org.eclipse.ptp.proxy, org.eclipse.ptp.rm.ibm.ll.proxy and org.eclipse.ptp.rm.ibm.pe.proxy. I'm waiting to complete the LoadLeveler changes, which I coded this morning and started to test. I had some other things to do and probably won't get back to this until Wednesday.
Dave


From: Randy Roberts <rsqrd@xxxxxxxx>
To: Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
Date: 04/12/2010 04:17 PM
Subject: Re: [ptp-dev] PE proxy changes for process model id to taskid change
Sent by: ptp-dev-bounces@xxxxxxxxxxx





Will these changes be committed to the branch?

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

On Apr 9, 2010, at 10:37 AM, Dave Wootton wrote:


Randy, Greg


I completed the changed to the PE proxy and ran some tests with the new model implementation. These tests were successful. I need to work on the LoadLeveler proxy which will take me a couple more days, but I don't anticipate any problems there.


I did notice a couple problems in the org.eclipse.ptp.launch plugin that are unrelated to the model changes

1) There were a couple errors in ParallelLaunchConfigurationDelegate where doCleanupLaunch and doCompleteJobLaunch were declared as protected while the declarations they override were declared public.

2)The getProgramArguments method in AbstractParallelLaunchConfigurationDelegate is trying to use an org.eclipse.ptp.utils.core.linux.ArgumentParser class which doesn't seem to exist.


Dave
_______________________________________________
ptp-dev mailing list

ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top