Search found 54 matches

by mal
04 Jan 2011, 17:31
Forum: ElmerGUI
Topic: ElmerGUI flattens geometry, CAD, and other related files
Replies: 4
Views: 5160

Re: ElmerGUI flattens geometry, CAD, and other related files

Ok, thanks, perhaps I understand the problem a little better now.

There is now a separate block for Q_OS_LINUX that uses "cp -f" for copying the geometry input files to the project directory.

Is this what you were looking for?

BR,
Mikko
by mal
04 Jan 2011, 15:02
Forum: ElmerGUI
Topic: ElmerGUI flattens geometry, CAD, and other related files
Replies: 4
Views: 5160

Re: ElmerGUI flattens geometry, CAD, and other related files

Hello Adam, I have commited some changes, hope it works better now. Why does Elmer try to copy these files? The idea is to include all relevant files in the same project directory, including the geometry input file or files. The geometry input file(s) are needed e.g. for remeshing with modified mesh...
by mal
01 Oct 2010, 21:55
Forum: ElmerGUI
Topic: Strange GUI behaviour since Elmer update
Replies: 1
Views: 2657

Re: Strange GUI behaviour since Elmer update

Hi Peter, ElmerGUI is a (more or less) standard QT application. It relies on the operating system and standard QT libraries to open dialogs and windows in general. Unfortunately I have not had the possibility to test ElmerGUI in XFWM. Can you reproduce the problem with other desktop environments? br...
by mal
17 Sep 2010, 13:12
Forum: Bug reports
Topic: No image uploading in Elmer Wiki
Replies: 6
Views: 6849

Re: No image uploading in Elmer Wiki

Hello Peter,
The old images & attachments should be restored now.
Regards,
ML
by mal
17 Sep 2010, 08:48
Forum: Bug reports
Topic: No image uploading in Elmer Wiki
Replies: 6
Views: 6849

Re: No image uploading in Elmer Wiki

Hi,
Uploading images should work now.
ML
by mal
16 Sep 2010, 19:46
Forum: Bug reports
Topic: No image uploading in Elmer Wiki
Replies: 6
Views: 6849

Re: No image uploading in Elmer Wiki

Hi Peters,
petroo wrote:The text works well, but it does not seem possible to upload any new images.
Confirmed.
We will try to fix the problem asap (the problem is more subtle than just a permission issue).
I'll let you know when it is done.
Thanks.
ML
by mal
26 Mar 2010, 21:48
Forum: Installation & compilation
Topic: Non-deterministic MPI deadlocking on Quadcores?
Replies: 4
Views: 5461

Re: Non-deterministic MPI deadlocking on Quadcores?

Hi, Could you please post your complilation script and/or instructions for reproducing the problem? I'm using the following script on my 32-bit Ubuntu 9.10 system (relevant OpenMPI packages are libopenmpi-dev and openmpi-bin): #!/bin/sh -f export CC=mpicc.openmpi export CXX=mpic++.openmpi export FC=...
by mal
11 Nov 2009, 23:10
Forum: ElmerGUI
Topic: Python interface missed?
Replies: 2
Views: 4356

Re: Python interface missed?

The Python console (if it exists) can be found from Run -> Postprocessor (VTK)... and there under the Edit menu.
by mal
09 Nov 2009, 02:01
Forum: General
Topic: Deleting Elmer account
Replies: 1
Views: 3357

Re: Deleting Elmer account

Hi,
If you want to delete your account permanently on this forum, drop a message to one of the admins.
Mal
by mal
03 Nov 2009, 00:47
Forum: Installation & compilation
Topic: ElmerParam compilation: duplicate getline symbol
Replies: 3
Views: 5011

Re: ElmerParam compilation: duplicate getline symbol

Hi Adam,

Changed getline() -> readline() in elmerparam.

Thanks,
Mikko