Community
Participate
Working Groups
Created attachment 113546 [details] Patch to fix PE/LoadLeveler validation errors The PTP PE plugin has fields in the launch configuration resources tab for the PE co-scheduler log which should not be present in the PTP 2.0 code. These fields are incorrectly validated and cause a null pointer exception. The PTP LoadLeveler plugin launch configuration tab contains fields for minimum and maximum number of nodes and total node which are being validated using IAttributeDefinitions passed from the proxy. In fact, these fields should not be validated since any integer value is acceptable. This patch corrects both of these problems.
Applied.
Closing.