open-mpi / mtt

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

Abort (or warn) ASAP if a module doesn't compile #380

Open ompiteam opened 10 years ago

ompiteam commented 10 years ago

MTT can progress for quite a long time before encoutering a fatal error in one of it's modules. It should warn about an upcoming error of this kind, that is, do a quick eval "use Foo.pm; on each of the modules that will be used, and print big warning(s) about ones that are not going to work. This would prevent the scenario where the user has to restart an MTT run that has run for hours due to it dying hours into an otherwise okay run. Maybe MTT should also have an option that would tell it to skip over sections that use problematic modules? This way, MTT doesn't completely abort what could be at least a ''partially'' successful run. (See also #365 - ''warn about unknown INI parameters''.)

ompiteam commented 10 years ago

Imported from trac issue 379. Created by emallove on 2008-08-13T17:17:11, last modified: 2008-08-13T17:17:11