]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/mpi/test/Jamfile.v2
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / mpi / test / Jamfile.v2
index 35a522db80ae1825455dfe797f98ae5c05e8a8ff..46b0e843154a0b160c262aca48fcd0fe2ebc425b 100644 (file)
@@ -17,12 +17,17 @@ if [ mpi.configured ]
 {
 test-suite mpi
   :
+  [ mpi-test version_test : : :  1 ]
+  [ mpi-test random_gather : ../example/random_gather.cpp : : 2 ]
+  [ mpi-test random_scatter : ../example/random_scatter.cpp : : 2 ]
+  [ mpi-test cartesian_communicator : ../example/cartesian_communicator.cpp : : 24 ]
+  [ mpi-test cartesian_topology_init_test : : : 1 ]
   [ mpi-test broadcast_stl_test  : : : 2 ]
-  [ mpi-test all_gather_test  ]
-  [ mpi-test all_reduce_test  ]
-  [ mpi-test all_to_all_test  ]
+  [ mpi-test all_gather_test : : : 1 2 11  ]
+  [ mpi-test all_reduce_test : : : 1 2 11  ]
+  [ mpi-test all_to_all_test : : : 1 2 11  ]
   [ mpi-test broadcast_test  : : : 2 17 ]
-  [ mpi-test gather_test  ]
+  [ mpi-test gather_test  : : : 1 2 11  ]
   [ mpi-test is_mpi_op_test : : : 1 ]
   [ mpi-test mt_level_test : : : 1 ]
   [ mpi-test mt_init_test-single : mt_init_test.cpp : <testing.arg>"single" : 1 4 ]
@@ -30,7 +35,7 @@ test-suite mpi
   [ mpi-test mt_init_test-serialized : mt_init_test.cpp : <testing.arg>"serialized" : 1 4 ]
   [ mpi-test mt_init_test-multiple : mt_init_test.cpp : <testing.arg>"multiple" : 1 4 ]
   # Note: Microsoft MPI fails nonblocking_test on 1 processor
-  [ mpi-test nonblocking_test ]
+  [ mpi-test nonblocking_test : : : 2 11 24 ]
   [ mpi-test reduce_test  ]
   [ mpi-test ring_test : : : 2 3 4 7 8 13 17 ]
   [ mpi-test sendrecv_test : : : 1 4 7 48 ]
@@ -39,6 +44,7 @@ test-suite mpi
   # Note: Microsoft MPI fails all skeleton-content tests
   [ mpi-test skeleton_content_test : : : 2 3 4 7 8 13 17 ]
   [ mpi-test graph_topology_test : : : 2 7 13 ]
+  [ mpi-test cartesian_topology_test : : : 24 ]
   [ mpi-test pointer_test : : : 2 ]
   [ mpi-test groups_test  ]
   # tests that require -std=c++11