aboutsummaryrefslogtreecommitdiff
path: root/sort-benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'sort-benchmark')
-rw-r--r--sort-benchmark/notes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sort-benchmark/notes.txt b/sort-benchmark/notes.txt
index 7984803..752ead5 100644
--- a/sort-benchmark/notes.txt
+++ b/sort-benchmark/notes.txt
@@ -1,6 +1,6 @@
1- Getting the parallel version to work was a pain. Two major gotchas: 1- Getting the parallel version to work was a pain. Two major gotchas:
2 (1) -ltbb had to be added *at the end* of the command line 2 (1) -ltbb had to be added *at the end* of the command line
3 (2) clang requires a libstdc++ option to make this work 3 (2) I was sometimes trying clang, but not clang++
4 of course everything was terrible to decipher with C++ compile errors 4 of course everything was terrible to decipher with C++ compile errors
5 being the mess they are. 5 being the mess they are.
6- For measuring time I could also use 6- For measuring time I could also use

Generated with cgit - Back to sebastiano.tronto.net