[ET Trac] [Einstein Toolkit] #2196: Compilation error when running command ./simfactory/bin/sim build --mdbkey make 'make -j2' --thornlist ../einsteintoolkit.th | cat
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Sat Sep 15 02:26:52 CDT 2018
#2196: Compilation error when running command ./simfactory/bin/sim build --mdbkey
make 'make -j2' --thornlist ../einsteintoolkit.th | cat
------------------------+---------------------------------
Reporter: dvogel3@… | Owner: (none)
Type: defect | Status: new
Priority: unset | Milestone:
Component: Cactus | Version: development version
Resolution: | Keywords: compile error
------------------------+---------------------------------
Comment (by anonymous):
Most of the lines are warnings and can be ignored. However there is one
line
{{{
g++: internal compiler error: Killed (program cc1plus)
}}}
which is an actual error. The output suggest filing a bug report with the
gcc team. However giving that you are running this in a VM my first
suspicion would be that you are running out of memory (in which case the
OS will kill one process more or less at random).
So I would try two things:
# provide the VM with more memory (at least 2GB, better 3GB)
# compile serially ie use --mdbkey make 'make -j1' which will also reduce
memory consumption since only one g++ process (g++ is the most memory
hungry of gcc, g++ and gfortran) will run in parallel
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/2196#comment:1>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list