mirror of
https://github.com/wjakob/tbb.git
synced 2026-08-29 16:40:40 +08:00
Updated to TBB 4.4 update 4
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2005-2014 Intel Corporation. All Rights Reserved.
|
||||
# Copyright 2005-2016 Intel Corporation. All Rights Reserved.
|
||||
#
|
||||
# This file is part of Threading Building Blocks. Threading Building Blocks is free software;
|
||||
# you can redistribute it and/or modify it under the terms of the GNU General Public License
|
||||
@@ -35,6 +35,8 @@ run_cmd=../../common/android.linux.launcher.sh
|
||||
else
|
||||
LIBS+= -lrt
|
||||
endif
|
||||
else ifeq ($(shell uname), Darwin)
|
||||
override CXXFLAGS += -Wl,-rpath,$(TBBROOT)/lib
|
||||
endif
|
||||
|
||||
all: release test
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2005-2014 Intel Corporation. All Rights Reserved.
|
||||
# Copyright 2005-2016 Intel Corporation. All Rights Reserved.
|
||||
#
|
||||
# This file is part of Threading Building Blocks. Threading Building Blocks is free software;
|
||||
# you can redistribute it and/or modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2005-2014 Intel Corporation. All Rights Reserved.
|
||||
Copyright 2005-2016 Intel Corporation. All Rights Reserved.
|
||||
|
||||
This file is part of Threading Building Blocks. Threading Building Blocks is free software;
|
||||
you can redistribute it and/or modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2005-2014 Intel Corporation. All Rights Reserved.
|
||||
Copyright 2005-2016 Intel Corporation. All Rights Reserved.
|
||||
|
||||
This file is part of Threading Building Blocks. Threading Building Blocks is free software;
|
||||
you can redistribute it and/or modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2005-2014 Intel Corporation. All Rights Reserved.
|
||||
Copyright 2005-2016 Intel Corporation. All Rights Reserved.
|
||||
|
||||
This file is part of Threading Building Blocks. Threading Building Blocks is free software;
|
||||
you can redistribute it and/or modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -42,7 +42,7 @@ General build directions can be found <A HREF=../../index.html#build>here</A>.
|
||||
<HR>
|
||||
<A HREF="../index.html">Up to parent directory</A>
|
||||
<p></p>
|
||||
Copyright © 2005-2014 Intel Corporation. All Rights Reserved.
|
||||
Copyright © 2005-2016 Intel Corporation. All Rights Reserved.
|
||||
<P></P>
|
||||
Intel is a registered trademark or trademark of Intel Corporation
|
||||
or its subsidiaries in the United States and other countries.
|
||||
|
||||
@@ -15,7 +15,7 @@ This directory has examples of the template <code>parallel_reduce</code>.
|
||||
<HR>
|
||||
<A HREF="../index.html">Up to parent directory</A>
|
||||
<p></p>
|
||||
Copyright © 2005-2014 Intel Corporation. All Rights Reserved.
|
||||
Copyright © 2005-2016 Intel Corporation. All Rights Reserved.
|
||||
<P></P>
|
||||
Intel is a registered trademark or trademark of Intel Corporation
|
||||
or its subsidiaries in the United States and other countries.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2005-2014 Intel Corporation. All Rights Reserved.
|
||||
# Copyright 2005-2016 Intel Corporation. All Rights Reserved.
|
||||
#
|
||||
# This file is part of Threading Building Blocks. Threading Building Blocks is free software;
|
||||
# you can redistribute it and/or modify it under the terms of the GNU General Public License
|
||||
@@ -44,6 +44,8 @@ run_cmd=../../common/android.linux.launcher.sh
|
||||
else
|
||||
LIBS+= -lrt
|
||||
endif
|
||||
else ifeq ($(shell uname), Darwin)
|
||||
override CXXFLAGS += -Wl,-rpath,$(TBBROOT)/lib
|
||||
endif
|
||||
|
||||
all: release test
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2005-2014 Intel Corporation. All Rights Reserved.
|
||||
# Copyright 2005-2016 Intel Corporation. All Rights Reserved.
|
||||
#
|
||||
# This file is part of Threading Building Blocks. Threading Building Blocks is free software;
|
||||
# you can redistribute it and/or modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<H2>Overview</H2>
|
||||
<DL>
|
||||
<DT>Parallel version of the Sieve of Eratosthenes.
|
||||
<DT>The example can be built in the offload version to run on Intel® Many Integrated Core (Intel® MIC) Architecture based coprocessor (see <A HREF=../../index.html#build_4>build instructions</A>).
|
||||
<DT>The example can be built in the offload version to run on Intel® Many Integrated Core (Intel® MIC) Architecture based coprocessor (see <A HREF=../../index.html#build_4>build instructions</A>).
|
||||
</DL>
|
||||
|
||||
<H2>Files</H2>
|
||||
@@ -16,7 +16,7 @@
|
||||
<DT><A HREF="primes.cpp">primes.cpp</A>
|
||||
<DD>The Sieve of Eratosthenes implementation.
|
||||
<DT><A HREF="Makefile">Makefile</A>
|
||||
<DD>Makefile for building example.
|
||||
<DD>Makefile for building the example.
|
||||
</DL>
|
||||
|
||||
<H2>Directories</H2>
|
||||
@@ -29,7 +29,6 @@
|
||||
|
||||
<H2>To Build</H2>
|
||||
General build directions can be found <A HREF=../../index.html#build>here</A>.
|
||||
<A HREF=../../index.html#build_4>here</A>
|
||||
|
||||
<H2>Usage</H2>
|
||||
<DL>
|
||||
@@ -52,7 +51,7 @@ General build directions can be found <A HREF=../../index.html#build>here</A>.
|
||||
<HR>
|
||||
<A HREF="../index.html">Up to parent directory</A>
|
||||
<p></p>
|
||||
Copyright © 2005-2014 Intel Corporation. All Rights Reserved.
|
||||
Copyright © 2005-2016 Intel Corporation. All Rights Reserved.
|
||||
<P></P>
|
||||
Intel is a registered trademark or trademark of Intel Corporation
|
||||
or its subsidiaries in the United States and other countries.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2005-2014 Intel Corporation. All Rights Reserved.
|
||||
Copyright 2005-2016 Intel Corporation. All Rights Reserved.
|
||||
|
||||
This file is part of Threading Building Blocks. Threading Building Blocks is free software;
|
||||
you can redistribute it and/or modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2005-2014 Intel Corporation. All Rights Reserved.
|
||||
Copyright 2005-2016 Intel Corporation. All Rights Reserved.
|
||||
|
||||
This file is part of Threading Building Blocks. Threading Building Blocks is free software;
|
||||
you can redistribute it and/or modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2005-2014 Intel Corporation. All Rights Reserved.
|
||||
Copyright 2005-2016 Intel Corporation. All Rights Reserved.
|
||||
|
||||
This file is part of Threading Building Blocks. Threading Building Blocks is free software;
|
||||
you can redistribute it and/or modify it under the terms of the GNU General Public License
|
||||
|
||||
Reference in New Issue
Block a user