Thanks for info!
Josh, can you please send me mtt.ini file you used with C/R tests as a
reference for using non-MPI application?
Also, found following inside RunEngine.pm code:
# Set some thresholds for an early exit
my $break_threshold;
$break_threshold->{MTT::Values::PASS} = Value($ini, $s
Since I used Open MPI, I didn't have to change the MPI Install phase much at
all. But if you are running something non-MPI, you may have to update this
section.
For the MPI Details I have:
--
[MPI Details: OMPI]
exec = ./run-correctness.pl -test &test_executable() \
On Jan 5, 2011, at 7:35 AM, Mike Dubman wrote:
> Also, found following inside RunEngine.pm code:
>
> # Set some thresholds for an early exit
> my $break_threshold;
> $break_threshold->{MTT::Values::PASS} = Value($ini, $section,
> "break_threshold_pass");
> $break_threshold->{MTT::Values::FA