diff options
author | emile <hanemile@protonmail.com> | 2018-10-10 19:56:06 +0000 |
---|---|---|
committer | emile <hanemile@protonmail.com> | 2018-10-10 19:56:06 +0000 |
commit | c8a69e1893dbe064953816ddfb36174e70583826 (patch) | |
tree | e20bb3faa1d6ead6c28e1d948bae0d3908d065e6 | |
parent | b12c1c354638e8cac7644651d6749377136a2f74 (diff) |
Build instructions
-rw-r--r-- | README.md | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/README.md b/README.md index 2ceb22b..d1e7c3e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ # Source -Source Code \ No newline at end of file +Source Code + +Building + +Simple, just: +``` +$ go build . + +$ ./Source +21:52:10 [+] Opening the csv 21:52:10 [+] Calculate the acting forces +starting worker nr. 0, processing 6250 stars +starting worker nr. 1, processing 6250 stars +starting worker nr. 2, processing 6250 stars +starting worker nr. 3, processing 6250 stars +starting worker nr. 4, processing 6250 stars +starting worker nr. 5, processing 6250 stars +starting worker nr. 6, processing 6250 stars +starting worker nr. 7, processing 6250 stars + +sliceLength = 50004 +localRangeLen = 6250 +... +``` \ No newline at end of file |