Learn OpenMP examples step by step
-
Updated
Jan 18, 2025 - C
Learn OpenMP examples step by step
Computational Fluid Dynamics, Waves, Reactions, Plasmas
Slides, exercises and resources for the 2023-2024 course "High Performance Computing" under the "Scientific and Data-Intensive Computing" Naster Program at University of Trieste
A simple chess engine written in C and parallelized using OpenMP
A parallelized implementation of Principal Component Analysis (PCA) using Singular Value Decomposition (SVD) in OpenMP for C. The procedure used is Modified Gram Schmidt algorithm. The method for Classical Gram Schmidt is also available for use.
Slides, exercises and resources for the 2023-2024 course "Advanced High Performance Computing" under the at "Scientific and Data-Intensive Computing" Master Program at University of Trieste
Programming for Numerical Computation using C-OpenMP (Parallel Programming)
Parallel and Distributed computing problem programs implemented in OpenMP and MPI
🎛️ Exercicis de Paral·lelisme (PAR) Q1 - UPC FIB
Parallel Programming Lectured by Yi-Ping You @cs NCTU Taiwan
Implementation of an Image Processing Library for time consuming operations such as Image Blurring,Negation,Edge Detection and Contrast Stretching.
Heat Equation using different solvers (Jacobi, Red-Black, Gaussian) in C using different paradigms (sequential, OpenMP, MPI, CUDA) - Assignments for the Concurrent, Parallel and Distributed Systems course @ UPC 2013
|| programming
Projects related to parallel programming, using mainly C and C++ with OpenMP and CUDA
Implentation of Back Substitution, Conjugate Gradient and Gauss Seidel using OpenMP parallelization
An implementation of the K Means Clustering ML Algorithm in C language using OpenMP
🦖| Design, Development and Evaluation of Parallel Programs in MPI, Mpi + OpenMp Cuda Hybrid that implement the Jacobi with successive over-relaxation.
This Repository contains C implementation of various basics of parallel computing using OpenMP.
🔐 An AES Like Fast Symmetric Cipher Implemented In C ⚡
If you aren't satisfied with loop schedules provided in OpenMP, try this library. Its schedules provide an effective tradeoff for reducing load imbalance, synchronization overhead and cache misses.
Add a description, image, and links to the openmp-parallelization topic page so that developers can more easily learn about it.
To associate your repository with the openmp-parallelization topic, visit your repo's landing page and select "manage topics."