ARM-software / synchronization-benchmarks

Collection of synchronization micro-benchmarks and traces from infrastructure applications
Other
38 stars 36 forks source link

Need to parameterize Makefile for building with and without LSE better #26

Closed geoffreyblake closed 6 years ago

geoffreyblake commented 6 years ago

Found a bug in the makefile when building with LSE where the TBB include directory was not included properly. This would be easier to test if we used a parameterized build process. I'll create a PR for this soon.

geoffreyblake commented 6 years ago

This was fixed in the self calibrating loop as it also added parameterized debug output settings. Can close this.