Just an update: The code gives the above errors even before the execution 
of the code starts. The compilation (using make) doesn't give any errors, 
and when run the executable using make run, these errors are displayed. 

On Thursday, May 13, 2021 at 10:36:32 PM UTC+5:30 Kishore Nori wrote:

> Sorry that didn't mention more details: I am running deal.II 9.2.0 on 
> Ubuntu 20.04, 
> installed through the available PPA.
>
> The only boost function I am using is spherical_harmonic_r(l, m, theta, 
> phi) inside a simple user-defined function 
> which returns the spherical harmonic value times a const. 
> (spherical_harmonic_r is available under #include 
> <boost/math/special_functions/spherical_harmonic.hpp>
> and boost version is 1.76.0, installed and available in by /usr/include 
> directory)
>
> The weird thing is that the program results in the above errors even when 
> the function involving the above boost function is
> not called anywhere. The same function works perfectly fine in a sample 
> C++ file without deal.II
>
> I ll also try using the debugger, thank you very much for the suggestions 
> and response :)
>
> Best wishes,
>
> Kishore
>
> On Thursday, May 13, 2021 at 10:23:30 PM UTC+5:30 Wolfgang Bangerth wrote:
>
>> On 5/13/21 8:56 AM, Kishore Nori wrote: 
>> > 
>> > I would be very happy to know on why the problem is arising and how can 
>> I fix it? 
>>
>> We don't know without being able to see what specifically your code looks 
>> like 
>> and the system it is running on -- but the way to find out is to run your 
>> program in a debugger and see at which place the program is aborting. If 
>> you 
>> know where it happens, it's often relatively easy to figure out how to 
>> fix the 
>> code. 
>>
>> Best 
>> W. 
>>
>>
>> -- 
>> ------------------------------------------------------------------------ 
>> Wolfgang Bangerth email: bang...@colostate.edu 
>> www: http://www.math.colostate.edu/~bangerth/ 
>>
>>

-- 
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 received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/b3f70aa0-67a0-49a6-b20a-d485f1dcfaa3n%40googlegroups.com.

Reply via email to