Sign In
Scalability Notes
[Read -> Think -> Write]
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
database
distributed system
engineering
hpc
network
parallel
scalability
search
Archive
Archives
December 2010
(1)
September 2010
(1)
August 2010
(1)
April 2010
(1)
February 2010
(2)
January 2010
(4)
December 2009
(1)
November 2009
(1)
October 2009
(1)
September 2009
(1)
August 2009
(4)
June 2009
(2)
May 2009
(1)
April 2009
(1)
March 2009
(2)
February 2009
(4)
January 2009
(1)
January, 2010
MSDN Blogs
>
Scalability Notes
>
January, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Scalability Notes
Parallel Programming - Using PVM
Posted
over 2 years ago
by
changl
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
Posted
over 2 years ago
by
changl
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
Posted
over 2 years ago
by
changl
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
Posted
over 2 years ago
by
changl
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)