Hi,
could you perhaps check in Synaptic, whether you accidentally have hypre installed and hence the library within your paths? The config.log from the fem-directory would help to inquire that.
Regards,
Thomas
Search found 94 matches
- 17 May 2011, 08:35
- Forum: Installation & compilation
- Topic: MPI problem
- Replies: 5
- Views: 3600
- 05 May 2011, 13:13
- Forum: ElmerSolver
- Topic: Zeta potential not working?
- Replies: 10
- Views: 5001
Re: Zeta potential not working?
Dear Sebastian, on a first look I had I think there's something not OK with your mesh or I have issues in understanding what you are after. Three issues I found: 1) the left side boundary for me appears not to be defined all over the height (just load the mesh into ElmerPost and display all lines an...
- 04 Mar 2011, 16:14
- Forum: Events
- Topic: Summer Trainee Elmer
- Replies: 0
- Views: 4550
Summer Trainee Elmer
CSC is looking for a summer trainee to help implementing and develop Elmer modules for effective data I/O in parallel environments, in particular for climate related data stored in the NetCDF format. This includes automated interpolation data and coordinate transformation of coordinates. Time permit...
- 07 Jan 2011, 19:04
- Forum: Installation & compilation
- Topic: Problem compiling ElmerGUI on 64bit Fedora 14
- Replies: 7
- Views: 5819
Re: Problem compiling ElmerGUI on 64bit Fedora 14
Hello,
this is just a guess, but you might be in need of either setting the libraries in LD_LIBRARY_PATH or the LDFLAGS ...
Best wishes,
Thomas
this is just a guess, but you might be in need of either setting the libraries in LD_LIBRARY_PATH or the LDFLAGS ...
Best wishes,
Thomas
- 07 Jan 2011, 18:56
- Forum: ElmerPost
- Topic: Axisymmetric to 3D view
- Replies: 1
- Views: 2451
Re: Axisymmetric to 3D view
Hello,
to my information it is not possible to revolve axi-symmetric results inside ElmerPost. That would demand major modifications of the *.ep result file.
All the best,
Thomas
to my information it is not possible to revolve axi-symmetric results inside ElmerPost. That would demand major modifications of the *.ep result file.
All the best,
Thomas
- 22 Oct 2010, 08:26
- Forum: General
- Topic: Application fields of Elmer
- Replies: 33
- Views: 48529
Re: Application fields of Elmer
There are about 10 - 20 users (with a core of about 5 high level users) in Earth Sciences, mainly in Geophysical Fluid Mechanics in Glaciology, spread over the globe that I think should be presented in this statistics.
- 18 Oct 2010, 22:24
- Forum: ElmerPost
- Topic: How to display an additional field variable?
- Replies: 8
- Views: 10150
Re: How to display an additional field variable?
Dear Peter, Apparently things go wrong if a variable with the name Density is added by SaveMaterials. I have the suspicion that this is connected to the fact that Density is in the Elmer keyword database (hence a reserved name). If you give it another name, like for instance Dichte , and simply assi...
- 18 Oct 2010, 16:14
- Forum: ElmerPost
- Topic: How to display an additional field variable?
- Replies: 8
- Views: 10150
Re: How to display an additional field variable?
Dear Peter, I could reply your error with a different, but similar case. When I drop the SaveMaterials (Exec Solver = Never), the run survives. Can you confirm that this is also the case for you? I checked with a debugger, but actually did not find an issue directly in SaveMaterials. Will try to hav...
- 18 Oct 2010, 09:41
- Forum: ElmerSolver
- Topic: communication between partitions in parallel
- Replies: 5
- Views: 2335
Re: communication between partitions in parallel
Hi Lionel, in parallel computing communication (i.e., utilizing the MPI calls) is the main cause of performance limits. The less your parallel tasks have to talk to each other, the more they can spend on doing the number-crunching. Especially if you use blocking communication (when often CPU's are i...
- 16 Oct 2010, 19:45
- Forum: Installation & compilation
- Topic: (last module) fem does not compile.
- Replies: 2
- Views: 3558
Re: (last module) fem does not compile.
For the RHEL 5 issue with the completely outdated gcc version. ASFAIK there is a gcc test-package within RHEL 5 that has a version of gcc that already has the needed feature ...