Hi jeremiah,

It compiled without errors when I edited line number 267 as,

Graph g(edge_array, edge_array + num_arcs, weights, num_nodes);


But when I run the command  " mpirun -np 2  ./a.out"

Following errors occured,


**** Testing aborted.
**** 1 error detected
--------------------------------------------------------------------------
mpirun has exited due to process rank 0 with PID 19096 on
node rise-02 exiting without calling "finalize". This may
have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).
--------------------------------------------------------------------------

What does that mean ??