Community
Participate
Working Groups
Created attachment 115741 [details] Fix for LoadLeveler run configuration validation error This patch fixes validation errors for the minimum and maximum number of nodes and number of tasks fields in the LoadLeveler plugin's resource tab in the run configuration. The LoadLeveler proxy sends across attribute definitions as string attribute definitions while the resource tab code expects integer attribute definitions. The patch changes the validation code so that it no longer checks the attribute definitions for valid range, since range 0..maxint is valid anyway. The code now checks only to verify that min nodes is <= max nodes.
Applied.