Update of /cvsroot/boost/boost/libs/parallel/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11757/libs/parallel/test

Added Files:
        Jamfile.v2 
Log Message:
Introduce testing support for Boost.MPI

--- NEW FILE: Jamfile.v2 ---
# Support for the Message Passing Interface (MPI)
#
# (C) Copyright 2005, 2006 Trustees of Indiana University
# (C) Copyright 2005 Douglas Gregor
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying 
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
#
# Authors: Douglas Gregor
#          Andrew Lumsdaine

use-project /boost/mpi : ../build ;
project /boost/mpi/test ;
import mpi : mpi-test ;

if [ mpi.configured ]
{

test-suite mpi
  :
  [ mpi-test all_gather_test  ]
  [ mpi-test all_reduce_test  ]
  [ mpi-test all_to_all_test  ]
  [ mpi-test broadcast_test  : : : 2 17 ]
  [ mpi-test is_mpi_op_test : : : 1 ]
  [ mpi-test nonblocking_test  ]
  [ mpi-test reduce_test  ]
  [ mpi-test ring_test : : : 2 3 4 7 8 13 17 ]
  [ mpi-test scan_test  ]
  [ mpi-test scatter_test  ]
  [ mpi-test skeleton_content_test : : : 2 3 4 7 8 13 17 ]
  ;

}


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to