Rishabh Bassirishabhbassi.hashnode.dev·Jul 22, 2023Exploring Parallel Computing using MPI and C++: Part 6 - MPI I/OIntroduction Welcome back to our blog series on parallel computing using MPI and C++. In the previous posts, we covered various aspects of MPI programming, including parallel computing fundamentals, collective communication operations, sending/receiv...Discuss·1 like·28 readsMPI
Rishabh Bassirishabhbassi.hashnode.dev·Jul 5, 2023Exploring Parallel Computing using MPI and C++: Part 5 - Load Balancing using MPI: Achieving Scalability and Efficiency in Parallel ComputingIntroduction Welcome to the fifth part of our blog series on parallel computing using MPI and C++. In the previous posts, we covered various aspects of MPI programming, including parallel computing fundamentals, collective communication operations, a...Discuss·1 likeMPI
Rishabh Bassirishabhbassi.hashnode.dev·Jun 24, 2023Exploring Parallel Computing using MPI and C++: Part 3 - Sending and Receiving Messages using MPIIntroduction Welcome back to our blog series on parallel computing using MPI and C++. In the previous posts, we covered the basics of parallel computing, introduced MPI programming concepts, and explored collective communication operations in MPI. In...Discuss·1 likeC++
Rishabh Bassirishabhbassi.hashnode.dev·Jun 17, 2023Exploring Parallel Computing using MPI and C++: Part 4 - Collective Communication Operations in MPIIntroduction Welcome back to our blog series on parallel computing using MPI and C++. In the previous posts, we introduced the fundamentals of parallel computing, MPI, and the basics of MPI programming. In this third installment, we will delve into c...Discuss·1 likeMPI
Rishabh Bassirishabhbassi.hashnode.dev·Jun 10, 2023Exploring Parallel Computing using MPI and C++: Part 2 - Basic MPI Programming ConceptsIntroduction Welcome back to our blog series on parallel computing using MPI and C++. In the previous post, we introduced the fundamentals of parallel computing, MPI, and the importance of parallel computing in today's data-driven world. In this seco...Discuss·1 likeMPI
Rishabh Bassirishabhbassi.hashnode.dev·Feb 26, 2023Introduction to Parallel Computing -MPI and C++ Blog SeriesIn the Previous Blog, we already highlighted various factors on the basis of which we should decide what technique to use. In this series of blog posts, we will explore the basics of parallel computing using MPI and C++. We will start by understandin...Discuss·1 like·32 readsMPI
Rishabh Bassirishabhbassi.hashnode.dev·Feb 19, 2023Parallel Computing Decision FactorsParallel computing is the use of multiple processors or computers to solve a computational problem simultaneously. The technique has become increasingly popular as a means of accelerating the performance of computationally intensive tasks, such as si...Discuss·1 like#parallel computing
Sam Millersmillerc.hashnode.dev·Dec 13, 2022An array type for domain decomposition in JuliaMPI is the de-facto standard in the world of high-performance computing (HPC), and it can be a bit intimidating to learn at first. Julia is well-suited for HPC and it's quite easy to get up and running with MPI, thanks to the open source contribution...Discuss·28 readshpc
prerana karandepreranask.hashnode.dev·Dec 12, 2022Parallel computing MPI(Message Passing Interface)Problem Statement: To demonstrate the various types of parallel computing operations. How can I use MPI to parallelize a Python code? Category of the problem: Technical : MPI Hands-On - mpi4py Objectives: Objectives Learn how to prepare an environ...Discuss·1 like·279 readsMPI