You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am again having trouble building the software. I am failing to build with a different setup because of references to tbb. Below is a grep of all the places the string "tbb" appears in the source directory.
Hi, I am again having trouble building the software. I am failing to build with a different setup because of references to tbb. Below is a grep of all the places the string "tbb" appears in the source directory.
CMakeLists.txt: add_dependencies(mantis libtbb)
cqfMerger.cc:#include "tbb/parallel_sort.h"
cqfMerger.cc:// tbb::parallel_sort(tmpList.begin(), tmpList.end(),
cqfMerger.cc: tbb::parallel_sort(tmp_kmers.begin(), tmp_kmers.end(), [](auto &kv1, auto &kv2) {
cqfMerger.cc: tbb::parallel_sort(tmp_kmers.begin(), tmp_kmers.end(), [](auto &kv1, auto &kv2) {
grep: gqf: Is a directory
hierarchicalMantisConstructor.cc:#include "tbb/parallel_sort.h"
hierarchicalMantisConstructor.cc: tbb::parallel_sort(cmds.begin(), cmds.end(), [](auto &c1, auto &c2){
mantis.cc:#include "tbb/global_control.h"
mantis.cc: tbb::global_control c(tbb::global_control::max_allowed_parallelism, numThreads);
mst.cc://#include "tbb/parallel_sort.h"
mst.cc: tbb::parallel_sort(edgeList.begin(), edgeList.end(),
mst.cc: tbb::parallel_sort(bucket.begin(), bucket.end(),
mstMerger.cc: tbb::parallel_sort(cqfBlocks.begin(), cqfBlocks.end(), [](std::string &s1, std::string &s2) {
mstQuery.cc: // tbb::parallel_sort(query_colors.begin(), query_colors.end());
mstQuery.cc: // tbb::parallel_sort(v.begin(), v.end());
stat.cc:#include "tbb/parallel_sort.h"
stat.cc: tbb::parallel_sort(mccs.begin(), mccs.end(), [](const uint64_t &v1, const uint64_t &v2){
The text was updated successfully, but these errors were encountered: