Search found 42 matches

by KaiMartin
24 Jul 2018, 05:29
Forum: Installation & compilation
Topic: Build report on Debian testing, summer 2018
Replies: 7
Views: 7370

Re: Build report on Debian testing, summer 2018

Thank you so much for posting this info, it was exactly what I needed to get Elmer running on my Debian system! You are welcome. Did your install automatically pull in Tetgen support (assuming the packages were already installed) or was it an option for cmake? I seem to remember that cmake reported...
by KaiMartin
19 Jul 2018, 04:30
Forum: Installation & compilation
Topic: Build report on Debian testing, summer 2018
Replies: 7
Views: 7370

Re: Build report on Debian testing, summer 2018

If I try WITH__MKL configure fails with CMake Error at cmake/Modules/FindMKL.cmake:242 (MESSAGE): Call Stack (most recent call first): CMakeLists.txt:138 (FIND_PACKAGE) The error log contains: Determining if the pthread_create exist failed with the following output: Change Dir: /usr/local/src/elmer_...
by KaiMartin
16 Jul 2018, 03:46
Forum: Installation & compilation
Topic: Build report on Debian testing, summer 2018
Replies: 7
Views: 7370

Re: Build report on Debian testing, summer 2018

If I try to compile with hypre cmake fails to find the library even though I have the packages libhypre-dev and libhypre-2.14.0 installed. Configure complains: CMake Error at cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message): Could NOT find Hypre (missing: Hypre_INCLUDE_DIR) Call Stack...
by KaiMartin
15 Jul 2018, 17:16
Forum: Installation & compilation
Topic: Build report on Debian testing, summer 2018
Replies: 7
Views: 7370

Re: Build report on Debian testing, summer 2018

This is the error log I got when I tried the option WITH_MATC : $ make -j 4 ... [ 82%] Building CXX object ElmerGUI/Application/CMakeFiles/ElmerGUI.dir/ElmerGUI_autogen/mocs_compilation.cpp.o In file included from /usr/lib/x86_64-linux-gnu/oce-0.17/../../../include/oce/gp_Trsf2d.hxx:243:0, from /usr...
by KaiMartin
15 Jul 2018, 07:07
Forum: ElmerGUI
Topic: error runing my first model
Replies: 4
Views: 4170

Re: error runing my first model

Can you post the *.sif file? This is a compilation of the settings you did in the GUI. It is used an input for the solver.

---<)kaimartin(>---
by KaiMartin
13 Jul 2018, 06:08
Forum: Installation & compilation
Topic: Build report on Debian testing, summer 2018
Replies: 7
Views: 7370

Build report on Debian testing, summer 2018

With a shiny new PC I decided to give a build of elmer a fresh try. OS is Debian testing/buster last updated in June 2018. I used cmake-gui to choose build options: $ git clone https://github.com/ElmerCSC/elmerfem elmerfem $ cd elmerfem $ git checkout origin/devel $ cmake-gui CMakeCache.txt --> chec...
by KaiMartin
13 Jul 2018, 05:18
Forum: Installation & compilation
Topic: Elmer Ubuntu Virtual Machine
Replies: 6
Views: 10235

Re: Elmer Ubuntu Virtual Machine

minhaj021 wrote: 15 May 2018, 12:19 I want to install openpyxl using VM but its giving the following errorVM openpyxl error.PNG.
openpyxel does not seem to be needed by elmer.

---<)kaimartin(>---
by KaiMartin
13 Jul 2018, 05:15
Forum: Installation & compilation
Topic: Adding OCC, Trilinos or mumps Elmer wont build
Replies: 3
Views: 4661

Re: Adding OCC, Trilinos or mumps Elmer wont build

For the OCC build error: install the package liboce-modeling-dev For the trilinos build error: install the package libtrilinos-epetra-dev This is how I resolve these kind of errors: I search for the missing file in the debian repositories with the tool apt-file. You may have to install the package a...
by KaiMartin
24 Apr 2016, 04:05
Forum: General
Topic: Electrostatic Equation - Computation of fringe capacitance
Replies: 2
Views: 3224

Re: Electrostatic Equation - Computation of fringe capacitance

I recently also did the Tutorial 12 in the 2016 Tutorial Guide and still the output of the electric energy density are zero, in contrast to the tutorial output. I just tried the tutorial 12 (capacity of a perforated plate) myself. The electric energy density in the simulated output is indeed zero. ...
by KaiMartin
10 Apr 2016, 15:53
Forum: Installation & compilation
Topic: Build report Debian testing (stretch)
Replies: 2
Views: 4462

Re: Build report Debian testing (stretch)

I got around to run the built-in tests. Apparrently, each and every test passed successfully. See the log below: kmk@akka:/usr/local/src/elmer_2016/build$ make -j4 test Running tests... Test project /usr/local/src/elmer_2016/build Start 1: SSA_Coulomb 1/447 Test #1: SSA_Coulomb ........................