On 9/10/06 8:39 AM, "Josh Hursey" wrote:
> - Does MTT support Multiple clients running over the same build tree?
> For example I have a script that does:
>
>srun -N 1 -b mtt-build-phase
>wait for it to complete
>srun -N 8 -b mtt-testing-phase
>srun -N 16 -b mtt-testing-phase
>
On Sep 8, 2006, at 4:25 PM, Jeff Squyres wrote:
On 9/8/06 2:02 PM, "Josh Hursey" wrote:
Is there a way to separate the Compile Phase with the Testing
Phase? I
thought there was but it's not obvious to me how to do that.
Yes. You can specify various switches on the mtt command line (see
On 9/8/06 2:02 PM, "Josh Hursey" wrote:
> Is there a way to separate the Compile Phase with the Testing Phase? I
> thought there was but it's not obvious to me how to do that.
Yes. You can specify various switches on the mtt command line (see "mtt
--help"). More below.
> Say I want to build 2
Is there a way to separate the Compile Phase with the Testing Phase? I
thought there was but it's not obvious to me how to do that.
Say I want to build 2 branches (trunk, v1.2) on an allocation of 1 node.
Once that is complete then I want to run the tests on an allocation of N
nodes.
How to I tel