omp-parallel
There are 54 repositories under omp-parallel topic.
ysh329/OpenMP-101
Learn OpenMP examples step by step
adharshkamath/Mathy-Compiler
A compiler to generate OpenMP programs for equations involving constructs like Forall, Summation, etc., frequently used in the scientific domain
orancanoren/GPU-CPU-Parallel-Graph-Algorithms
GPU Parallel Graph Coloring, Shortness Centrality, BFS & Nearest Neighbor Search - CS 406 Homework
giorgapost/smith-waterman-algorithm
A C++ implementation of the Smith - Waterman algorithm. The system consists of 3 different implementations: the one is sequential, while the other two parallelize the execution in a coarse and a fine level respectively, with the use of multithreading.
IamNikolayTverdokhleb/HelmholtzEquationSolver
Solves Helmholtz equation with Jacoby and red-black i Iterative methods.
muj123-fastpwr/Codes
Mini-project codes: Java, C++, Matlab, OpenMP, MPI, OpenCL, p_thread and Assembly Language.
VenkateshBH99/KMEANS-Clustering-C-OPENMP-CUDA-MPI
Kmeans clustering using c , openmp , cuda and mpi program
Academic-Laboratory-Group/paralleled_histogram
Histogram multithread calculations of an image done in the three ways: OMP, MPI, CUDA.
denismegerle/cxx-tracer
Small educational RayTracing project in C++, featuring many texture types and mappings, soft shadows, realistic defocus and acceleration structures for fast inference.
knutsa/Digit_Recognition
Neural Network for recognition of handwritten digits.
ParsaD23/kmeans_parallel_OpenMP
Parallellization of the Kmeans algorithm with OpenMP
apooreapo/PageRank
PageRank serial and parallel implementation
asyncde/asyncde
Asynchronous Differential Evolution
borisfoko/OpenMP-Parallel-Tasking
Parallelisierung mit OpenMP. Beinhaltet Beispiel und kontrete Implementierungen
cheny16/FDD3260_speedy.f90
FDD3260 Group Work: A parallel implementation of speedy.f90
davidpb0/PAR
⛓ Paral·lelisme (PAR) 22/23 Q1 - UPC FIB
IamNikolayTverdokhleb/LU
LU OMP-based parallel decomposition
j1sk1ss/CordellDBMS.PETPRJ
Simple, modular, cross platform and portable database management studio.
jolatechno/QuIDS
quantum irregular dynamics simulator
kiarashvosough1999/OMPKMeans
KMeans With OMP Parallelization
liannekiarra-fullstackdevwebport/Cloud-Material-Movement
Using C to calculate numerical solution to the advection equation by a logarithmic profile representation to simulate the movement of a cloud of material in the atmospheric boundary layer.
saketthakare/sieve-of-eratosthenes
Various configurations for Sieve of Eratosthenes algorithm. Approaches to optimize performance by using features like openmp, chunking and branch-predictor.
AntonioFuziy/DNA_mutation_detector
A C++ project to detect mutations on DNA sequence, comparing two DNA samples. This project was built based on a Supercomputing subject and some classic algorithms are used in this project, such as Smith Waterman, Random Local Search and Exaustive Search
BartekBanas/Parallel-Programming
Implementation of parallel algorithms
brunofpsilva/JobShop
Parallel programming with OMP to solve JobShop algorithm
hbengaied/ProgParallele
This project was realized in binomial during my bac+3 at the University of Strasbourg. We had to make a google hash code faster.
joaoalvesss/feup-cpd
Parallel and Distributed Computing
M-Abdullah-Usmani/Advanced-Chatbot-utilizing-message-queue-and-filing-for-Inter-Process-Communication
TITLE: The project is titled as Execution Number Cruncher. INTRODUCTION: Execution Number Cruncher, like its name hints, will figure and calculate the exhibition/performance of certain IPC (Inter Process Communications) approaches dependent on a proper algorithm. The program will let the customer/client realize which approach is superior to the next by positioning them from best to most exceedingly terrible. The program will likewise show the time taken by the chosen issues/problems to execute utilizing each upheld IPC approach. Approaches: This program will support the following IPC approaches: 1) Filing 2) Message Queue Project Description: In this project, we came up with 2 methods of inter-process communication; message passing and filing, and we applied three methods to each of mentioned approaches. Problems: Chatbot Chatbot: In this problem, message could be send and receive on either terminals. Problem will also notify if other person is typing a message. Comparison: Filing= 0.000076 Message Queue= 0.00072 The result shows that when this problem was done using filing it took 0.000076 while using message queue time taken was 0.00072 , which shows filing approach was faster . *Important: This is Linux based project. Might throw errors on Windows and MAC OS.
Sai-Nandan-Desetti/Steady-State-Temperature
Compute the steady-state temperature of a two-dimensional homogenous plate by randomly walking on the plate.
sferez/SSPP_Sparse_Matrix_CUDA
Small Scale Parallel Programming, Sparse Matrix multiplication with CUDA
SofiaKirsanova/cmc-msu-sor2d-omp-mpi
Parallelization of the successful overrelaxation using OMP and MPI
TheKing003KS/High-Performance-Computation
Practice files for high performance computation in C++
Flagro/skipod
Практическое задание по лекционному курсу СКиПОД 5-го семестра ВМК МГУ (2021/2022 учебного года)
gabrielalbino/Eleicao-URSAL
Vote counting system using parallel programming (OMP) and hash tables
InnerShadow/Parallel-Programming
RFE BSU paralell programming labs