中文

A Bird's eye view of Matrix Distributed Processing

分布式、并行与集群计算 2007-05-23 v1 计算工程、金融与科学 离散数学 数学软件 高能物理 - 格点 计算物理

摘要

We present Matrix Distributed Processing, a C++ library for fast development of efficient parallel algorithms. MDP is based on MPI and consists of a collection of C++ classes and functions such as lattice, site and field. Once an algorithm is written using these components the algorithm is automatically parallel and no explicit call to communication functions is required. MDP is particularly suitable for implementing parallel solvers for multi-dimensional differential equations and mesh-like problems.

关键词

引用

@article{arxiv.cs/0303031,
  title  = {A Bird's eye view of Matrix Distributed Processing},
  author = {Massimo Di Pierro},
  journal= {arXiv preprint arXiv:cs/0303031},
  year   = {2007}
}