No. Sample
Name
Build 1
proc test 2
proc test
--------------------------------------------------------------------
1
adjlist_redist_test.cpp
Passed No
Error No Error
-----------------------------------------------------------------------
2
adjlist_build_test.cpp
Passed
Error
Error
Error Message:
Building graph with add_edge from everywhere...application called MPI_Abort(MPI_COMM_WORLD, -1) - process 0
application called MPI_Abort(MPI_COMM_WORLD, -1) - process 1
job aborted:
rank: node: exit code[: error message]
0: lee-win7-x64: -1: process 0 exited without calling finalize
1: lee-win7-x64: -1: process 1 exited without calling finalize
-----------------------------------------------------------------------------
3
breadth_first_search.cpp
Error
-- --
Error Message:
error LNK2019: unresolved external symbol "void __cdecl boost::detail::bfs_helper<class boost::adjacency_list<struct boost::vecS...
------------------------------------------------------------------------------
4
dijkstra_shortest_paths.cpp Passed No
Error No Error
-------------------------------------------------------------------------------
5
distributed_csr_test.cpp 18
Errors
-- --
Error Messags (3 of 18):
Error 5
error C2039: 'key_type' : is not a member of 'boost::property_traits<PA>'
e:\boost\boost_1_53_0\debug32\include\boost-1_53\boost\graph\distributed\compressed_sparse_row_graph.hpp
1904 1 boost_test_1
Error 6
error C2146: syntax error : missing ';' before identifier 'local_key_type'
e:\boost\boost_1_53_0\debug32\include\boost-1_53\boost\graph\distributed\compressed_sparse_row_graph.hpp
1904 1 boost_test_1
Error 12
error C2602: 'boost::property_map<Graph,Property,Enable>::value_type' is not a member of a base class of 'boost::property_map<Graph,Property,Enable>'
e:\boost\boost_1_53_0\debug32\include\boost-1_53\boost\graph\distributed\compressed_sparse_row_graph.hpp
1906 1 boost_test_1
-----------------------------------------------------------------------------------------