I finally proceeded with installation by increasing the amount of memory and typing “make -j1 install”, but I have a question. At the end of the installation, I had the message below. [100%] Linking CXX executable ../bin/step-37.release [100%] Built target step-37.release Install the project... -- Install configuration: "DebugRelease" CMake Error at cmake/scripts/cmake_install.cmake:41 (file): file cannot create directory: /path/usr/local/share/deal.II/scripts. Maybe need administrative privileges. Call Stack (most recent call first): cmake_install.cmake:42 (include) make: *** [Makefile:96: install] Error 1 Could you tell me what happened and how can I fixt it? Then, I typed “make test” and a message was shown “100% tests passed, 0 tests failed out of 8. Best regards Hyungeun 보낸 사람: Wolfgang Bangerth On 6/29/21 10:06 AM, Hyun-Geun Shin wrote: > [ 10%] Building CXX object > source/numerics/CMakeFiles/obj_numerics_release.dir/data_out.cc.o > > c++: fatal error: Killed signal terminated program cc1plus Hyungeun: This typically means that the compiler is running out of memory. If you did make -j4 install or similar, try to reduce the number of jobs running concurrently to make -j1 install If you didn't specify -j at all, then you don't even have enough memory to run the compiler just once and you need to increase the memory you give the virtual machine. 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/6a4384c9-07cf-6ca8-559e-c1bc6aa603d3%40colostate.edu. 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/2958AB85-A0B9-4C88-8078-DE135766EFFF%40hxcore.ol. |
- [deal.II] About installation Hyun-Geun Shin
- Re: [deal.II] About installation Wolfgang Bangerth
- RE: [deal.II] About installation Hyun-Geun Shin
- Re: [deal.II] About installation Bruno Turcksin
- Re: [deal.II] About installation Hyun-Geun Shin
- Re: [deal.II] About installation Bruno Turcksin
