GitHub topics: mpi-gather
nadaahmed2001/Messege_Encryption_Parallel_Program_MPI
Assignment 3 in High performance Computing (Parrallel processing), Encrypt a message using Caesar Cipher
Language: C - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

bnafack/ring
The whole point of MPI (Message Passing Interface) is to make processes communicate. Point-to-point communication is divided into two operations: Send and Receive. Its most basic form is called blocking. Here I wrote a blocking and non-blocking mpi program in c++. communications.
Language: C++ - Size: 7.38 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

bnafack/MPI
Language: C++ - Size: 477 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

bnafack/Point_to_point_communication
We are interested in the point to point communication in the linear network model topology using openmp.
Language: C++ - Size: 307 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

maitreyeepaliwal/MPI
Collection of some MPI codes
Language: C - Size: 7.81 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0
