10 lines
187 B
Markdown
10 lines
187 B
Markdown
# Initialize Go module
|
|
|
|
`go mod init github.com/RRZE-HPC/TheBandwidthBenchmark/tree/master/util/golang`
|
|
|
|
# Run
|
|
|
|
Choose nt option to set number of threads used.
|
|
|
|
`go run bwBench.go -nt 4`
|