Re: [MTT users] MTT reporter module settings

2006-10-20 Thread Ethan Mallove
Ah, remove that trunk workspace, and checkout the release branch: $ svn co https://svn.open-mpi.org/svn/mtt/branches/ompi-core-testers The trunk is out of service at the moment, while we're implementing MTT 2.0 stuff in it. -Ethan On Fri, Oct/20/2006 03:53:24PM, James W. Barker wrote: > Ethan,

Re: [MTT users] MTT reporter module settings

2006-10-20 Thread Ethan Mallove
On Thu, Oct/19/2006 11:24:46AM, James W. Barker wrote: > Ethan, > > Using http I get the same error only on port 80 instead of port > 443. See below: > > ***WARNING: >> Failed test ping to MTTDatabase URL: > http://www.open-mpi.org:80/mtt/submit > ***WARNING: >> Error was: 400 Bad Reque

Re: [MTT users] Bproc support in MTT

2006-10-20 Thread Jeff Squyres
Jim -- It's really not hard to add the "smarts" to MTT for parse NDOES / NODELIST. Can you send some examples of what they look like? On Oct 20, 2006, at 9:51 AM, Ethan Mallove wrote: Jim, I'm not familiar with intel's built-in iteration over an array of -np values. MTT achieves this 'mu

Re: [MTT users] Bproc support in MTT

2006-10-20 Thread Ethan Mallove
Jim, I'm not familiar with intel's built-in iteration over an array of -np values. MTT achieves this 'multiplicative' effect via "funclets" in the INI file. E.g., np = &pow(2, 0, &log(2, 60)) So you would insert the above line in the [Test run: intel] section of the INI file. More on the above