A parallel and GPU-accelerated Code for Real-Space All-Electron Linear-Scaling Density Functional Theory
-
Updated
Nov 15, 2024 - C++
A parallel and GPU-accelerated Code for Real-Space All-Electron Linear-Scaling Density Functional Theory
C++ MPI program for rectangle sum of some user-entered functions.
An open source parallel C++ package for the material point method (MPM)
💻 N-Body problem parallelization with OpenMP and MPI
Parallel calculation course in 6 term at MIPT.
Fontes relacionados as atividades desenvolvidas na turma de CE-265 Processamento Paralelo ministrada pelo Professor Jairo Panetta - ITA - 2011.
Некоторые задачи на MPI и OpenMP фреймворках
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.
Умножение матриц с ускорением вычислений посредством создания параллельных процессов с помощью MPI
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.
Assignments done for a Parallel Programming course at @ufms.
Designed and implemented a parallelized iteration of the Canopy algorithm by utilizing the MPI (Message Passing Interface) programming model.
Profile of Real-Space DFT Developments at Jülich Supercomputing Centre
A parallel molecular dynamics simulation algorithm for studying the thermal stability of nanoalloys.
Fast Fourier Transform on C++/Python with parallelism
MPI parallelization for various numerical methods and miscellaneous problems using C
A Parallelized Solution of the 2D Heat Conduction Equation on a Square Plate Using MPI.
Password Cracker program coded in C++ language by applying brute force algorithm and parallelizing it using MPI and OpenMP
Program coded in C++ language to solve the consensus problem between multiple threads using MPI
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.
Add a description, image, and links to the mpi-parallelization topic page so that developers can more easily learn about it.
To associate your repository with the mpi-parallelization topic, visit your repo's landing page and select "manage topics."