forked from samv/threads-tbb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
33 lines (23 loc) · 981 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
threads::tbb version 0.03
=========================
This is a very early alpha wrapper for the Intel Threading Building
Blocks® C++ library for Perl 5. It hopes to add data parallelism and
easy-to-use pipelining API to Perl 5.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make -j
make test
make install
See the installed perldoc for L<threads::tbb> for information on how
to use the library.
DEPENDENCIES
This module requires the TBB library be installed and system headers
in the appropriate place. For debian/ubuntu users, you will need the
"libtbb-dev" package. Instructions for other distributions and
operating systems will hopefully end up here eventually!
COPYRIGHT AND LICENCE
Copyright (C) 2011 Open Parallel.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.1 or,
at your option, any later version of Perl 5 you may have available.