Skip to content
@Introduction-to-Parallel-Computing

Introduction to Parallel Computing

This course introduces parallel computing, including architectures, computation models, and the design of parallel algorithms for shared and distributed memory.

Popular repositories Loading

  1. MPI MPI Public

    MPI laboratory project demonstrating parallel sequence verification using point-to-point communication. Distributes sequences across multiple processors to check ascending order and identify the fi…

    C

  2. Collective-Communication Collective-Communication Public

    MPI laboratory project demonstrating collective communication primitives to perform distributed numerical computations on a vector. Implements broadcast, scatter, gather, reduce, and scan operation…

    C

Repositories

Showing 2 of 2 repositories
  • Collective-Communication Public

    MPI 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).

    Introduction-to-Parallel-Computing/Collective-Communication’s past year of commit activity
    C 0 0 0 0 Updated Jan 20, 2026
  • MPI Public

    MPI 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).

    Introduction-to-Parallel-Computing/MPI’s past year of commit activity
    C 0 0 0 0 Updated Jan 20, 2026

Top languages

Loading…

Most used topics

Loading…