Boost logo

Boost Testing :

Subject: Re: [Boost-testing] Result statuses for run failures of MPI tests
From: KTC (ktc_at_[hidden])
Date: 2010-05-30 21:06:00


On 31/05/2010 00:56, Jeremiah Willcock wrote:
> On some platforms and compilers, several of the Boost.Graph.Parallel
> (libs/graph_parallel/test) tests compile and link correctly but produce
> a failure when run. There is no information in these cases, either in
> the form of program output or an error code. One example of this is
> <URL:http://tinyurl.com/39noasn>. Is there more information available to
> the test scripts but not reported? Is there a way to at least get an
> exit status or something from the tests? There are similar failures on
> Windows as well, so an error/return code there would be useful as well.
> Thank you for any help you can give in tracking these down.
>
> -- Jeremiah Willcock

Well, there is more in bjam.log. For example

====== BEGIN OUTPUT ======
n = 10000, p = 0.003, seed = 1275103082
Building graph with the iterator constructor... done.
Building graph with add_edge from the root...synchronizing...done.
Verifying graphs...done.
Building graph with add_edge from everywhere...
job aborted:
rank: node: exit code: message
0: ******: -1: aborting MPI_COMM_WORLD, error -1, comm rank 0
1: ******: -1: aborting MPI_COMM_WORLD, error -1, comm rank 1

---- error analysis -----

0:
C:\src\boost-test\results\boost\bin.v2\libs\graph_parallel\test\adjlist_build_test-2.test\msvc-10.0\debug\link-static\threading-multi\adjlist_build_test-2.exe
aborted the job on ktc-dt-brother. abort code -1
1:
C:\src\boost-test\results\boost\bin.v2\libs\graph_parallel\test\adjlist_build_test-2.test\msvc-10.0\debug\link-static\threading-multi\adjlist_build_test-2.exe
aborted the job on ktc-dt-brother. abort code -1

---- error analysis -----

EXIT STATUS: -1
====== END OUTPUT ======

but the next line is...

"...failed capture-output"

KTC


Boost-testing list run by mbergal at meta-comm.com