Parallel calculation course in 6 term at MIPT.
-
Updated
May 18, 2024 - C
Parallel calculation course in 6 term at MIPT.
Iterative solvers with MPI parallelization
Fast Fourier Transform on C++/Python with parallelism
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.
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.
Некоторые задачи на MPI и OpenMP фреймворках
C++ MPI program for rectangle sum of some user-entered functions.
A parallel molecular dynamics simulation algorithm for studying the thermal stability of nanoalloys.
Program coded in C++ language to solve the consensus problem between multiple threads using MPI
💻 N-Body problem parallelization with OpenMP and MPI
Fontes relacionados as atividades desenvolvidas na turma de CE-265 Processamento Paralelo ministrada pelo Professor Jairo Panetta - ITA - 2011.
MPI parallelization for various numerical methods and miscellaneous problems using C
Assignments done for a Parallel Programming course at @ufms.
Use and learning of distributed systems and threading.The file named readme is written in Italian.
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
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.
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.
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."