[dealii-developers] suffix in extra test outputs

2017-02-08 Thread Denis Davydov
Dear all, I would like to suggest that we add some sensible info into suffix when adding extra test output. For example fragile_test.output fragile_test.output.gcc6 fragile_test.ouptut.gcc4 fragile_test.output.clang8-sierra When we have fragile tests with 3-4 different outputs, it is easier

[dealii-developers] do_vectorized() in struct Dot and alike for shared memory parallel reduction

2016-12-20 Thread Denis Davydov
Hi All, I was digging around lac/vectorized_operations_internal.h and noticed that objects that are used in SIMD to do reduction are of the form: template struct Dot {

Re: [dealii-developers] Re: Python bindings

2016-11-18 Thread Denis Davydov
Hi Rene, > On 18 Nov 2016, at 09:43, rene.m...@gmail.com wrote: > Hi Denis, > > thanks for the info. Those bindings cover a different subset than what I did, > so I'll be keeping mine for the time being. If anybody wants to take a look > and talk about integrating them upstream at some point

[dealii-developers] Re: automated bulk github issue creation

2016-11-11 Thread Denis Davydov
One could probably break the PVS report into a big TODO list and then check items once someone addresses a part of the big issue. Another option is to break them into comments and then one can link to a comment inside PVS issue, but this would quickly render issue page unusable. >From my point

Re: [dealii-developers] use Github Projects feature

2016-10-13 Thread Denis Davydov
On Friday, October 14, 2016 at 2:31:08 AM UTC+2, Matthias Maier wrote: > > On Thu, Oct 13, 2016, at 15:59 CDT, Denis Davydov <davy...@gmail.com > > wrote: > > Ps.: Denis, I am disappointed. You forgot to mention the most important > feature. You can add emoticons t

Re: [dealii-developers] MPI_InitFinalize / active_cell_iterator / double free or corruption

2016-09-06 Thread Denis Davydov
, September 6, 2016 at 11:19:17 AM UTC+2, Denis Davydov wrote: > > Hi Wolfgang, > > Attached is the error log. > > Regards, > Denis. > > On Tuesday, September 6, 2016 at 11:06:23 AM UTC+2, Wolfgang Bangerth > wrote: >> >> Denis >> Can you post the error mess

Re: [dealii-developers] MPI_InitFinalize / active_cell_iterator / double free or corruption

2016-09-06 Thread Denis Davydov
Hi Wolfgang, Attached is the error log. Regards, Denis. On Tuesday, September 6, 2016 at 11:06:23 AM UTC+2, Wolfgang Bangerth wrote: > > Denis > Can you post the error message and back trace you get? > Best > Wolfgang > > > Original message ---- >

[dealii-developers] MPI_InitFinalize / active_cell_iterator / double free or corruption

2016-09-06 Thread Denis Davydov
Dear all, I just came across a very interesting problem with (active) cell iterator being used as a member of a class in a library template class Atom { public: Atom(); typename dealii::DoFHandler::active_cell_iterator parent_cell; }; This leads to double free or corruption

Re: [dealii-developers] GUI preprocessor (a priori mesh refinement)

2016-05-26 Thread Denis Davydov
Hi Bruno, Thanks, now it works and i have a full deal.II suite built together with python part. Yay! Before starting writing the wrappers, i think we should have some tests for export strategy. I would say the python preprocessor (leave along GUI for now) for mesh generation should work with