> I believe that you can *force* the cmake script to use the bundled
> version of TBB over the one on your system. I forgot the flag, but you
> may be able to find it in the doc/readme.html file.
Correct, -DDEAL_II_FORCE_BUNDLED_THREADS=TRUE does the trick.
Best,
Matthias
[1] https://deal
On 10/10/2018 06:52 AM, Hans Peter Verne wrote:
>
> /usr/include/tbb/concurrent_vector.h: In member function
> ‘tbb::concurrent_vector::iterator tbb::concurrent_vector A>::grow_by(tbb::concurrent_vector::size_type)’:
> /usr/include/tbb/concurrent_vector.h:667:38: error: operands to ?: have
> dif
I have compiled deal.II 8.4.1 earlier, but version 9.0.0 gets me in a
pickle.
My system is RedHat Enterprise Linux, version 7.5
I think I meet all the requirements:
$ cmake --version
cmake version 2.8.12.2
$ make --version
GNU Make 3.82
$ gcc --version
gcc (GCC) 7.2.0
I unpack the archive, c