Re: [MTT users] [MTT] #245: Support multiplicative effect for other INI params

2007-09-04 Thread Ethan Mallove
On Tue, Sep/04/2007 12:47:29PM, Jeff Squyres wrote: > On Sep 4, 2007, at 10:57 AM, Ethan Mallove wrote: > > > So if I have the following line in my [Test build: intel] > > section, MTT will now build and run the Intel tests *twice*? > > Once with compiler-A and once with compiler-B? > > > >

Re: [MTT users] [MTT] #245: Support multiplicative effect for other INI params

2007-09-04 Thread Jeff Squyres
On Sep 4, 2007, at 10:57 AM, Ethan Mallove wrote: So if I have the following line in my [Test build: intel] section, MTT will now build and run the Intel tests *twice*? Once with compiler-A and once with compiler-B? setenv = ("/path/to/compiler-A", "/path/to/compiler-B") setenv is a bad

[MTT users] Associating "description" with a single phase

2007-09-04 Thread Ethan Mallove
reporter.php has a search field for "description", but which phase is that for? MPI Install, Test build, or Test run? A scenario is that Sun will have a home-grown "funclet_files" funclet set the "description" in the Install phase (e.g., a label identifying which ISO is being tested). It would be

Re: [MTT users] [MTT] #245: Support multiplicative effect for other INI params

2007-09-04 Thread Ethan Mallove
So if I have the following line in my [Test build: intel] section, MTT will now build and run the Intel tests *twice*? Once with compiler-A and once with compiler-B? setenv = ("/path/to/compiler-A", "/path/to/compiler-B") -Ethan On Tue, Sep/04/2007 10:03:09AM, Jeff Squyres wrote: > I think

Re: [MTT users] [MTT] #245: Support multiplicative effect for other INI params

2007-09-04 Thread Ethan Mallove
So we will get a multiplicative effect on the following INI parameters? * setenv * unsetenv * env_module Any other parameters? -Ethan On Fri, Aug/31/2007 10:18:30PM, MTT wrote: > #245: Support multiplicative effect for other INI params >