From d0a84e49d5ba683de0cd5f365264a0c6e3e17013 Mon Sep 17 00:00:00 2001 From: pyvawtjzl Date: Wed, 12 Mar 2025 10:05:01 +0800 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 4e5d75f..57f2d83 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ # CCZU +该实践项目练习基于MPI的并行编程。 + +如果是在本地练习的话可以通过以下指令配置环境: + +Linux + +```bash +$ apt update && apt install -y cmake make git vim gcc g++ wget \ + mpich libmpich-dev \ + openmpi-bin openmpi-doc libopenmpi-dev \ + libomp-dev +``` + +MacOS + +```bash +$ xcode-select --install +$ brew install openmpi gcc cmake +``` \ No newline at end of file