open-mpi / mtt

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

Make hostlist INI parameter more flexible #397

Open ompiteam opened 9 years ago

ompiteam commented 9 years ago

MTT has just one global hostlist for the [MTT] INI section, but there should also be a test run-specific way to set hostlist (the way there is for np). The workaround is to create two exec parameters, e.g.,

{{{ ... exec:foo = mpirun @hostlist1@ ... &test_executable() hostlist1 = --host wilma,fred exec:bar = mpirun @hostlist2@ ... &test_executable() hostlist2 = --host marge,homer ... }}}

ompiteam commented 9 years ago

Imported from trac issue 396. Created by emallove on 2010-07-22T14:12:20, last modified: 2010-07-22T14:12:20