Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenthanhvuh authored Feb 16, 2023
1 parent dba1b1a commit 38179d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ $ docker run -it dig
# docker will drop you into a Linux prompt like below
$ root@b53e0bd86c11:/dig/src#

# now we can run DIG on a trace file
# now you can run DIG -- the more CPUs/CORES your machine has, the faster DIG will run.

# run DIG on a trace file
root@931ac8632c7f:/dig/src# time ~/miniconda3/bin/python3 -O dig.py ../tests/traces/cohendiv.csv -log 4
...
...
Expand All @@ -64,7 +66,7 @@ root@931ac8632c7f:/dig/src# time ~/miniconda3/bin/python3 -O dig.py ../tests/tr
root@931ac8632c7f:/dig/src# time ~/miniconda3/bin/python3 -O dig.py ../benchmark/c/nla/cohendiv.c -log 4
...

# to update DIG to the latest from github, do a git pull in the main DIG directory in the Docker
# to update DIG to the latest from github, do a git pull in the main DIG directory in the Docker
root@931ac8632c7f:/dig/src# git pull
...
...
Expand Down

0 comments on commit 38179d3

Please sign in to comment.