Search found 42 matches

by KaiMartin
08 Sep 2020, 03:09
Forum: Installation & compilation
Topic: Debian removal of Qt4 in Bullseye and beyond
Replies: 4
Views: 5937

Re: Debian removal of Qt4 in Bullseye and beyond

I have been trying to build elmer using the CmakeGUI and have been having configure errors. I traced this back to Elmer still using Qt4 in a lot of places. Hi Kevin. Back in April I managed to compile most of the elmer suite on a machine that runs bullseye, that is, without QT4. I summarized the re...
by KaiMartin
14 Apr 2020, 18:06
Forum: Installation & compilation
Topic: Build report Debian/testing (bullseye)
Replies: 10
Views: 9320

Re: Build report Debian/testing (bullseye)

could you share "test-stderr_6.log" and "test-stdout_6.log" by their contents? This might give a clue on what went wrong. "test-stderr_6.log" exists but is empty (zero bytes) I put ".../build/fem/tests/AdvReactDB/test-stdout_6.log" in the attachment. All the ...
by KaiMartin
14 Apr 2020, 04:45
Forum: Installation & compilation
Topic: Build report Debian/testing (bullseye)
Replies: 10
Views: 9320

Re: Build report Debian/testing (bullseye)

Hi Peter. Unfortunately, the tests still come back with almost the same results. I looked a a little closer and noticed that the list of successfull tests does not contain any test with postfix n2, n4 or n6. If I understand correctly, these are the tests for parallel computing with MKI. All of these...
by KaiMartin
13 Apr 2020, 10:58
Forum: Installation & compilation
Topic: Build report Debian/testing (bullseye)
Replies: 10
Views: 9320

Re: Build report Debian/testing (bullseye)

Hi Peter, your tips helped me to make my build more complete: MATC is compiled in. Like you suggested, I switched off support of VTK to make the compiler happy Zoltan is compiled in. The lib was built from source in the git sub module rather than from the regular Debian package. Elmerice built witho...
by KaiMartin
12 Apr 2020, 13:35
Forum: Installation & compilation
Topic: #error "This file was generated using the moc from 5.9.5. It"
Replies: 1
Views: 3197

Re: #error "This file was generated using the moc from 5.9.5. It"

In file included from /opt/elmerfem/build/ElmerGUI/Application/ElmerGUI_autogen/mocs_compilation.cpp:2:0: /opt/elmerfem/build/ElmerGUI/Application/ElmerGUI_autogen/ENFHDYJSRV/moc_cadpreferences.cpp:15:2: error: #error "This file was generated using the moc from 5.9.5. It" #error "Thi...
by KaiMartin
12 Apr 2020, 10:21
Forum: Installation & compilation
Topic: Build report Debian/testing (bullseye)
Replies: 10
Views: 9320

Re: Build report Debian/testing (bullseye)

As promised, here is a summary of ctest after I compiled with as many options as I could: $ ctest -j4 84% tests passed, 113 tests failed out of 713 Label Time Summary: 2D = 30.84 sec*proc (16 tests) 3D = 28.58 sec*proc (7 tests) aster = 8.58 sec*proc (5 tests) beam = 1.41 sec*proc (2 tests) benchmar...
by KaiMartin
12 Apr 2020, 10:11
Forum: Installation & compilation
Topic: Build report Debian/testing (bullseye)
Replies: 10
Views: 9320

Build report Debian/testing (bullseye)

Somewhere in the drawer of projects that I'd really like to do but never quite got to, is an idea that involves charged particles in a combination of electrostatic forces, magnetic fields and resonant light. If I want to stay in Open Source territory, elmer still seems to be the tool of choice for t...
by KaiMartin
12 Apr 2020, 07:49
Forum: General
Topic: elmerwiki down
Replies: 1
Views: 6093

elmerwiki down

Just tried to access the elmerwiki ( http://www.elmerfem.org/elmerwiki/ ) Unfortunately, I was greeted by this wall of error text: [XpKc9YTVCSO7v-dxaQpOEgAAAYw] /elmerwiki/ Wikimedia\Rdbms\DBQueryError from line 1587 of /home/np29546/public_html/elmerwiki/includes/libs/rdbms/database/Database.php: A...
by KaiMartin
28 Jul 2018, 13:49
Forum: Installation & compilation
Topic: ElmerGUI command not found
Replies: 18
Views: 15828

Re: ElmerGUI command not found

cosinus@Rechner001:~$ elmerGui elmerGui: Befehl nicht gefunden. That means: ElmerGUI command not found. It means 'elmerGUI' not found. You may try 'ElmerGUI'. I.e. with a capital E. Linux is case sensitive. If the command is still not found, you can check with the search tool 'locate'. If it isn't ...
by KaiMartin
28 Jul 2018, 02:50
Forum: Installation & compilation
Topic: Build report on Debian testing, summer 2018
Replies: 7
Views: 7375

Re: Build report on Debian testing, summer 2018

How were you able to pull libvtk5-qt4-dev and libvtk5-dev? When I try to install them (Debian Stretch) I wind up with unresolvable dependencies. I used aptitude rather than apt-get. This utility works on the same set of packages but differs in the way it handles conflicts. If it does not succeed st...