Skip to content

References to tbb prevent building #21

Description

@jnalanko

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions