mpi-introduction

所属分类:超算/并行计算
开发工具:Fortran
文件大小:0KB
下载次数:0
上传日期:2021-11-04 11:28:30
上 传 者sh-1993
说明:  使用MPI进行并行编程,
(Parallel programming with MPI,)

文件列表:
LICENSE (1069, 2021-09-19)
LICENSE-CC (140, 2021-09-19)
broadcast-scatter/ (0, 2021-09-19)
broadcast-scatter/cpp/ (0, 2021-09-19)
broadcast-scatter/cpp/skeleton.cpp (1975, 2021-09-19)
broadcast-scatter/cpp/solution/ (0, 2021-09-19)
broadcast-scatter/cpp/solution/bcast.cpp (2138, 2021-09-19)
broadcast-scatter/cpp/solution/scatter.cpp (2580, 2021-09-19)
broadcast-scatter/fortran/ (0, 2021-09-19)
broadcast-scatter/fortran/skeleton.F90 (1477, 2021-09-19)
broadcast-scatter/fortran/solution/ (0, 2021-09-19)
broadcast-scatter/fortran/solution/bcast.F90 (1659, 2021-09-19)
broadcast-scatter/fortran/solution/scatter.F90 (2006, 2021-09-19)
collectives/ (0, 2021-09-19)
collectives/cpp/ (0, 2021-09-19)
collectives/cpp/skeleton.cpp (2054, 2021-09-19)
collectives/cpp/solution/ (0, 2021-09-19)
collectives/cpp/solution/alltoall.cpp (2054, 2021-09-19)
collectives/cpp/solution/broadcast.cpp (2021, 2021-09-19)
collectives/cpp/solution/gatherv.cpp (2170, 2021-09-19)
collectives/cpp/solution/scatter.cpp (2060, 2021-09-19)
collectives/fortran/ (0, 2021-09-19)
collectives/fortran/skeleton.F90 (1739, 2021-09-19)
collectives/fortran/solution/ (0, 2021-09-19)
collectives/fortran/solution/alltoall.F90 (1742, 2021-09-19)
collectives/fortran/solution/broadcast.F90 (1707, 2021-09-19)
collectives/fortran/solution/gatherv.F90 (1939, 2021-09-19)
collectives/fortran/solution/scatter.F90 (1744, 2021-09-19)
demos/ (0, 2021-09-19)
demos/hello.F90 (72, 2021-09-19)
demos/hello.cpp (97, 2021-09-19)
docs/ (0, 2021-09-19)
docs/01-hpc-overview.md (6019, 2021-09-19)
docs/02-parallel-concepts.md (4643, 2021-09-19)
docs/03-heat-equation.md (1768, 2021-09-19)
docs/04-intro-to-mpi.md (6293, 2021-09-19)
... ...

# Parallel Programming with MPI Exercise material and model answers for the CSC course "Parallel Programming with MPI". The course is part of PRACE Training Center (PTC) activity at CSC. ## Exercises [General instructions](https://github.com/csc-training/mpi-introduction/blob/master/exercise-instructions.md) ### Introduction to MPI - [Hello world](https://github.com/csc-training/mpi-introduction/blob/master/hello-world/) ### Simple point-to-point communication - [Message exchange](https://github.com/csc-training/mpi-introduction/blob/master/message-exchange/) - [Simple parallel pi](https://github.com/csc-training/mpi-introduction/blob/master/simple-pi/) ### Using special MPI variables - [Message chain](https://github.com/csc-training/mpi-introduction/blob/master/message-chain/) - [Parallel pi](https://github.com/csc-training/mpi-introduction/blob/master/parallel-pi/) - [(Bonus) Heat equation solver](https://github.com/csc-training/mpi-introduction/blob/master/heat-equation/) ### Communication patterns - [Message chain with Sendrecv](https://github.com/csc-training/mpi-introduction/blob/master/message-chain-sendrecv/) - [Broadcast and scatter](https://github.com/csc-training/mpi-introduction/blob/master/broadcast-scatter) - [(Bonus) Sendrecv in Heat equation solver](https://github.com/csc-training/mpi-introduction/blob/master/heat-equation/README_sendrecv.md) ### Collective communication - [Collective operations](https://github.com/csc-training/mpi-introduction/blob/master/collectives/) - [(Bonus) Collective communication in Heat equation solver](https://github.com/csc-training/mpi-introduction/blob/master/heat-equation/README_collective.md) ### Non-blocking communication - [Non-blocking message chain](https://github.com/csc-training/mpi-introduction/blob/master/message-chain-nonblocking) - [(Bonus) Non-blocking communication in Heat equation solver](https://github.com/csc-training/mpi-introduction/blob/master/heat-equation/README_nonblocking.md)

近期下载者

相关文件


收藏者