An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: mpi-parallelization

DaveAldon/Distributed-ML-with-MLX

🍎👉🍏 Everything you need in order to get started building distributed machine learning with Apple's MLX

langage: Python - taille: 32,6 Mo - dernière synchronisation: il y a 8 jours - enregistré: il y a 4 mois - étoiles: 3 - forks: 0

adevaucorbeil/karamelo

An open source parallel C++ package for the material point method (MPM)

langage: C++ - taille: 31,2 Mo - dernière synchronisation: il y a 2 mois - enregistré: il y a 2 mois - étoiles: 85 - forks: 22

Devasish2536/Distributed-ML-with-MLX

🍎👉🍏 Everything you need in order to get started building distributed machine learning with Apple's MLX

langage: Python - taille: 32,6 Mo - dernière synchronisation: il y a 3 mois - enregistré: il y a 3 mois - étoiles: 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.

langage: C - taille: 7,17 Mo - dernière synchronisation: il y a 4 mois - enregistré: il y a 4 mois - étoiles: 0 - forks: 0

real-space/AngstromCube

A parallel and GPU-accelerated Code for Real-Space All-Electron Linear-Scaling Density Functional Theory

langage: C++ - taille: 32,3 Mo - dernière synchronisation: il y a 6 mois - enregistré: il y a 6 mois - étoiles: 6 - forks: 2

joabron/parallel-nanoalloys

A parallel molecular dynamics simulation algorithm for studying the thermal stability of nanoalloys.

langage: Python - taille: 129 ko - dernière synchronisation: il y a 5 mois - enregistré: il y a presque 2 ans - étoiles: 1 - forks: 0

DrkWithT/MPI-Any-Function-Rect-Rule

C++ MPI program for rectangle sum of some user-entered functions.

langage: C++ - taille: 104 ko - dernière synchronisation: il y a 2 mois - enregistré: il y a 8 mois - étoiles: 1 - forks: 0

Exyss/n-body-parallelization

💻 N-Body problem parallelization with OpenMP and MPI

langage: TeX - taille: 95,8 Mo - dernière synchronisation: il y a 9 mois - enregistré: il y a 9 mois - étoiles: 1 - forks: 0

Naminar/mpi

Parallel calculation course in 6 term at MIPT.

langage: C - taille: 14,1 Mo - dernière synchronisation: il y a environ un an - enregistré: il y a environ un an - étoiles: 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.

langage: Mathematica - taille: 15,4 Mo - dernière synchronisation: il y a environ un an - enregistré: il y a environ un an - étoiles: 0 - forks: 0

st1gmat/highperf_tasks

Некоторые задачи на MPI и OpenMP фреймворках

langage: C++ - taille: 21,5 ko - dernière synchronisation: il y a environ un an - enregistré: il y a environ un an - étoiles: 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.

langage: C++ - taille: 428 ko - dernière synchronisation: il y a 3 mois - enregistré: il y a plus d'un an - étoiles: 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.

langage: C++ - taille: 536 ko - dernière synchronisation: il y a 3 mois - enregistré: il y a plus de 3 ans - étoiles: 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.

langage: C++ - taille: 6,65 Mo - dernière synchronisation: il y a plus d'un an - enregistré: il y a plus d'un an - étoiles: 0 - forks: 0

real-space/.github

Profile of Real-Space DFT Developments at Jülich Supercomputing Centre

taille: 157 ko - dernière synchronisation: il y a presque 2 ans - enregistré: il y a presque 2 ans - étoiles: 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.

langage: C - taille: 7,44 Mo - dernière synchronisation: il y a plus d'un an - enregistré: il y a plus d'un an - étoiles: 0 - forks: 0

kuldeep-tolia/MPI_C_Codes

MPI parallelization for various numerical methods and miscellaneous problems using C

langage: C - taille: 72,3 ko - dernière synchronisation: il y a environ 2 ans - enregistré: il y a environ 2 ans - étoiles: 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

langage: C++ - taille: 877 ko - dernière synchronisation: il y a environ 2 mois - enregistré: il y a plus de 2 ans - étoiles: 4 - forks: 0

jwwtc/mpiHeatEquation

A Parallelized Solution of the 2D Heat Conduction Equation on a Square Plate Using MPI.

langage: C - taille: 23,3 Mo - dernière synchronisation: il y a 3 mois - enregistré: il y a plus de 2 ans - étoiles: 1 - forks: 0

remisalmon/MPI_benchmark_solver 📦

Iterative solvers with MPI parallelization

langage: C - taille: 16,6 ko - dernière synchronisation: il y a plus de 2 ans - enregistré: il y a plus de 6 ans - étoiles: 1 - forks: 0

SameetAsadullah/Consensus-Problem-Using-MPI

Program coded in C++ language to solve the consensus problem between multiple threads using MPI

langage: C++ - taille: 45,9 ko - dernière synchronisation: il y a 3 mois - enregistré: il y a presque 3 ans - étoiles: 1 - forks: 0

kavindaperera/Distributed-Memory-Programming-with-MPI

Examples of Distributed-Memory Programming with MPI

langage: C - taille: 7,81 ko - dernière synchronisation: il y a plus de 2 ans - enregistré: il y a plus de 3 ans - étoiles: 0 - forks: 0

HylianPablo/Paralela2020

Parallel computing exercises using C. OpenMP, MPI, CUDA.

langage: C - taille: 3,69 Mo - dernière synchronisation: il y a plus de 2 ans - enregistré: il y a environ 5 ans - étoiles: 0 - forks: 1

Related Keywords
mpi-parallelization 23 mpi 12 openmp-parallelization 7 openmp 4 high-performance-computing 3 c 3 parallel-computing 3 parallel-programming 2 cuda-programming 2 density-functional-theory 2 ubuntu 2 electronic-structure 2 hpc 2 linux 2 cpp 2 cuda 2 tfqmr 2 projector-augmented-wave 2 openmpi 2 numerical-methods 2 sparse-matrix 2 distributed-ml 2 fine 2 machine-learning 2 mistral 2 mistral-7b 2 mlx 2 mlx-library 2 training 2 tuning 2 distributed-computing 2 gpu-acceleration 2 message-passing-interface 1 mpich 1 kosaraju 1 graphs 1 canopy-algorithm 1 real-space 1 hpc-applications 1 green-functions 1 cryptography-algorithms 1 gpu-computing 1 canopy 1 parallelisation 1 cplusplus 1 des-algorithm 1 mpi-library 1 angstromcube 1 simd-parallelism 1 distributed-memory 1 concurrent-programming 1 consensus-problem 1 iterative-solvers 1 heat-equation 1 heat-transfer 1 password-cracker 1 brute-force-search 1 brute-force-passwords 1 trapezoidal-method 1 simpson-rule 1 numerical-integration 1 numerical-derivatives 1 matrix-multiplication-parallel 1 canons-matrix-multiplication-algorithm 1 tarjan 1 strongly-connected-components 1 speedup 1 molecular-dynamics 1 interatomic-potentials 1 delftblue-supercomputer 1 spectrum 1 sparse-linear-systems 1 sparse-linear-solver 1 pseudopotential 1 non-collinear-magnetism 1 local-density-approximation 1 linear-solvers 1 hamiltonian 1 finite-difference 1 electronic-structure-calculations 1 electron-density 1 grey-wolf-optimization 1 solid-mechanics 1 simulation 1 material-point-method 1 large-deformations 1 fluid-dynamics 1 machine-learning-models 1 quickselect 1 mpi-applications 1 k-select 1 heuristic-search-algorithms 1 distributed-systems 1 algorithms 1 fortran90 1 pthread-programming 1 pthread 1 parallel-calculations 1 n-body-problem 1 multicore-programming 1