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

Topic: "mpi-library"

mpi4py/mpi4py

Python bindings for MPI

Language: Python - Size: 9.35 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 849 - Forks: 124

microsoft/Microsoft-MPI

Microsoft MPI

Language: C++ - Size: 2.2 MB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 276 - Forks: 76

jeffhammond/BigMPI

Implementation of MPI that supports large counts

Language: M4 - Size: 927 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 48 - Forks: 12

jeffhammond/mukautuva

An MPI ABI compatibility layer

Language: C - Size: 798 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 32 - Forks: 3

jimouris/parallel-convolution

🖼️ Parallel Image Convolution, applying a blur filter to images. Written in C, optimized in three different ways: MPI, MPI & OpenMP and CUDA.

Language: C - Size: 20 MB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 28 - Forks: 15

pmodels/armci-mpi

An implementation of ARMCI using MPI one-sided communication (RMA)

Language: C - Size: 1.02 MB - Last synced at: 26 days ago - Pushed at: 8 months ago - Stars: 14 - Forks: 7

vsornosa1/Etsinf3

👨🏻‍💻 Notas, apuntes y prácticas resueltas del tercer año en la Etsinf (2021-2022)

Language: C - Size: 59.3 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 3

unibas-dmi-hpc/DLS4LB

Dynamic Loop Self-scheduling For Load Balancing (DLS4LB) is an MPI-Based load balancing library. It is implemented in C and FORTRAN (F90) programming languages to support scientific applications executed on High Performance Computing (HPC) systems.

Language: Fortran - Size: 56.6 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 13 - Forks: 2

Vatras/mpi-node

MPI library implementation in Node.js

Language: JavaScript - Size: 21.5 KB - Last synced at: 9 months ago - Pushed at: about 2 years ago - Stars: 12 - Forks: 3

HxnDev/Password-Cracker-using-Brute-Force-Algorithm

This was our Final Project for Distributed Computing. In this we had to create a distributed system that will use the Brute Force Algorithm to crack a password from the etc/shadows file of Ubuntu as all the passwords are stored there. We used OpenMP and MPICH for this implementation.

Language: C++ - Size: 792 KB - Last synced at: 12 days ago - Pushed at: almost 4 years ago - Stars: 12 - Forks: 1

raboonik/AutoParallelizePy

An easy-to-implement python library plugin for mpi4py along with worked examples designed to streamline domain decomposition and add a simplifying layer to noncontiguous MPI parallelization of multidimensional datasets.

Language: Python - Size: 35.2 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 10 - Forks: 1

MPILander/MPILander

There can only be one (MPI process)!

Language: C - Size: 59.6 KB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 1

siesta-project/buds

Reference counted fortran data structures

Language: Fortran - Size: 10.8 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 1

anicolaspp/Parallel-Computing-MPI-Matrix-Multiplication

Cannon Algorithm Implementation for matrix multiplication using MPI

Language: C - Size: 7.91 MB - Last synced at: 10 days ago - Pushed at: about 7 years ago - Stars: 7 - Forks: 6

taeguk/dist-prog-assignment

Sogang Univ. Distributed Programming (CSE5414) Assignments.

Language: C - Size: 11.9 MB - Last synced at: about 1 month ago - Pushed at: over 8 years ago - Stars: 5 - Forks: 1

cbaziotis/patric-triangles

MPI implementation of a parallel algorithm for finding the exact number of triangles in massive networks

Language: C++ - Size: 254 KB - Last synced at: 5 months ago - Pushed at: over 8 years ago - Stars: 5 - Forks: 4

ESMCI/mpi-serial

A one-processor version of MPI

Language: C - Size: 674 KB - Last synced at: 23 days ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 11

iraikov/chicken-mpi

Message-passing Interface (MPI) bindings for Chicken Scheme

Language: Scheme - Size: 118 KB - Last synced at: 7 months ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

Areesha-Tahir/Search-Number-Among-Slave-Processes-Using-MPI-openMP

MPI and openMP used to search for a number amoung the slave processes

Language: C++ - Size: 179 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 1

HxnDev/Searching-a-Number-among-Slave-Processes-using-OpenMP-and-MPI

In this task, I wrote the code using both OpenMP and MPI inorder to parallelize it. What it does is that the master process distributes a chunk of number equally among the slave processes. Each slave process then searches for the number to find. When one slave process finds the number, it sends a message to the master process who then sends a "terminating message" to the slave processes who then abort their search.

Language: C++ - Size: 796 KB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 0

sandialabs/fbmpi

A fallback implementation of MPI, supports one process only but is portable (incl Windows)

Language: C - Size: 104 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

KHkhalaf/Parallel-Programming

implement (rock paper scissors) game using parallel programming ( MPI library )

Language: C++ - Size: 459 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

viennamapping/mpicartreorderlib

Library with reordering algorithms for the MPI_Cart_comm reorder flag

Language: C++ - Size: 405 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 1

heydariplusplus/DMIS-MPICH

Distributed Maximal Independent Set with MPICH

Language: C++ - Size: 183 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 1

gevtushenko/MPISound 📦

Convert your MPI communications pattern to WAV format =)

Language: C++ - Size: 5.86 KB - Last synced at: 7 days ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

abhishekgupta-1/Parallel-Computing-Assignment

OpenMP and MPI solutions for integer programming problems knapsack and travelling salesman problem using branch and bound technique

Language: C - Size: 782 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 5

kkanellis/matvec-sparse

Sparse matric-vector multiplication using MPI

Language: C - Size: 24.5 MB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 3

jeffhammond/BigMPI-paper

A paper about BigMPI

Language: TeX - Size: 1.97 MB - Last synced at: about 2 months ago - Pushed at: almost 9 years ago - Stars: 3 - Forks: 0

T4vexx/SOCKETS

This project is an implementation of a simulation of the MPI_REDUCE algorithm using TCP/IP sockets in C. The main idea is to divide the sum of a set of numbers among different processes (called workers), which run in parallel, following a binary tree structure.

Language: C - Size: 22.5 KB - Last synced at: 30 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 1

isaCarvalho/MPI-BucketSort

Método de ordenação bucket sort executado paralelamente utilizando MPI.

Language: C - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 1

gurkandemir/Image-Denoising

In this project, I experienced parallel programming with C++ using MPI library. I implemented a parallel algorithm for image denoising with the Ising model using Metropolis- Hastings algorithm.

Language: C - Size: 2.49 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

DDansAbelenda/university_c_cpp

Este repositorio contiene varios proyectos relacionados con la programación paralela y un ejemplo de comunicación RPC.

Language: C - Size: 5.41 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

afaq-ahmed07/Parallel-Patient-Record-Management

A C++ project that manages patient records using parallel processing with MPI and efficient storage and retrieval via an AVL tree. The system supports CRUD operations on patient records, ensuring high performance and scalability by distributing tasks across multiple processes.

Language: C++ - Size: 25.4 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

LorenzoCiorra/LSN

Repository per gli esercizi del Laboratorio di Simulazione Numerica ed.2023

Language: Jupyter Notebook - Size: 51.9 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

matteogreek/A-star-parallel

Repository concerning the implementation of the A-star parallel algorithm developed for the High Performance Computing course at the Master's degree in Computer Science at University of Trento

Language: C - Size: 1 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

shubhangkhattar/Distributed-storage-systems-using-MPI

Implemented a distributed storage systems using MPI. The distributed file storage system consists of master node (node 0) and data-storage nodes (non-zero ranks). The job of the master node is to communicate with the data-storage nodes using MPI for data storage and retrieval. The master node also provides an API to the clients so that they store and retrieve their files.

Language: Java - Size: 104 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

KhaledSamyMohamed/HPC_Low_Pass_Filter_Parallel

Low pass filter with Dynamic Kernel Size and parallel processing using MPI and C++ Language

Language: C++ - Size: 11.5 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

daniMusli/paralelImageFilter

programs written using MPI parallel programming technologies to filter images using median image filter

Language: C++ - Size: 2.16 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

MeqdadDev/MPI_Matrix_Vector_Multiplication_Parallel_and_Sequential

A parallel program and sequential for Matrix-Vector multiplication

Language: C - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

angelariva/Numerical-Simulation-Lab

Code to perform numerical simulations of a series of physical phaenomena and optimization problems.

Language: Jupyter Notebook - Size: 63.1 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

aishwarya34/CSC-522-MPI-Profiler

Parallel and distributed computing project: MPI critical-path profiler

Size: 663 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

colbybrooks/High-Performance-Computing-MPI-Wada

Language: C++ - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

prachi220/Parallel-Programming

Parallel and Distributed Computing course projects

Language: C++ - Size: 1.11 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

truongdangqe/hello

Some Fortran codes to practice programming in Fortran.

Language: Fortran - Size: 48.8 KB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

jeffhammond/KahanMPI

Implementation of Kahan summation for MPI reductions

Language: M4 - Size: 162 KB - Last synced at: about 2 months ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

nompelis/INMPI

A library of MPI utility functions. (Nothing yet to see here.)

Language: C - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

rishdas/hpc

High Performance Computing CSCI 649. OpenMP and MPI programming

Language: C - Size: 3.53 MB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

GuillaumeGas/MyMPI

This library provides an easy way to use the MPI library

Language: C++ - Size: 264 KB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

mkdirer/Classifying-documents-distributed-and-parallel

Classifying documents in the form of a distributed and parallel application such as Manager Workers

Language: C++ - Size: 329 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

garethcmurphy/MPI_All_To_All-C-Implementation-of-MPI-All-to-All-Communication

MPI_All_To_All: C Implementation of MPI All-to-All Communication ⚡💻 This repository contains a **C implementation** of the **MPI All-to-All communication** operation, using native MPI calls. It demonstrates how to exchange data between all processes in a distributed system efficiently. --- ## Features ✨ - **Custom MPI All-to-All**: Impleme

Language: C - Size: 2.93 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

outsider-science-lab/fugaku.rs

Rust libs for Fugaku, such as MPI

Language: Rust - Size: 127 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

sharifkhan96/Parallel_distributed_systems_semester_project

This project demonstrates the creation and management of threads using the PThread library in C, implements a parallel communication pattern using MPI, and illustrates data decomposition techniques in parallel programming. It includes examples of threading, MPI communication, and matrix multiplication with data partitioning.

Size: 2.93 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

MauricioVazquezM/Words_Bag_Parallelized

Implementation of an algorithm for counting word frequency on books using a dictionary of words, parallelized with MPI in C++

Language: C++ - Size: 597 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

MariaKlimenteva/parallel_programming

MIPT course

Language: C++ - Size: 527 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

HannanI7/PointToPointMPIFunctions

Simple Implementation of MPI AllGather, AllGatherV, AlltoAll, AlltoAllV

Language: C - Size: 4.88 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jasminaorlowska/MimPI

Concurrent programming project.

Language: C - Size: 86.9 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

allenvox/mpi-examples 📦

Example MPI programs written in C++

Language: C++ - Size: 62.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

megaVE/mpi-tasks

My solution for the proposed tasks from the Parallel and Distributed Programming discipline, during the 6th period of the course | Resolução minha dos trabalhos proposto durante a disciplina de Programação Paralela e Distribuída no 6º Período do curso

Language: C - Size: 160 KB - Last synced at: 2 months ago - Pushed at: over 1 year 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: over 1 year ago - Stars: 0 - Forks: 0

samratbaral/super-core-mpi

Parallel Processing using C and MPI library

Language: C - Size: 36.6 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

airscholar/HPC_BranchAndBound

Branch and Bound Implementation of Traveling salesman algorithm

Language: Shell - Size: 314 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

irtiza7/OS-Tasks

The programs I wrote for Advanced Operating System course.

Language: C - Size: 4.99 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

salimtirit/parallel-simulation-using-MPI

Parallel algorithm for a game called “Lord of the Processors: The Two Towers” using the Python MPI library.

Language: Python - Size: 641 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

japnitahuja/guide-to-mpi

This is an introductory guide to MPI in Python (mpi4py) and C (OpenMPI)

Language: C - Size: 1.79 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

kennethassogba/human.mpi

A vanilla header-only object oriented, interface around MPI in C++

Language: C++ - Size: 68.4 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

BigDoKich/Stud_MPI_Dif

Comparison of the time of numerical differentiation when running sequentially and using the MPI library

Language: C++ - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Abhi7410/DS-Spring23

Language: C++ - Size: 1.56 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

airscholar/WSP_BranchAndBound

Different Implementations of Wandering salesman problem

Language: C++ - Size: 354 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

eduardosantoshf/mpi 📦

CLE Second Assignment - The objective of this project was to take the general problems, which have been discussed in the lab classes and for which we have developed a multithreaded solution. The aim now is to convert them into a multiprocess message passing application using the MPI library and running under Linux.

Language: C - Size: 79.6 MB - Last synced at: about 18 hours ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ErikFantomex/MPI_Curso

El objetivo de este material es presentarte los fundamentos de MPI utilizando ejemplos en C, C++, Fortran y Python.

Language: Jupyter Notebook - Size: 17.8 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

AichaLAMMAMRA/Heat-Transfer-equation-C-MPI

Program which makes it possible to carry out a simulation based on heat equation with two options. in situ and in transit

Language: C - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

GregorioDalia/PageRank

A university project to improve the performance of the Google Page Rank algorithm using the OPEN_MPI library

Language: C - Size: 5.09 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

hwaseem04/MPI

Tried basic matrix and array manipulation in MPI for parallel computing

Language: C++ - Size: 43.9 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Hassan-Ashfaq/MPI-Functions-From-Scratch

In this Project, I implemented Major Functions From Scratch. The MPI standard defines the syntax and semantics of library routines that are useful to a wide range of users writing portable message-passing programs in C, C++

Language: C - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Hassan-Ashfaq/Matrix-Multiplication-Parallel-Distributed-Computing

In this Project, We have to design Algorithum to preform Matrix Multiplication using MPI (Parallel Distributed Computing).

Language: C++ - Size: 552 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ravellaabhinav/MPI-Installation

Size: 273 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

AlessioCasolaro/N-Body

A parallel solution for N-Body Problem with MPI

Language: C - Size: 438 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

migueldeoleiros/mpi-matvec

Práctica 3 de Paralelismos de la asignatura de Concurrencia y Paralelismo de la Universidad De A Coruña (UDC) en el grado de ingeniería informática curso 2021/2022 GEI-CP 614G010182122

Language: C - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

migueldeoleiros/mpi-pi

Práctica 1 y 2 de Paralelismos de la asignatura de Concurrencia y Paralelismo de la Universidad De A Coruña (UDC) en el grado de ingeniería informática curso 2021/2022 GEI-CP 614G010182122

Language: C - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

AxoyTO/Two-Dimensional-FDTD-Acceleration

Parallel implementation of Yee's Algorithm of "Finite Difference Time Domain" using Message Passing Interface(MPI) and Open Multi-Processing(OMP)

Language: C - Size: 159 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

avelycure/ParallelComputingTechnologies

Laboratory works on the course "Parallel Computing Technologies "

Language: C++ - Size: 12.9 MB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Flagro/skipod

Практическое задание по лекционному курсу СКиПОД 5-го семестра ВМК МГУ (2021/2022 учебного года)

Language: C - Size: 9.77 KB - Last synced at: 7 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

petrisorcraciun/JavaMPI

The source code for two problems that need to be resolved with MPI.

Language: Java - Size: 31.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

AniMahajan20/Parallel-Computing

Assignments and Tasks done in course Parallel Computing during Undergrad @ BITS Pilani

Language: C - Size: 5.16 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

ajaykvala/Single-threads

Parallelising Floyd-Warshall Algorithm using MPI and OpenMP, along with performance analysis on two different machines.

Language: C++ - Size: 607 MB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

maemresen/mpi-projects

Example MPI projects for Parallel Computing Course (CSE452).

Language: C - Size: 14.6 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

jainvasu631/MPI-MapReduce-PageRank

PageRank algorithm implemented using MapReduce libraries using MPI

Language: C++ - Size: 16.7 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

alibatir/Multiprogramming-MPI-ArmstrongNumbers

Cmpe300_project_Bogazici_University

Language: Python - Size: 2.23 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

luisthedragon/Programacion-Paralela-2020-0

Language: Makefile - Size: 5.83 MB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

masatoshihanai/MPIDynamicScaling

Dynamic Scaling on MPI / Runtime MPI process provisioning and de-provisioning

Language: C++ - Size: 6.84 KB - Last synced at: 11 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

berkaybarlas/Parallel-Programming

Koc University,KU COMP 429 / COMP559 Parallel Programming Course Assignments

Language: C - Size: 133 MB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

Lexxeous/hybrid_gol

Hybrid Game of Life (GoL) program using MPI and OpenMP.

Language: C++ - Size: 298 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

albert-nowak/mpi4py

Sum matrices on multiple computers using MPI (distributed computing)

Language: Python - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

cstyl/mpi-image-reconstruction

Two-dimensional lattice-based calculation that employs a two-dimensional domain decomposition and uses non-blocking communications for image reconstruction

Language: C - Size: 1.58 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

gogopavl/parallel-image-processing-mpi

Parallel image processing using the Message Passing Interface

Language: C - Size: 5.92 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

mohan08p/ComputerEngineeringLabs

Computer Enginnering (Mumbai University)

Language: Java - Size: 1.07 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 7

Bovojon/Parallel_Distributed_Systems_labs

Language: Java - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

marianhlavac/mi-pdp-jes

Course task for MI-PDP course at FIT CTU

Language: C++ - Size: 226 KB - Last synced at: 7 days ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

akarsh3007/Parallel-Computing

Language: C++ - Size: 10.9 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Meoko97/Multiprocesadores_17-18

Univisersity of Almeria 2017-18

Language: C - Size: 14.9 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Related Topics
mpi 48 parallel-computing 31 parallel-programming 19 openmp 18 cpp 18 c 16 distributed-systems 10 distributed-computing 10 parallel 8 openmpi 8 openmp-parallelization 7 cuda 7 mpi-applications 5 pthreads 5 hpc 5 mpich 5 mpi4py 5 parallel-algorithm 5 mpi-communications 4 message-passing-interface 4 paralelism 3 parallel-processing 3 high-performance-computing 3 fortran 3 university-project 3 python 3 branch-and-bound 3 sparse-matrix 2 c-plus-plus 2 multiprocessing 2 scientific-computing 2 multithreading 2 code 2 java 2 image-processing 2 college-project 2 cannon-algorithm 2 university 2 pgas 2 cplusplus 2 hadoop-mapreduce 2 nodejs 2 omp-parallel 2 python3 2 mpich2 2 crack 1 helmholtz-equation 1 message-passing 1 image-reconstruction 1 high-performance 1 image-convolution 1 labs 1 blur-filter 1 slave 1 searching 1 lu-decomposition 1 nbody-simulation 1 search 1 master 1 cryptography 1 selection-algorithms 1 counting-triangles 1 massive-networks 1 patric 1 patric-triangles 1 triangle-counting 1 function 1 integration 1 trapezodal 1 canopy 1 canopy-algorithm 1 mpi-parallelization 1 dynamic-kernel 1 lowpassfilter 1 floyd-warshall-algorithm 1 hpc-cluster 1 remote-execution 1 fisi 1 programacion 1 unmsm 1 cloud 1 dynamic-scaling 1 provisioning 1 server-provisioning 1 concurrent-programming 1 logarithmic-complexity 1 binary-search-tree 1 password 1 password-cracker 1 password-cracking 1 mpi-io 1 scr-2756 1 snl-os-sys-software 1 matrix-multiplication-parallel 1 cuda-fortran 1 openacc 1 make 1 shell-script 1 data-science 1 dataanalysis 1