Change the repository type filter
All
Repositories list
2 repositories
Collective-Communication
PublicMPI laboratory project demonstrating collective communication primitives to perform distributed numerical computations on a vector. Implements broadcast, scatter, gather, reduce, and scan operations while managing vector segments across multiple processes (Introduction to Parallel Computing, UNIWA).MPI
PublicMPI laboratory project demonstrating parallel sequence verification using point-to-point communication. Distributes sequences across multiple processors to check ascending order and identify the first element violating the order (Introduction to Parallel Computing, UNIWA).