Parallel-Matrix Arithmetics on Shared Memory Systems
β Scribed by R. Kriemann
- Book ID
- 106202570
- Publisher
- Springer Vienna
- Year
- 2004
- Tongue
- English
- Weight
- 575 KB
- Volume
- 74
- Category
- Article
- ISSN
- 0010-485X
No coin nor oath required. For personal study only.
π SIMILAR VOLUMES
We present pSPADE, a parallel algorithm for fast discovery of frequent sequences in large databases. pSPADE decomposes the original search space into smaller suffix-based classes. Each class can be solved in main-memory using efficient search techniques and simple join operations. Furthermore, each
## Abstract OpenMP offers a highβlevel interface for parallel programming on scalable shared memory (SMP) architectures. It provides the user with simple workβsharing directives while it relies on the compiler to generate parallel programs based on thread parallelism. However, the lack of language