From 1710d555e25ef42fa33353379fc88fef3c4affcf Mon Sep 17 00:00:00 2001 From: Ji Qiang <38738257+qianglbl@users.noreply.github.com> Date: Sun, 16 Jun 2024 11:55:11 -0700 Subject: [PATCH] Update Readme.md --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 3ab4496..b47ed8a 100644 --- a/Readme.md +++ b/Readme.md @@ -27,10 +27,10 @@ If you just want to use CMake to build the project, jump into sections *1. Intro ### Single Processor Code: ```shell script -# inside the IMPACT-T src/ directory: +# inside the IMPACT-Z src/ directory: cmake -S . -B build cmake --build build -# the executable in now in build/bin/ +# the executable in now in build/ # this command needs sudo if you install into system paths: cmake --build build --target install @@ -39,7 +39,7 @@ cmake --build build --target install ### Multi Processor Code: ```shell script -# inside the IMPACT-T src/ directory: +# inside the IMPACT-Z src/ directory: cmake -S . -B build -DUSE_MPI=ON cmake --build build cmake --build build --target install