Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 251600 - Fix validation errors in LoadLeveler plugin
Summary: Fix validation errors in LoadLeveler plugin
Status: RESOLVED FIXED
Alias: None
Product: PTP
Classification: Tools
Component: RM (show other bugs)
Version: 2.1RC1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.1RC3   Edit
Assignee: Greg Watson CLA
QA Contact: Craig E Rasmussen CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-21 15:33 EDT by David Wootton CLA
Modified: 2008-10-24 11:12 EDT (History)
0 users

See Also:


Attachments
Fix for LoadLeveler run configuration validation error (5.79 KB, patch)
2008-10-21 15:33 EDT, David Wootton CLA
g.watson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Wootton CLA 2008-10-21 15:33:29 EDT
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.
Comment 1 Greg Watson CLA 2008-10-24 11:12:19 EDT
Applied.