Compile the ParallelCore Performance Test Kit

1. Copy the "DTL ParallelCore Performance Test Kit" to a directory such as ~/dtl_demo

2. The following files are available:

  • accounts.transfer.sh

  • chained.pem

  • main.go

  • Makefile

  • multi-lvs-random-bg.sh

  • README.txt

3. On your terminal, run:

sudo make clean
make

4. The following new files will be created:

  • go.mod

  • go.sum

  • vendor/

  • large-column-sim-random: this is what main.go compiles to.

Last updated