Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
YujieChi authored Jan 5, 2021
1 parent a659091 commit 300473e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ Use `./compile_cuMC` to compile each part of the program. May need `chmod + x ./
```bash
# part I
# Notice, Inside the folder ./phy_stage run the program
microMC config.txt
./microMC config.txt

# Part II
# Notice, Inside the folder ./prechem_stage run the program
# make the program running on GPU 0
prechem 0
./prechem 0

# Part III
# Notice, Inside the folder ./chem_stage run the program
Expand All @@ -74,10 +74,10 @@ cp ./phy_stage/output/totalphy.dat ./chem_stage/Results in case that the calcula

# two scenarios
# 1. run the program on GPU 0, with chemical stage ending at 1000 ps, and w/o DNA damage analysis starting.
chem 0 1000 0
./chem 0 1000 0

# 2. run the program on GPU 0, with chemical stage ending at 1000 ps and w/ DNA damage analysis starting
chem 0 1000 1
./chem 0 1000 1
```
To make the logic of the simulation smooth, a [main.c](./main.c) file outside the three folders is created. After defining parameters in the “source.txt” and the “config.txt” files, just use `gcc main.c -o gMicroMC` for the compilation and use `./gMicroMC` for the execution of the entire three parts.

0 comments on commit 300473e

Please sign in to comment.