我的编程笔记
Table of Contents
GNU 工具套件
GDB
GNU Make
并行程序开发
Intel MPI
OpenMP
- URL – http://openmp.org/
- 参考文档
- http://en.wikipedia.org/wiki/OpenMP
- http://gcc.gnu.org/projects/gomp/
- Google Books: Parallel programming in OpenMP (by Rohit Chandra)
- https://computing.llnl.gov/tutorials/openMP/
- 我的 OpenMP 笔记
MPICH
- URL – http://www.mcs.anl.gov/research/projects/mpich2/
- 参考文档
- MPICH2 Wiki
- Compiling and Running with MPICH2 and GDB
- MPICH Lazarus' Wiki – 介绍了 FreePascal 与 MPI 结合使用的例子
- 我的 MPICH 笔记
Open MPI
- URL – http://www.open-mpi.org/
- 参考文档
- 我的 OpenMPI 笔记