You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
Lab1-1.md | 5 months ago | |
Lab1-2.md | 5 months ago | |
README.md | 5 months ago | |
mpi_hello.c | 5 months ago | |
mpi_trap3.c | 5 months ago |
README.md
CCZU
该实践项目练习基于MPI的并行编程。
如果是在本地练习的话可以通过以下指令配置环境:
Linux
$ apt update && apt install -y cmake make git vim gcc g++ wget \
mpich libmpich-dev \
openmpi-bin openmpi-doc libopenmpi-dev \
libomp-dev
MacOS
$ xcode-select --install
$ brew install openmpi gcc cmake