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
보낸 날짜: 2021 6 29일 화요일 오후 8:11
받는 사람: [email protected]
제목: Re: [deal.II] About installation

 

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.

Reply via email to