Stephanie, What does "icc -v" return for you? I can compile p4est 2.3.2 with icc version 19.1.1.217
You can also try an older p4est release like 2.2 instead of having to fix a bunch of bugs inside the codebase. On Mon, Mar 7, 2022 at 2:57 PM Wolfgang Bangerth <[email protected]> wrote: > > On 3/7/22 12:22, Stephanie Sparks wrote: > > > > The #include <math.h> declaration did not seem to work; however, as I > > still get the same error. > > > > Should I note this on the github issue? > > Yes, please do. > > You can just put > #define M_PI 3.14159265358979323846264338327950288 > anywhere in that file (before the first place where it is used) then. > > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/4892fe8a-1693-acb4-cb6d-7e62af782377%40colostate.edu. -- Timo Heister http://www.math.clemson.edu/~heister/ -- 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/CAMRj59FyR6OYmJWTQuZDUi1YinmHMDkFdTQ%2BEODBOsmtwArCbA%40mail.gmail.com.
