Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

References to tbb prevent building #21

Open
jnalanko opened this issue Feb 21, 2021 · 0 comments
Open

References to tbb prevent building #21

jnalanko opened this issue Feb 21, 2021 · 0 comments

Comments

@jnalanko
Copy link

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){

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant