Skip to main content

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


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

Back to the top