GitHub topics: openmp-parallelization
cp2k/dbcsr
DBCSR: Distributed Block Compressed Sparse Row matrix library
Language: Fortran - Size: 633 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 144 - Forks: 50

discopop-project/discopop
DiscoPoP - Discovery of Potential Parallelism
Language: Python - Size: 9.98 MB - Last synced at: 4 days ago - Pushed at: 10 days ago - Stars: 51 - Forks: 22

Nihar-Shah2001/Parallel_Computing
This is a repository on notes in Parallel computing made during the course on Introduction to Scalable Systems and Parallel Computing at IISc.
Language: TeX - Size: 23.5 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 3 - Forks: 0

bernardparent/CFDWARP
Computational Fluid Dynamics, Waves, Reactions, Plasmas
Language: C - Size: 45.5 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 47 - Forks: 23

MRLintern/Parallel_Linear_Solver
Software which uses OpenMP to parallelise the three classic Algebraic Iterative Methods: Jacobi, Gauss-Seidel & Successive Over Relaxation, for solving Systems of the form Ax = b
Language: C++ - Size: 936 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

MRLintern/2D_Poisson_Equation_OpenMP
2D Poisson Equation Solver. Discretized using the Finite Difference Method & Solved by Parallelising the Jacobi Iterative Method via the OpenMP API.
Language: C - Size: 64.5 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 1

rhea-language/rhea
Just-In-Time-compiled dynamic general-purpose programming language utilizing OpenMP parallelism with built-in & language-level concurrency and unconventional syntax expressiveness.
Language: C++ - Size: 8.51 MB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

pulp-platform/hero
Heterogeneous Research Platform (HERO) for exploration of heterogeneous computers consisting of programmable many-core accelerators and an application-class host CPU, including full-stack software and hardware.
Language: SystemVerilog - Size: 61.8 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 105 - Forks: 26

ysh329/OpenMP-101
Learn OpenMP examples step by step
Language: C - Size: 7.69 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 95 - Forks: 15

sag2021/ndsm
Multigrid vector-potential solver
Language: Fortran - Size: 708 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

kthohr/optim
OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions
Language: C++ - Size: 11.7 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 853 - Forks: 140

AdityaShankar1/MonteCarlo
A collection of my Monte Carlo projects which I found fascinating
Language: C++ - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WanerChris/Calculo-de-Matrizes
Um código que utiliza de OpenMP e rand() para realizar calculos de matrizes. Ele cria duas matrizes aleatórias e faz uma multiplicação com elas.
Size: 1000 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Sean-Higgins/Epidemiology-Models
All of my epidemiological predictive models, including a basic SIR model and it's modifications. This repository also has some other fun models, including the SIInZD model for zombie outbreaks, and a model to predict the population growth of the Diclonious race from Elfen Lied. These models are written in C/C++ and use OpenMP with others in Rust.
Language: C++ - Size: 7.95 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Koushikphy/cheatsheet
A collection of random computer codes, commands and cheat sheets
Size: 127 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ollycassidy13/CMATMUL
A cache-based matrix multiplication kernel
Language: C++ - Size: 517 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

MRLintern/Navier-Stokes_2D_Channel-Flow_OpenMP
An OOP Designed Multithreaded Solver for 2D Open Channel Flow in Various Programming Languages
Size: 33.2 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

arturstat/TPmsm
Estimation of Transition Probabilities in Multistate Models
Language: C - Size: 340 KB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pleiszenburg/gravitation
n-body-simulation performance test suite
Language: Python - Size: 2.22 MB - Last synced at: 28 days ago - Pushed at: about 2 years ago - Stars: 18 - Forks: 1

MaemoonFarooq/Shortest-Path-Finder-using-Parallel-Processing
Welcome to the Parallel Shortest Path Finder! This innovative tool is designed to swiftly determine the shortest routes between pairs of nodes in a graph. Leveraging the power of Dijkstra's algorithm, it navigates graph connections using an adjacency list and a hash table-based distance matrix for optimal efficiency.
Language: C - Size: 3.11 MB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Malisha4065/OpenMPwithFortran
OpenMP parallel programming with modern Fortran
Language: Fortran - Size: 1.95 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

ThiagoFBastos/isotree
algoritmo para encontrar árvores não rotuladas
Language: C++ - Size: 84 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

vlkale/lw-sched
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.
Language: C - Size: 266 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

maitreyeepaliwal/Solving-System-of-linear-equations-in-parallel-and-serial
Implentation of Back Substitution, Conjugate Gradient and Gauss Seidel using OpenMP parallelization
Language: C - Size: 12.7 KB - Last synced at: 7 months ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 4

Avalon-S/HPC4DS-Project-GWO
This repository showcases the parallelization of the Grey Wolf Optimizer (GWO) and the development of the History-Guided Trend-adjusted GWO (HGT-GWO) with a focus on master-worker island parallelization, as part of the High Performance Computing for Data Science course group project at the University of Trento.
Language: C - Size: 7.17 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Abhiramborige/Parallel_programs_C
Parallel and Distributed computing problem programs implemented in OpenMP and MPI
Language: C - Size: 22.5 KB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 9 - Forks: 2

muhammadowaismushtaq/parallel-cryptography
Console based C++ application
Language: C++ - Size: 991 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

ivanMilin/Merge-sort
Sequential and parallel implementation of Merge sort algorithm. ( Prvi zadatak iz predmeta "Multiprocesorski sistemi", master akademske studije)
Language: C - Size: 919 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

yigitbektasgursoy/openmp-matrix-optimization
Comparison of parallel matrix multiplication methods using OpenMP, focusing on cache efficiency, runtime, and performance analysis with Intel VTune.
Language: C - Size: 15.3 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

andyfratello/PAR
🎛️ Exercicis de Paral·lelisme (PAR) Q1 - UPC FIB
Language: C - Size: 59.5 MB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 8 - Forks: 0

EmilienMendes/Parallelisme
Parallélisation de bruteforce de mot de passe
Language: C - Size: 17.6 KB - Last synced at: 5 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

70Null07/OpenMP-Arrays-Sum
Сложение векторов (указатель на массив, не STL) и подсчёт суммы всех элементов.
Language: C++ - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

HxnDev/Password-Cracker-using-Brute-Force-Algorithm
This was our Final Project for Distributed Computing. In this we had to create a distributed system that will use the Brute Force Algorithm to crack a password from the etc/shadows file of Ubuntu as all the passwords are stored there. We used OpenMP and MPICH for this implementation.
Language: C++ - Size: 792 KB - Last synced at: 4 months ago - Pushed at: about 4 years ago - Stars: 12 - Forks: 1

MauricioVazquezM/K_MEANS_PARALLELIZED
Implementation of the K-means clustering model in C++. This model parallelized with the Open MP library
Language: C++ - Size: 14.9 MB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

sam14243/HPC_Project
Heat Equation Solver
Language: C++ - Size: 26.4 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

ankitsultana/parallel-df
An OpenMP based solution for computing K-most frequent words in a corpus (see README for more). Also, my submission for Assignment 2 of Parallel Computing Course, BITS Pilani (2nd Sem 2017/18)
Language: C++ - Size: 20.5 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

sbancuz/OpenMP-zig
An implementation of the OpenMP directives for Zig
Language: Zig - Size: 229 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 21 - Forks: 0

sueszli/julia-gone-wild
parallel rendering of julia sets with CUDA and OpenMP
Language: C++ - Size: 3.56 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

nikosvil/3DEMFDFD
Fortran 77 Program for EM Modelling
Language: Fortran - Size: 3.48 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 1

Exyss/n-body-parallelization
💻 N-Body problem parallelization with OpenMP and MPI
Language: TeX - Size: 95.8 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

jmittendo/multi-gravity-simulation
Tool for simulating multiple 2d gravitational particle systems in parallel using OpenMP, written in C++
Language: C++ - Size: 665 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

AndreasKaratzas/tsp
In this project, the Traveling Salesman Problem is addressed. There are several approaches implemented. The project was done in C++ 17 and OpenMP 5.1.
Language: C++ - Size: 1.17 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

Omid-Eghlidos/kde
Kernel Density Estimation of radial, bond, angle, torsion angle, and improper angle distribution functions of an atomic or coarse-grained molecular system.
Language: C++ - Size: 8.49 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

soumyasen1809/Programming-for-Numerical-Computation
Programming for Numerical Computation using C-OpenMP (Parallel Programming)
Language: C - Size: 278 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 9 - Forks: 0

kuro337/textract
Single Header High Performance C++ Image Processing Library to read content from Images and transform Images to text files.
Language: C++ - Size: 327 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

bl33h/ecosystemSimulation
This project simulates an ecosystem with plants, herbivores, and carnivores using OpenMP for parallel processing. The grid-based simulation involves species interacting through reproduction, consumption, and movement.
Language: C - Size: 56.3 MB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

niv-sorek/DNA-sequences-allignment
Parallel implementation of Sequence Alignment - Final project Course 10324, Parallel and Distributed Computation 2020 Spring Semester. Lecturer: Dr. Boris Moroz
Language: C - Size: 30.3 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

DDansAbelenda/university_c_cpp
Este repositorio contiene varios proyectos relacionados con la programación paralela y un ejemplo de comunicación RPC.
Language: C - Size: 5.41 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

aryanA101a/gameOfLife
Parallelized game of life in OpenMP
Language: C - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

NeoNeuron/minfo
Mutual information estimator with adaptive partitioning algorithm (C++/OpenMP accelerated).
Language: Python - Size: 216 KB - Last synced at: 29 days ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 0

chrisarg/bio-seqalignment-components-libraries-edlib
Language: Perl - Size: 73.2 KB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AidaRosaCalvo/open_mp_practice
Este repositorio contiene varios ejercicios en el lenguaje C que utilizan la librería OpenMP
Language: C - Size: 890 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

mmaarij/Parallelized-Number-Plate-Detection-System-using-OpenCV-OpenMP
A Parallelized Number Plate Detection System developed for Windows using Visual Studio. It utilizes OpenCV and OpenMP to efficiently detect number plates in images and recognize characters on them. The primary goal of this system is to speed up the process of detecting and recognizing number plates in images or video frames.
Language: C++ - Size: 32.9 MB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

Foundations-of-HPC/High-Performance-Computing-2023
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
Language: C - Size: 36.7 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 22 - Forks: 3

giannis-mel/Parallel-GaussSeidel-PageRank
Parallel and serial implementation of the PageRank algorithm using the Gauss-Seidel method, featuring OpenMP parallelization
Language: C - Size: 551 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

iyan22/Genetics
Computer Architecture programming project focused on learning parallelism using C and OpenMP during the second year of my Computer Science Engineering studies at UPV/EHU
Language: C - Size: 22.5 MB - Last synced at: 10 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Coursal/OpenMP-Multisort
A simple C program using OpenMP API to sort an array given by user
Language: C - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Coursal/OpenMP-Strictly-Diagonally-Dominant
A simple OpenMP program that checks parallelly if a NxN input matrix is strictly diagonally dominant and plays a bit with it
Language: C - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

sara7860/Enhancement-of-RC5-Algorithm
Language: C - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

waterflow80/Carry-look-ahead-adder-HPC
Implementation of the Carry look ahead adder algorihtm, and parallizing the algorithm using OpenMP libriries
Language: C++ - Size: 69.3 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

CosmoJelly/K-Shortest-Path-Using-MPI-and-OpenMP
This is my final project of Parallel and Distributed Computing which solves the K Shortest Path Problem using parallelized Djkistra's Algorithm.
Language: C - Size: 58.6 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

anna-kay/recursive-quicksort-parallelization-openMP-cilk
Quicksort algorithm parallelization, C, 2 versions: openmp & cilk
Language: C - Size: 39.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

shadowbourne/multicore-n-planet-simulator
3rd Year: 1st - 90. Vectorized and multicore n-body simulators written and extensively optimised in C++ for scalability to millions of particles/planets (using Euler method and Runge-Kutta 2).
Language: C++ - Size: 822 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

ayan2809/Parallel-and-Distributed-Computing
Codes of the course parallel and distributed computing
Language: C - Size: 182 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

Mariona-FT/Parallelism-and-Concurrency-PACO
PARAL·LELISME I CONCURRÈNCIA Curs 2022-23 EPSEVG
Language: PostScript - Size: 46 MB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

yogeshkanwade21/HPC-sem-8
High Performance Computing (HPC) - Semester 8
Language: C++ - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rahulsonone1234/Parallel-Programming
Implementation of an Image Processing Library for time consuming operations such as Image Blurring,Negation,Edge Detection and Contrast Stretching.
Language: C - Size: 647 KB - Last synced at: 6 months ago - Pushed at: almost 5 years ago - Stars: 8 - Forks: 3

drifter1/openmptutorials
Code from my Tutorial series on Hive about the OpenMP API
Language: C - Size: 37.1 KB - Last synced at: 8 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

mrsyaban/parallel-inverse-matrix
Parallel matrix inversion using Gauss-Jordan method
Language: C++ - Size: 68.8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Foundations-of-HPC/Advanced-High-Performance-Computing-2023
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
Language: C - Size: 5.77 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

alighanbari2002/Parallel-Programming-Course-Projects
Parallel Programming course projects demonstrating various parallelism techniques with SIMD SSE3, OMP, and POSIX threads, including Intel Parallel Studio for analysis and parallelization.
Language: C++ - Size: 7.32 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

illuhad/hipCPU
Implementation of AMD HIP for CPUs
Language: C++ - Size: 62.5 KB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 22 - Forks: 5

farishasim/parallel-grep
String finder parallelization with shared-memory model
Language: C - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

bhavin192/ecb-des
Command line tool in C (OpenMP) for Electronic Codebook block cipher using DES
Language: C - Size: 26.4 KB - Last synced at: 6 months ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 1

olmedocr-university/nasteroids
Final project of Computer Architecture
Language: C++ - Size: 277 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

AjayBadrinath/Kuznechik
🔐 An AES Like Fast Symmetric Cipher Implemented In C ⚡
Language: C - Size: 32.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Lucas-Sperotto/Processamento_Paralelo_CE-265
Fontes relacionados as atividades desenvolvidas na turma de CE-265 Processamento Paralelo ministrada pelo Professor Jairo Panetta - ITA - 2011.
Language: Mathematica - Size: 15.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

st1gmat/highperf_tasks
Некоторые задачи на MPI и OpenMP фреймворках
Language: C++ - Size: 21.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AlexLeeSmith/SieveOfEratosthenes
In this project we plan on parallelizing the Sieve of Eratosthenes, which is an algorithm for finding prime numbers.
Language: C - Size: 1.05 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mathaushuber/Parallel-Fullsearch
Parallelizing the full search algorithm for motion estimation in videos, aiming to gain performance
Language: C - Size: 29.2 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

AbhishekRS4/openmp_parallel_programs
OpenMP Parallel Programs
Language: C++ - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Mooncake911/OpenMP_Practice
OpenMP Practice with Min/Max search in a vector, scalar product of vectors, simplest work with matrices.
Language: Jupyter Notebook - Size: 9.31 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rahult18/Parallelisation-of-DES-Algorithm
This project focuses on enhancing the efficiency of the DES cryptographic algorithm by parallelizing its implementation using OpenMP. By dividing the plain text into substrings of length '8' and leveraging block cipher properties, the algorithm achieves parallel processing on multiple processors.
Language: C++ - Size: 536 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Kostisef/smith-waterman-parallel
A parallel implementation of Smith-Waterman algorithm for determining similar regions between two strings of nucleic acid sequences or protein sequences.
Language: C++ - Size: 56.6 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Julien-Sun/2d-FFT-for-Convolution
An implementation of 2-D convolution using FFT.
Language: C - Size: 43.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ciw-project-2023/OpenMPDemo
Demo Project for OpenMP
Language: C++ - Size: 1000 Bytes - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MiDiX22/CPM_P1.1
Part 1 excercise 1 "Computació Paral·lela i Massiva"
Language: C - Size: 395 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

nrmancuso/big-bang
CUDA and OpenMp NBody simulation based on data from the Milky Way and Andromeda Galaxies
Language: C - Size: 40.8 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

sarahovey/parallel-programming
Projects using openMP for parallelization
Language: C - Size: 15.6 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

SavanK/PDPSamples
Parallel And Distributed Programming Samples - (Multithreading, MPI, Hybrid)
Language: C - Size: 364 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

vinayak1998/Parallel-K-Means-Clustering
Sequential and Parallel(using Open MP and Pthreads) Implementations(c++) of the K Means Clustering Algorithm and visualizing the results for a comparative study of the Speedup and Efficiency achieved in 3 different implementations
Language: C++ - Size: 455 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 18 - Forks: 6

ayushbudh/sequential_parallel_dijkstra_SHP_algorithm
Dijkstra Shortest Path algorithm by distributing work for parallel processing
Language: C++ - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

jackshendrikov/parallel-calc
Parallel and Distributed Calculations Labs
Language: Java - Size: 4.37 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

adammaj1/heman Fork of prideout/heman
C99 heightmap utilities.
Size: 6.58 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Imeeh/hello-world
Advancing My Parallel Programming Skill Sets
Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

MRLintern/2D-Heat-Equation_OpenMP
2D Heat Equation for a Square Plate. Solution found by Iterating through the System Algebraic Equations via the OpenMP API
Language: C - Size: 113 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

AxoyTO/Two-Dimensional-FDTD-Acceleration
Parallel implementation of Yee's Algorithm of "Finite Difference Time Domain" using Message Passing Interface(MPI) and Open Multi-Processing(OMP)
Language: C - Size: 159 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

jpantao/cp-labs
Concurrency and Parallelism course labs code
Language: C - Size: 5.54 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

temp3rr0r/InfectiousDiseaseModelling
Parallel computing: Infectious Disease Modeling with OpenMP. Agent based modelling on Undirected Acyclic graphs.
Language: C++ - Size: 1.21 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 7 - Forks: 1

a-poliakov/discords_discovery
Поиск диссонансов временного ряда
Language: C++ - Size: 134 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0
