Re: [MTT users] make distclean option?

2006-11-07 Thread Ethan Mallove
Here's a workaround that might work. Put something like this your INI file: [Test build: foo] test_get = foo module = Shell shell_build_command = make [Test build: foo clean] test_get = foo module = Shell shell_build_command = make distclean Then do: $ client/mtt --no-section clean ... In a

[MTT users] More LANL failures

2006-11-07 Thread Jeff Squyres
Jim -- I made some changes to the IBM test suite last night that should fix some of your other failures. Do you plan to run MTT on a regular basis (e.g., via cron), or will you run them manually? -- Jeff Squyres Server Virtualization Business Unit Cisco Systems

[MTT users] lanl failures

2006-11-07 Thread Jeff Squyres
Jim -- I see this from last night: hello.f: PGFTN-S-0034-Syntax error at or near identifier programmain (hello.f: 18) It looks like you're using PGI 6.1-3. I tested my trivial hello.f program with PGI 6.1-1 on an IU machine. Can you try compiling the following program with mpif77 and