Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 239 Bytes

ReadMe.md

File metadata and controls

13 lines (8 loc) · 239 Bytes

Compile

  1. run cmake -S . -B build/
  2. run make -C build

Run

the binary is build/genom

run ./build/genom <input-file-1> <input-file-2> <threads> <output-file>

plot the result

run ./plotSMSresults.py <output-file>