Scalability Notes

[Read -> Think -> Write]

January, 2010

Posts
  • Scalability Notes

    Parallel Programming - Using PVM

    • 0 Comments
    Parallel Programming - Using PVM PVM is an inactive direction in HPC community , but there are many lessons can be learned from its programming model, its architecture design/implementation and how/why it failed to be the dominate system....
  • Scalability Notes

    Parallel Programming - Using MPI

    • 1 Comments
    Parallel Programming - Using MPI MPI is a message passing programming model standards[2] , it defines various Terms/Concepts , Data Structures and Function Signatures that are used to passing messages among computer processes. 1. Terms and...
  • Scalability Notes

    Parallel Programming - Using OpenMP

    • 0 Comments
    Parallel Programming - Using OpenMP OpenMP is a parallel programming model for shared memory parallel computers. It's based on Fork-Join parallel execution pattern and is suitable for Data Parallel and Task Parallel applications. Fork-Join Pattern...
  • Scalability Notes

    Parallel Programming - Using POSIX Threads

    • 0 Comments
    Parallel Programming - Using POSIX Threads Pthreads (a.k.a POSIX Threads), is another parallel programming model over Shared Memory Computers , which is categorized to Threads Based Model (the other is message passing based model). Pthreads...
Page 1 of 1 (4 items)