Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Question about the ETFw PerformanceAnalysisTab

Chris,

On Jan 15, 2014, at 11:06 AM, Christopher Navarro <cmnavarr@xxxxxxxxxxxx> wrote:

> Greg,
> 
> If this isn't a high priority for what you're working on, this will probably be addressed very soon with my current ETFw work. Part of my refactoring with the PerformanceAnalysisTab/ETFWParentLaunchConfigurationTab removes my re-implementation of performApply inside ETFw's parent tab and is more in line with how the ResourcesTab saves attributes to the launch configuration. This removal of duplicated code should make ETFw UI more stable.

I’m ok holding off a week or so for you to get the changes in.

> 
> The current issue I'm running into and haven't yet tracked down is with etfw attributes not being found inside the LCVariableMap and the map creates new attributes. The launch config then has the wrong attribute info since the created attribute is very basic, unlike the attribute that was defined in the tool's xml. My problem might be related to yours. Perhaps I shouldn't be using the RMVariableMap from the controller, but create my own that is initialized on the control data from the etfw tool and base my LCVariableMap on my RM map. I will give it a try and see if it addresses both issues. I would like to get this into gerrit by Friday or early next week so you and Wyatt can review what I've done and test it. I'm also waiting to get access to XSEDE so I can test it remotely to make sure it doesn't just work locally.

The Resource tab and PerformanceAnalysis attributes are independent right? I can’t think of any reason why they would need to share attributes, in which case you probably do want to create a new map rather than reuse the controller one.

I’m happy to test as soon as you get it in Gerrit.

Regards,
Greg

Back to the top