SkillAgentSearch skills...

P3arsec

Parallel Patterns Implementation of PARSEC Benchmark Applications

Install / Use

/learn @ParaGroup/P3arsec

README

Build Status release HitCount

P<sup>3</sup>ARSEC

This repository contains parallel patterns implementations of some applications contained in the PARSEC benchmark.

All the applications (except x264) have been implemented by using the FastFlow pattern-based parallel programming framework. Some benchmarks have been also implemented with the SkePU2 framework and other with the C++ Actor Framework (CAF). In the following table you can find more details about the pattern used for each benchmark and the file(s) containing the actual implementation, both for FastFlow, SkePU2 and CAF. The pattern descriptions reported here are an approximation and exact descriptions will come later. Some benchmarks are implemented by using different patterns (bold pattern is the one used by default). To run the benchmark a different pattern refer to the specific section of this document.

| Application | Used Pattern | FastFlow Files | SkePU2 Files | CAF Files | | ------------- | ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | | Blackscholes | Map | File 1 | File 1 | File 1 | | Bodytrack | Maps | File 1, File 2 | | | | Canneal | Master-Worker | File 1 | | File 1 | | Dedup | Pipeline of Farms | File 1 | | | | " | Farm | File 1 | | | | " | Farm of Pipelines | File 1 | | | | " | Ordering Farm | File 1 | | | | Facesim | Maps | File 1, File 2, File 3, File 4 | | | | Ferret | Pipeline of Farms | File 1 | | File 1 | | " | Farm of Pipelines | File 1 | | File 1 | | " | Farm | File 1 | | | | " | Farm (Optimized) | File 1 | | File 1 | | Fluidanimate | Maps | File 1 |

Related Skills

View on GitHub
GitHub Stars18
CategoryDevelopment
Updated10mo ago
Forks7

Languages

C++

Security Score

87/100

Audited on May 4, 2025

No findings