about summary refs log tree commit diff
path: root/README.md
blob: d1e7c3e5b2a75109d9bbe0aaa50904f8a4bfd4d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Source

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
...
```