Search found 22 matches

by bernd
07 Feb 2018, 21:38
Forum: Installation & compilation
Topic: ubuntu packages on lounchpad broken
Replies: 17
Views: 16353

Re: ubuntu packages on lounchpad broken

Any updates on this?

We gone have problems with Elmer integration on FreeCAD, I'd like to get fixed. It's quite difficult to debug it without having an elmer solver?

Is there no possibility to install Elmer on Debian Stretch except compiling it?

Bernd
by bernd
10 Jan 2018, 08:52
Forum: Installation & compilation
Topic: ubuntu packages on lounchpad broken
Replies: 17
Views: 16353

Re: ubuntu packages on lounchpad broken

Dear bernd, The installation issue of launchpad package in Ubuntu17.04 has been notified in the above mentioned website for a long time. More details may be provided by the Elmer team. In my case, I use Elmer from launchpad in Ubuntu 16.04. So, I do not know further details. However, can u try down...
by bernd
22 Dec 2017, 14:56
Forum: Installation & compilation
Topic: ubuntu packages on lounchpad broken
Replies: 17
Views: 16353

ubuntu packages on lounchpad broken

Just tried to download the packages from lounchpad, but the ones for ubuntu 17.04 and 17.10 are broken. See https://launchpad.net/~elmer-csc-ubuntu/+archive/ubuntu/elmer-csc-ppa/+packages Anyone an idea if they will get fixed? Or any other an idea where I can get packages which run on Debian Stretch...
by bernd
11 Jan 2017, 23:27
Forum: Installation & compilation
Topic: compile ElmeFEM without mpi
Replies: 1
Views: 3438

Re: compile ElmeFEM without mpi

Full log: hugo@ahorn:~/Documents/dev/elmerfem/elmerfem-dev/build$ cmake ../elmerfem -DWITH_MPI=False -DCMAKE_BUILD_TYPE=DEBUG -- Checking whether GFortran version >= 4.8 -- yes -- A library with BLAS API found. -- A library with BLAS API found. -- A library with LAPACK API found. -- Checking whether...
by bernd
09 Jan 2017, 08:47
Forum: Installation & compilation
Topic: compile ElmeFEM without mpi
Replies: 1
Views: 3438

compile ElmeFEM without mpi

For testing purposes I'd like to be able to invoke ElmerSolver directly without parsing it through mpirun. Thus I tried on latest git 0d39fed Merge branch 'devel' of https://github.com/ElmerCSC/elmerfem into devel cmake ../elmerfem -DWITH_MPI=False -DCMAKE_BUILD_TYPE=DEBUG but got an error at compil...
by bernd
09 Jan 2017, 08:44
Forum: Installation & compilation
Topic: compile and run on Debian Jessie
Replies: 12
Views: 14133

Re: compile and run on Debian Jessie

Thanks Juhani for the informations.
by bernd
13 Dec 2016, 09:48
Forum: Installation & compilation
Topic: compile and run on Debian Jessie
Replies: 12
Views: 14133

Re: compile and run on Debian Jessie

Please look https://github.com/ElmerCSC/elmerfem/wiki/Compilation how to compile and install elmer solver. thanks I was missing this. BTW: how about run elmerfem without installation? What do you do when you do developing? Install after every compile? I can run the example attached without installa...
by bernd
06 Dec 2016, 21:23
Forum: Installation & compilation
Topic: compile and run on Debian Jessie
Replies: 12
Views: 14133

Re: compile and run on Debian Jessie

Please run the solver in the sub directory "calculix_canti". Otherwise is the mesh defined in the header of case.sif (Mesh DB "." ".") not found. that did the trick ... Thanks. cd /home/hugo/Documents/projekte--BIM--opendev/dev--elmerfem/calculix_canti # error, can not...
by bernd
06 Dec 2016, 19:10
Forum: Installation & compilation
Topic: compile and run on Debian Jessie
Replies: 12
Views: 14133

Re: compile and run on Debian Jessie

Thanks for the answer, I'm a step further ... I used: $ export ELMER_HOME=/home/hugo/Documents/dev/elmerfem/elmerfem-dev/build/fem/src $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/hugo/Documents/dev/elmerfem/elmerfem-dev/build/fem/src/modules run my example $ mpirun -n 1 /home/hugo/Documents/dev/...
by bernd
05 Dec 2016, 20:18
Forum: Installation & compilation
Topic: compile and run on Debian Jessie
Replies: 12
Views: 14133

Re: compile and run on Debian Jessie

The file is in the sources and in build directory, but the solver does not find it. $ locate elements.def /home/hugo/Documents/dev/elmerfem/elmerfem-dev/build/fem/src/elements.def /home/hugo/Documents/dev/elmerfem/elmerfem-dev/elmerfem/fem/src/elements.def /home/hugo/Documents/dev/elmerfem/elmerfem-...