https://github.com/mcleber/parallel_sum
This code is a study on parallel programming.
https://github.com/mcleber/parallel_sum
cpp learning-cpp parallel-programming
Last synced: 4 months ago
JSON representation
This code is a study on parallel programming.
- Host: GitHub
- URL: https://github.com/mcleber/parallel_sum
- Owner: mcleber
- License: mit
- Created: 2023-01-08T01:45:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T03:20:46.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T03:17:04.776Z (4 months ago)
- Topics: cpp, learning-cpp, parallel-programming
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parallel-Sum
The program will create an array with 380 million integer elements ranging from 0 to 100. Then it will add the elements in a serial and parallel way.