|
From: Douglas G. <dg...@us...> - 2005-12-18 20:20:52
|
Update of /cvsroot/boost-sandbox/boost-sandbox/libs/parallel/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5441/libs/parallel/build Modified Files: Jamfile Log Message: boost/parallel/mpi/collectives.hpp: - Just include the sub-headers for each collective libs/parallel/build/Jamfile: - Add broadcast.cpp libs/parallel/doc/Jamfile.v2: - Include all of the headers for te collectives boost/parallel/mpi/all_gather.hpp, boost/parallel/mpi/broadcast.hpp, boost/parallel/mpi/gather.hpp, boost/parallel/mpi/reduce.hpp: - Individual headers for each collective boost/parallel/mpi/detail/computation_tree.hpp, libs/parallel/src/mpi/computation_tree.cpp: - Moved the computation tree code here. libs/parallel/src/mpi/broadcast.cpp: - broadcast() implementation, which now does direct sends instead of using a tree. boost/parallel/mpi/detail/environment.hpp: - Moved max_tag_value here. libs/parallel/test/broadcast_test.cpp: - Just include broadcast() header. Index: Jamfile =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/parallel/build/Jamfile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Jamfile 5 Dec 2005 04:49:40 -0000 1.4 +++ Jamfile 18 Dec 2005 20:20:44 -0000 1.5 @@ -14,7 +14,9 @@ import ./mpi.jam ; SOURCES = blocking_process_group + broadcast collectives + computation_tree content_oarchive mpi_datatype_cache mpi_datatype_oarchive |