Simon, Le ven. 31 mars 2023 à 08:58, Simon Wiesheier <[email protected]> a écrit :
> > > Given that it works fine in debug mode, there are likely no out-of-bound > violations. I just use std::vector and Vector<double> as data structures > which would be detected in debug mode. > > That's optimistic :) It's not because you are in debug mode that std::vector checks the bounds. The bounds are only checked when using at() > How can I run my program without TBB enabled? > Reconfigure and recompile deal.II with -D DEAL_II_WITH_TBB=OFF Best, Bruno -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/CAGVt9eP2PDbJ%2BBFLGJ8qV4Gm54FY_DGcnMw7gyRcXuWHoYUVnQ%40mail.gmail.com.
