cilk Questions
6
I want to run Cilkscreen command with a cilk++ program but I'v got this error
/usr/local/cilk/bin/../lib32/pinbin: error while loading shared
libraries: libstdc++.so.6: cannot open shared obje...
2
Solved
I'm creating a multi-threaded application in Linux. here is the scenario:
Suppose I am having x instance of a class BloomFilter and I have some y GB of data(greater than memory available). I need ...
Ahouh asked 8/6, 2012 at 16:37
1
I need to generate LLVM code that will serve a lot of threads/tasks (hundreds of thousands). These threads should be lightweight like Intel TBB's tasks, golang gorutines or other. Of course they ca...
Depolymerize asked 6/8, 2012 at 14:29
1
Solved
I have a parallel program which sometimes runs and sometimes just gives segmentation fault. The executable when forced to run with 3 threads runs fine (basically it also run with single thread whic...
Candi asked 2/7, 2012 at 0:23
1
© 2022 - 2024 — McMap. All rights reserved.