Re: [deal.II] Compilation problem: obj_numerics_release/data_out.cc

2017-09-12 Thread 'Uwe Köcher' via deal . II User Group
Dear Victor It looks like gcc is getting hold of an old TBB, not the one in the Intel > compiler tree. An extra include dir fixes it. Thanks. > > just for the audience: this must be something specific to your system configuration. I have no trouble at all using gcc 7.1.1 Kind regards Uwe --

Re: [deal.II] Compilation problem: obj_numerics_release/data_out.cc

2017-09-12 Thread Victor Eijkhout
It looks like gcc is getting hold of an old TBB, not the one in the Intel compiler tree. An extra include dir fixes it. Thanks. Victor. -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You receiv

Re: [deal.II] Compilation problem: obj_numerics_release/data_out.cc

2017-09-11 Thread Wolfgang Bangerth
On 09/11/2017 07:57 PM, Victor Eijkhout wrote: /usr/include/tbb/concurrent_vector.h:667:38: error: operands to ?: have different types 'tbb::internal::concurrent_vector_base_v3::size_type {aka long unsigned int}' and 'tbb::atomic' return iterator(*this, delta ? internal_grow_by( delta, sizeo

[deal.II] Compilation problem: obj_numerics_release/data_out.cc

2017-09-11 Thread Victor Eijkhout
For a change, this problem only appears with gcc 7.1, not Intel 17. [ 35%] Building CXX object source/numerics/CMakeFiles/obj_numerics_release.dir/data_out.cc.o cd /tmp/dealii-build/source/numerics && /opt/intel/compilers_and_libraries_2017.4.196/linux/mpi/intel64/bin/mpicxx -I/tmp/dealii-b