Table of Contents

These are various useful pointers to information related to the proposed topics. Here is a "table of contents":
  • General
  • Parallel algorithms
  • MPI (Message Passing Interface)
  • Distributed Shared Memory (DSM)
  • Thread-based parallelism (SMP)
  • Task-oriented parallelism (distributed memory)
  • Data-oriented parallelism (distributed memory)
  • Object-Based Parallel Software
  • Hardware support for parallelism
  • Memory Consistency Models for SMP
  • Linear Algebra
  • Scientific computing

    General

    Parallel algorithms

    MPI (Message Passing Interface)

    Distributed Shared Memory (DSM)

    Note, also the hardware section.

    Thread-based parallelism (SMP)

    Note, also Memory Consistency Models for SMP.

    Task-oriented parallelism (distributed memory)

    Data-oriented parallelism (distributed memory)

    Object-Based Parallel Software

    Hardware support for parallelism

    Memory Consistency Models for SMP

    Linear Algebra

    Scientific computing