jamfile.v2

来自「Boost provides free peer-reviewed portab」· V2 代码 · 共 37 行

V2
37
字号
# 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 Lumsdaineuse-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 gather_test  ]  [ mpi-test is_mpi_op_test : : : 1 ]  # Note: Microsoft MPI fails nonblocking_test on 1 processor  [ 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  ]  # 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 ]  ;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?