From 16db9de77703b67ac7ed04a7dd4c249169b91be5 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 29 Apr 2024 22:41:07 +0200 Subject: moved notes --- sort-benchmark/pairs/notes.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sort-benchmark/pairs/notes.txt (limited to 'sort-benchmark/pairs') diff --git a/sort-benchmark/pairs/notes.txt b/sort-benchmark/pairs/notes.txt deleted file mode 100644 index 7984803..0000000 --- a/sort-benchmark/pairs/notes.txt +++ /dev/null @@ -1,11 +0,0 @@ -- Getting the parallel version to work was a pain. Two major gotchas: - (1) -ltbb had to be added *at the end* of the command line - (2) clang requires a libstdc++ option to make this work - of course everything was terrible to decipher with C++ compile errors - being the mess they are. -- For measuring time I could also use - clock_t begin = clock(); - ... - clock_t end = clock(); - double time = (dobule)(end - begin) / CLOCKS_PER_SEC; - but it does not work with the parallel version (it meausres CPU clocks). -- cgit v1.3