|
Boost Users : |
Subject: Re: [Boost-users] Query regarding compiling BOOST parallel graph library
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2009-11-25 13:32:52
On Wed, 25 Nov 2009, praga wrote:
> Thanks for your help. I guess the graph_parallel lib is included in the libboost_mpi.a. I tried compiling the program adjlist_build_test.cpp in the
> libs/graph_parallel/test directory but I am getting the following error. ~/bin/boostpath is the directory I gave in --prefix during install. What could be
> the problem ?
There should be a libboost_graph_parallel.a; the parallel graph stuff
should not be in libboost_mpi.a. When you link your code, you need the
libraries you listed plus -lboost_system and -lboost_graph_parallel.
-- Jeremiah Willcock
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net