open-mp
Here are 20 public repositories matching this topic...
This program implements a histogram using MPI and OpenMP to analyze a dataset containing group ages that watch a TV show. The goal is to calculate statistics about the groups of age and generate a frequency histogram.
-
Updated
Aug 23, 2023 - C
This program implements the K-means clustering algorithm using OpenMP APIs. The K-means algorithm is a popular method of vector quantization that aims to partition n observations into k clusters. Each observation is assigned to the cluster with the nearest mean, serving as a prototype of the cluster.
-
Updated
Aug 23, 2023 - C
Parallel Game of Life using OpenMPI and OpenMP
-
Updated
Oct 14, 2023 - C
An efficient implementation of the Parallel Sum Reduction operator that computes the sum of a large array of values in both OpenMP and OpenCL.
-
Updated
Aug 30, 2019 - C
Matrix Multiplication of non-square matrices in C, including parallel versions
-
Updated
Oct 2, 2017 - C
Exercises and practises for our subject of Parallel Computing at the University of Valladolid
-
Updated
Mar 19, 2017 - C
Parallel Matrix Multiplication with OpenMP, MPI and CUDA
-
Updated
Jul 27, 2018 - C
Matrix multiplication with ring rotation
-
Updated
Oct 17, 2019 - C
Programs and scripts developed for the Parallel Programming curse
-
Updated
Dec 21, 2020 - C
Matrix operations in C, sequential and parallel implementations (Open MP)
-
Updated
Oct 3, 2017 - C
Parallel Computing University Project
-
Updated
Oct 20, 2024 - C
Statistics algorithms, sequential and parallel implementations
-
Updated
Oct 2, 2017 - C
Calculates a definite integral by using a quadrature rule. Uses worksharing directives.
-
Updated
Jul 22, 2017 - C
Performance Optimization Using POSIX Threads and OpenMP
-
Updated
Nov 26, 2024 - C
Some projects implementing different parallel processing techniques
-
Updated
Jul 2, 2020 - C
Calculates a definite integral by using a quadrature rule. Doesn't use worksharing directives, but shares loop iterations manually.
-
Updated
Jul 22, 2017 - C
Improve this page
Add a description, image, and links to the open-mp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the open-mp topic, visit your repo's landing page and select "manage topics."