Actions
Bug #411
closedWizard need to smart enought to manage new variable type (Array) in config file
Start date:
04/30/2010
Due date:
% Done:
100%
Estimated time:
Affected Version:
Show in known bugs:
Workaround:
Description
We have a new type of variable in our config file (PROCESSING_HOSTS) which contain 2 attributes (host and nproc) in each array element. Right now Wizard parsing and filling constant and variables values can not dealing with array.
Thanks.
Eric
Updated by Eric Hou over 14 years ago
- Status changed from New to In Test
This is done with the setup wizard commit.
r13693
Updated by Eric Hou over 14 years ago
- Assignee changed from Eric Hou to Amber Herold
Updated by Amber Herold over 14 years ago
- Assignee changed from Amber Herold to Eric Hou
Eric, when you have a chance, can you come by. I have a question about this.
// --- $PROCESSING_HOSTS[] = array('host' => 'host1.school.edu', 'nproc' => 4); -- // // --- $PROCESSING_HOSTS[] = array('host' => 'host2.school.edu', 'nproc' => 8); -- //
Actions