Search found 42 matches

by KaiMartin
01 Mar 2015, 20:58
Forum: Installation & compilation
Topic: Compile WITH_MATC fails at the linker stage
Replies: 5
Views: 5600

Re: Compile WITH_MATC fails at the linker stage

Hi Peter

ok, so I probably won't need MATC in the first place. Just had the ambition to "compile everything"...

This is my first serious elmer project. Will probably come back with more newbie questions.

KaiMartin
by KaiMartin
28 Feb 2015, 18:20
Forum: Installation & compilation
Topic: Compile WITH_MATC fails at the linker stage
Replies: 5
Views: 5600

Compile WITH_MATC fails at the linker stage

If I try to compile elmer with "WITH_MATC" on a Debian/jessie desktop I get errors by the linker: $ make (...snip...) [ 84%] [ 84%] Built target CoupledNSUpdate Built target CompressibleNS [ 84%] Built target DCRComplexSolve [ 84%] Built target DFTSolver /usr/bin/ld: listheaders: TLS defin...
by KaiMartin
28 Feb 2015, 07:03
Forum: Installation & compilation
Topic: [solved] thermal radiation related tests fail
Replies: 5
Views: 6742

ui issue solved, too

KaiMartin wrote: However, a compile with elmer-gui still fails like reported in my previous post.
For the archive: I was able to solve this issue, too. The compile looked for *.ui files in the wrong direction. Soft links to the actual files did the trick.
by KaiMartin
28 Feb 2015, 06:57
Forum: Installation & compilation
Topic: cmake compile looks for *.ui files in the wrong place
Replies: 6
Views: 8345

cmake compile looks for *.ui files in the wrong place

A cmake compile of a freshly cloned tree of Elmer+ElmerGUI failed for me with errors related to *.ui files. Turned out, the make script for them looked in ../ElmerGUI/Application/src/ but they were actually located in ../ElmerGUI/Application/forms/ After I soft linked the files to the src folder Elm...
by KaiMartin
26 Feb 2015, 03:20
Forum: Installation & compilation
Topic: [solved] thermal radiation related tests fail
Replies: 5
Views: 6742

Re: thermal radiation related tests fail

Today, I tried a fresh git_clone and compile on a different linux desktop. This machine was set-up fairly recently. So there is little probability for fluff from my previous elmer attempts which might interfere with the current build. A compile without elmer-gui and without MPI went through without ...
by KaiMartin
26 Feb 2015, 02:42
Forum: Installation & compilation
Topic: Cmake with GUI and iMPI
Replies: 2
Views: 3266

Re: Cmake with GUI and iMPI

Hi Franz, Working with Cmake-gui will be easier in this context. Being a noob myself, I'd also suggest cmake-gui and pass an additional hint: cmake-gui on freshly cloned source directory starts with an empty set options. But the configure actions needs some options to succeed. I did not know what o...
by KaiMartin
24 Feb 2015, 03:58
Forum: Installation & compilation
Topic: [solved] thermal radiation related tests fail
Replies: 5
Views: 6742

Re: thermal radiation related tests fail

Hi Peter, You do have a few extra tests that are usually passed. These seem indeed to be related to radiation. You could try to go to the tests directory and run them directly. I suspect that you might have some problem with the "ViewFactors" binary that is called by ElmerSolver. You can a...
by KaiMartin
22 Feb 2015, 22:43
Forum: Installation & compilation
Topic: [solved] thermal radiation related tests fail
Replies: 5
Views: 6742

[solved] thermal radiation related tests fail

Just did a compile from a fresh git clone on a Debian/jessie machine. Cmake configure and compile seemed to go smoothly without errors. This was my first exposure to cmake, I am very impressed by the build system. However, some of the tests failed: 97% tests passed, 10 tests failed out of 304 Total ...
by KaiMartin
22 Feb 2015, 22:27
Forum: Updates
Topic: Cmake based Elmer distributions
Replies: 13
Views: 41529

Cmake compile on Debian/Jessie

This post is meant as a heads up for fellow Debian users. I just did a fresh compile on a fairly current Debian box according the instructions above. The build went smoothly with no errors. Very impressive for such a large and complex package. This is my first exposure to cmake and I like it. Finall...
by KaiMartin
15 Jul 2013, 01:45
Forum: General
Topic: Ions, electrostatics, magnetostatics and light force
Replies: 2
Views: 2800

Re: Ions, electrostatics, magnetostatics and light force

you should be prepared to proceed step-by-step and verify that you get what you should. Thankfully, with ions in a static electromagnetic field there is a number of simple cases with well known solutions. I will test case my elmer set-up with these. Then of course, there are the necessary steps to ...