Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qianglbl authored Jun 16, 2024
1 parent 9f9b5c5 commit 1710d55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 1710d55

Please sign in to comment.