GitHub topics: mpi-parallelization
real-space/AngstromCube
A parallel and GPU-accelerated Code for Real-Space All-Electron Linear-Scaling Density Functional Theory
Language: C++ - Size: 33.2 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 7 - Forks: 2

jwwtc/mpiHeatEquation
A Parallelized Solution of the 2D Heat Conduction Equation on a Square Plate Using MPI.
Language: C - Size: 23.3 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

DaveAldon/Distributed-ML-with-MLX
🍎👉🍏 Everything you need in order to get started building distributed machine learning with Apple's MLX
Language: Python - Size: 32.6 MB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

adevaucorbeil/karamelo
An open source parallel C++ package for the material point method (MPM)
Language: C++ - Size: 31.2 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 85 - Forks: 22

Devasish2536/Distributed-ML-with-MLX
🍎👉🍏 Everything you need in order to get started building distributed machine learning with Apple's MLX
Language: Python - Size: 32.6 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

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: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

joabron/parallel-nanoalloys
A parallel molecular dynamics simulation algorithm for studying the thermal stability of nanoalloys.
Language: Python - Size: 129 KB - Last synced at: 6 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

DrkWithT/MPI-Any-Function-Rect-Rule
C++ MPI program for rectangle sum of some user-entered functions.
Language: C++ - Size: 104 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

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

Naminar/mpi
Parallel calculation course in 6 term at MIPT.
Language: C - Size: 14.1 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - 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

kchristin22/K_select
Find the kth smallest element of an array using MPI. Three different versions have been implemented for this purpose: k-Search, Heuristic Quickselect and Quickselect.
Language: C++ - Size: 428 KB - Last synced at: 4 months 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: 3 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

MScUniversityCollaborations/Parallel-Canopy-Algorithm
Designed and implemented a parallelized iteration of the Canopy algorithm by utilizing the MPI (Message Passing Interface) programming model.
Language: C++ - Size: 6.65 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

real-space/.github
Profile of Real-Space DFT Developments at Jülich Supercomputing Centre
Size: 157 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

group04HPC/Parallelization
This repository stores a project whose aim is to parallelize some algorithms for the search of the strongly connected components of a graph. The parallelization method has been applied both on the Tarjan and Kosaraju algorithms.
Language: C - Size: 7.44 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

kuldeep-tolia/MPI_C_Codes
MPI parallelization for various numerical methods and miscellaneous problems using C
Language: C - Size: 72.3 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

SameetAsadullah/Distributed-Password-Cracker-Using-MPI-and-OpenMP
Password Cracker program coded in C++ language by applying brute force algorithm and parallelizing it using MPI and OpenMP
Language: C++ - Size: 877 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

remisalmon/MPI_benchmark_solver 📦
Iterative solvers with MPI parallelization
Language: C - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

SameetAsadullah/Consensus-Problem-Using-MPI
Program coded in C++ language to solve the consensus problem between multiple threads using MPI
Language: C++ - Size: 45.9 KB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

kavindaperera/Distributed-Memory-Programming-with-MPI
Examples of Distributed-Memory Programming with MPI
Language: C - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

HylianPablo/Paralela2020
Parallel computing exercises using C. OpenMP, MPI, CUDA.
Language: C - Size: 3.69 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1
