Manual paralelo
Getting Started Guide
Intel® Threading Building Blocks is a runtime-based parallel programming model for C++ code that uses threads. It consists of atemplate-based runtime library to help you harness the latent performance of multicore processors. Use Intel® Threading Building Blocks to write scalable applications that: • • • Specify logical parallelstructure instead of threads Emphasize data parallel programming Take advantage of concurrent collections and parallel algorithms
This guide provides a complete example that uses Intel® Threading BuildingBlocks to write, compile, link, and run a parallel application. The example shows you how to explore a key feature of the library and to successfully build and link an application. After completingthis guide, you should be ready to write and build your own code using Intel® Threading Building Blocks.
Contents
1 2 3 4 5 6 Note Default DirectoryPaths...............................................................................2 Set Up Environment ..........................................................................................3 Develop an Application Using parallel_for.............................................................4 Build the Application..........................................................................................8 Run the Application.........................................................................................10 Next Steps .....................................................................................................11Legal Information ............................................................................................................... 12
Intel(R) Threading Building Blocks
1
Note Default DirectoryPaths
Before you begin, make sure you have successfully installed Intel® Threading Building Blocks on your machine. Otherwise, install it according to the instructions in INSTALL.txt. The default...
Regístrate para leer el documento completo.