Short update: I was using an additional library (https://github.com/reo7sp/tgbot-cpp) to enable sending of status reports when running on the HPC. Linking this library on our HPC when compiling the program in release mode led to a segfault in the function mentioned above, even though I never call any function related to that library. Thus, for the moment I assume I could solve my problem, but will investigate further why I get that problem.
Am Freitag, 23. November 2018 08:09:25 UTC+1 schrieb Maxi Miller: > > We got an upgrade recently, thus I am currently working on getting deal.II > on the new compiler. Will report back as soon as I could get it working > > Am Dienstag, 20. November 2018 01:20:18 UTC+1 schrieb Wolfgang Bangerth: >> >> On 11/19/18 5:36 AM, 'Maxi Miller' via deal.II User Group wrote: >> > Short update: I was not able to narrow it down yet, but it looks like >> as if it >> > only happens in a rather specific combination with other functions >> (which >> > might or might not be related to deal.II). As of now, the function >> works fine >> > if either compiled in either mode on the development computer, compiled >> in >> > debug mode on the production machine or compiled in release mode on the >> > production machine, while additional try/catch mechanisms are enabled. >> Else I >> > get a segfault. >> >> That is certainly strange. Can you choose the compiler on that machine? >> It >> almost sounds like a compiler error. >> >> Best >> W. >> >> -- >> ------------------------------------------------------------------------ >> Wolfgang Bangerth email: [email protected] >> 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
