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.

Reply via email to