Iterative solvers with MPI parallelization
-
Updated
Nov 16, 2018 - C
Iterative solvers with MPI parallelization
Parallel computing exercises using C. OpenMP, MPI, CUDA.
Use and learning of distributed systems and threading.The file named readme is written in Italian.
Examples of Distributed-Memory Programming with 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.
Program coded in C++ language to solve the consensus problem between multiple threads using MPI
Password Cracker program coded in C++ language by applying brute force algorithm and parallelizing it using MPI and OpenMP
A Parallelized Solution of the 2D Heat Conduction Equation on a Square Plate Using MPI.
MPI parallelization for various numerical methods and miscellaneous problems using C
Fast Fourier Transform on C++/Python with parallelism
A parallel molecular dynamics simulation algorithm for studying the thermal stability of nanoalloys.
Profile of Real-Space DFT Developments at Jülich Supercomputing Centre
Designed and implemented a parallelized iteration of the Canopy algorithm by utilizing the MPI (Message Passing Interface) programming model.
Assignments done for a Parallel Programming course at @ufms.
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.
Умножение матриц с ускорением вычислений посредством создания параллельных процессов с помощью MPI
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 и OpenMP фреймворках
Fontes relacionados as atividades desenvolvidas na turma de CE-265 Processamento Paralelo ministrada pelo Professor Jairo Panetta - ITA - 2011.
Parallel calculation course in 6 term at MIPT.
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."