aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-04-29 23:01:12 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-04-29 23:01:12 +0200
commitc5bedb79e7c808294e85ed6fbba9aae527cd2990 (patch)
tree650787a5cfe7be5565568e856ca5b73dd1c8dab6
parent16db9de77703b67ac7ed04a7dd4c249169b91be5 (diff)
downloadtaming-cpp-c5bedb79e7c808294e85ed6fbba9aae527cd2990.tar.gz
taming-cpp-c5bedb79e7c808294e85ed6fbba9aae527cd2990.zip
Fixed notes
Diffstat (limited to '')
-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