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 2207532 commit 9f9b5c5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ brightness electron linac, beam dynamics in SNS linac, JARPC linac, RIA driver
linac, CERN superconducting linac, LEDA halo experiment, Proton Synchrotron at
CERN, etc.

To compile the ImpactZ code, one can follow the same procedure as described in
the Impact-T github Readme file.

The ImpactZexeMac, ImpactZexeUbuntu, and ImpactZexeWin.exe are old executables.

Expand All @@ -38,3 +36,10 @@ cmake --build build
cmake --build build --target install
```

### Multi Processor Code:

```shell script
# inside the IMPACT-T src/ directory:
cmake -S . -B build -DUSE_MPI=ON
cmake --build build
cmake --build build --target install

0 comments on commit 9f9b5c5

Please sign in to comment.