open-mpi / mtt

MPI Testing Tool
https://open-mpi.github.io/mtt
Other
63 stars 47 forks source link

Provide option to run MTT in suite by suite mode (versus phase by phase) #128

Open ompiteam opened 10 years ago

ompiteam commented 10 years ago

This harkens back to some discussions of being able to see the available results of an incomplete MTT run. Currently, for any given INI file, MTT will do:

  1. Every MPI Install
  2. Every Test Build
  3. Every Test Run

Sometimes it would be preferable for MTT to do, e.g.,

  1. Every MPI Install
  2. Test Build and Test Run for the Intel tests
  3. Test Build and Test Run for IMB tests
  4. etc.

How about this?

{{{--order [phase|suite]}}} (Default to the usual {{{phase}}}.)

''Note: a work around is to have separate INI files for each of the above stages, e.g.,''

{{{mtt --file "installs.ini intel.ini imb.ini ..."}}}

''So that mtt will run all the available phases listed in each INI file. The above command will have a different order of execution than the following, which executes the concatenation of all the INI files as if it were an individual INI file:''

{{{cat installs.ini intel.ini imb.ini | mtt -}}}

ompiteam commented 10 years ago

Imported from trac issue 127. Created by emallove on 2006-11-03T11:05:42, last modified: 2006-11-03T11:05:42