From: Josh Hursey (jjhursey_at_[hidden])
Date: 2006-09-08 14:02:05


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 tell the tests what branches to iterate over and where they are
located?

The script I am trying to create would essentually do the following:
 srun -N 1 -b mtt-build-phase
 wait for it to complete
 srun -N 16 -b mtt-testing-phase

or something to that effect so we don't allocate all 16 machines and let
them idle while the tests are building.

Cheers,
Josh