资源列表
MPITutorial
- a document for self teaching MPI
baocunshijianshunu
- 查询时间段数据,关于数据库的,大家看看有用没-Query time data on the database, we did not look useful
reduce
- reduce function sample in parallel using mpi
send_col
- send_col in parellel mpi sample
send_col_to_row
- send col to row mpi sample parallel
send_row
- send row sample mpi parallel
serial_dot
- mpi serial dot parallel
sparse_row
- sparse_row parallel mpi sample
vector_matrix_multiplication
- 稀疏矩阵与向量相乘 算法 C语言 并行计算-Sparse matrix and vector multiplication
MainSystem
- 一个图书管理系统,C++的,希望大家喜欢。-A library management system, C++, and I hope everyone likes.
particle_neighbor_search_(latest_version)
- 介绍了如何在CUDA上搭建KD-TRIE,以及如何在CUDA上对其进行搜索和预处理,使其能适应解决粒子邻居搜索问题。-Describes how to build CUDA on KD-TRIE, and how to search them on CUDA and pre-treatment, so that it can adapt to solve the particle neighbor search problem.
MPI_Parallel_Programming
- 书中第一部分简单介绍了并行程序设计的基本知识;然后在第二部分介绍基本的MPI并行程序设计方法,它虽然基本,但是却非常重要,因为通过这部分介绍的功能,可以实现几乎所有的通信功能;第三部分是在第二部分的基础上,介绍高级、复杂的MPI并行程序设计,使用高级的MPI调用可以提高并行程序的通用性和移植性,对提高并行程序的开发效率、可读性以及并行程序的执行效率等都有好处;最后一部分介绍MPI的最新扩展MPI-2,着重对动态进程管理、远程存储访问和并行I/O进行了讲解。-The book first sect
