> g++: internal compiler error: Killed are you running out of memory by any chance? Use a smaller number for "-j".
On Sun, Mar 11, 2018 at 9:27 AM, Marquito Forrest <[email protected]> wrote: > Hallo dear reader of my question, > > I am trying to help my girlfriend (who studies mechanical engineering) to > make dealii available on her Macbook, since she wants to work with this > library (project / thesis work). > > Originally I tried to install dealii via spack but I failed various times. > Hence I decided to use a linux system as the basis, since this seems to be > much better supported (according to spack documentation, and github issues > of both dealii and spackpm). > Unfortunately there is no up-to-date docker image. In case I shall succeed I > am very willing to share my success in the form of such an image. But I am > still running into problems with compiling dealii, having had success with > the dependencies. > > I am incapable of detecting any potential issue / cause of the problem from > the spack-build.out. This file is attached to this question as the third > file. > The first and second file are two Dockerfiles and hence define exactly on > what system I tried to install dealii. > > In summary the situation is: > - Debian testing image (to get recent gcc) > - Miniconda Python 3.6 (my own Dockerfile, cf. file 1) > - Latest spack from github (another Dockerfile derived from file 1, cf. file > 2) > - Then in a bash I ran "spack install dealii -trilinos -oce ^[email protected]" > Since PETSc failed to build some FORTRAN specific stuff (f90-mod) and I > assumed we don't need any FORTRAN bindings > I ran "spack edit petsc" and set "--with-fc=0", which led to a > successful compilation of PETSc. > At last the dealii compilation failed but I was not able to deduce any > logical steps to take from the error messages. > > If anyone can help me and my girlfriend, I will try my best to make this > available to other potential users who are not able to get dealii running. I > think a working docker-image of a recent version will be very helpful for > many users. > > Best regards, > Marquito > > -- > The deal.II project is located at > https://urldefense.proofpoint.com/v2/url?u=http-3A__www.dealii.org_&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=f-TM9W3TMFMvyfA8yPbPFmwkCovncx08P0sOpP_xQjs&s=aw8_eC5lHsFLHe3NtmVZPtdUiuFjA3AC06cpyWkCP6M&e= > For mailing list/forum options, see > https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_forum_dealii-3Fhl-3Den&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=f-TM9W3TMFMvyfA8yPbPFmwkCovncx08P0sOpP_xQjs&s=ntGS9fy--G2uPpZ-CatjYf15jpdZxmgFVZhIyoj_jps&e= > --- > 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://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=f-TM9W3TMFMvyfA8yPbPFmwkCovncx08P0sOpP_xQjs&s=WrmWunU4vDamo-21zJ6nSd9Vc2pIEKGUZtU6H5sCeYU&e=. -- 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]. For more options, visit https://groups.google.com/d/optout.
