Search found 7 matches

by putanowr
23 Dec 2020, 04:35
Forum: General
Topic: Support for method of manufactured solutions
Replies: 2
Views: 1867

Re: Support for method of manufactured solutions

Hi All, Somehow I managed to solve my problem, sort of by trial and error taking as a starting point files in fem/tests/Outlet2InletBC Below I include the SIF file. For sure this is not the optimal solution and there might be more elegant way thus all comments are very welcome. Header Mesh DB "...
by putanowr
23 Dec 2020, 00:00
Forum: General
Topic: Support for method of manufactured solutions
Replies: 2
Views: 1867

Support for method of manufactured solutions

Dear All, I wonder what support can I get from Elmer in the realm of method of manufactured solutions? To cast my question into a simple specific problem, lets say I have a grid and I would like to evaluate a scalar field on this grid. The field is given explicitly as f = f(x,y,z). Then I would like...
by putanowr
16 Dec 2020, 15:32
Forum: General
Topic: mpiexec.hydra versus mpirun in Elmer context
Replies: 0
Views: 3555

mpiexec.hydra versus mpirun in Elmer context

Hi Everybody, I would like to ask if you have some experience in using mpiexec.hydra versus mpirun in running Elmer? Apparently on my Linux box (Debian) using mpiexec.hydra makes ElmerSolver_mpi fail to produce TEST.PASSED_#np. The relevant part of the source code is in ElmerSolver.F90 between lines...
by putanowr
15 Dec 2020, 23:08
Forum: General
Topic: What process creates TEST.PASSED_*
Replies: 3
Views: 1865

Re: What process creates TEST.PASSED_*

Hi,

Sorry for the noise.
Using mpirun instead of mpiexec cures the problem.
I need to find why the later was picked while configuring elmer build and not the former.

Regards
Roman
by putanowr
15 Dec 2020, 22:55
Forum: General
Topic: What process creates TEST.PASSED_*
Replies: 3
Views: 1865

Re: What process creates TEST.PASSED_*

Hi, Thanks for explanation. But is it normal that call: putanowr@krakus:~/work/ELMER/build/fem/tests/AdvReactDB$ /usr/bin/mpiexec.hydra -np 6 /home/prac/putanowr/work/ELMER/build/fem/src/ElmerSolver_mpi produces TEST.PASSED file ? From what you say I guess it should produce TEST.PASSED_6 but it does...
by putanowr
15 Dec 2020, 19:37
Forum: General
Topic: What process creates TEST.PASSED_*
Replies: 3
Views: 1865

What process creates TEST.PASSED_*

Hi, When running make test all my parallel tests fail. While investigating the problem I have experimented with fem/tests/AdvReactDB and concluded that the problem is missing TEST.PASSED_6 file. The question is what process creates this file as looking into CMake scripts gave me no answer. Facts: Te...
by putanowr
14 Dec 2020, 20:43
Forum: Software development
Topic: Formal specification of Elmer file formats
Replies: 1
Views: 3772

Formal specification of Elmer file formats

Hi All, I would like to ask for directions - are Elmer specific file formats (like SIF) formally described somewhere ? What I mean by formal description is a such specification that would allow to build parser for such file. If Elmer SIF format has grown lets say "organically", could you p...