Search found 54 matches

by mal
23 Sep 2009, 18:34
Forum: Installation & compilation
Topic: Compiling Elmer with MPI
Replies: 23
Views: 24316

Re: Compiling Elmer with MPI

Hi,

Code: Select all

checking for pdneupd_ in -lparpack... no
configure: WARNING: No parallel arpack found.
What says config.log when this error occurs?
by mal
16 Sep 2009, 08:54
Forum: Installation & compilation
Topic: elmerGUI installation on Debian Lenny (1)
Replies: 12
Views: 14409

Re: elmerGUI installation on Debian Lenny (1)

Please do not modify the *LIBS variables. Change only the *PATH variables to match your installation. The defaults in ElmerGUI.pri (svn) should now comply with the 32-bit Debian 5.0 Linux distribution. In case of 64-bit distributions, set BITS=64 in ElmerGUI.pri. The following packages are prerequis...
by mal
15 Sep 2009, 22:48
Forum: Installation & compilation
Topic: elmerGUI installation on Debian Lenny (1)
Replies: 12
Views: 14409

Re: elmerGUI installation on Debian Lenny (1)

Please do not modify the OCC_LIBS variable. Only adjust OCC_INCLUDEPATH and OCC_LIBPATH to tell the compiler from where to look for OCC headers and libraries. Next, you should do the same with the VTK block in the ElmerGUI.pri file. Modify the *PATH entries to tell the compiler from where to look fo...
by mal
15 Sep 2009, 09:50
Forum: ElmerGUI
Topic: ElmerGUIlogger error
Replies: 1
Views: 3638

Re: ElmerGUIlogger error

Hi,

What exactly is the error message?

Please note that ElmerGUI needs the Visual C++ 2008 redistribitable runtime environment installed.

You can download it from here.
by mal
14 Sep 2009, 20:13
Forum: Installation & compilation
Topic: Installation on Linux
Replies: 4
Views: 7111

Re: Installation on Linux

Unfortunately I'm not aware of precompiled Elmer-packages for Suse Linux distributions. If compiling from source is out of the question (it may be tricky), then one possibility is to install a virtual system for which precompiled binary packages exist. For example VirtualBox + Ubuntu Linux or Virtua...
by mal
14 Sep 2009, 17:04
Forum: Installation & compilation
Topic: elmerGUI installation on Debian Lenny (1)
Replies: 12
Views: 14409

Re: elmerGUI installation on Debian Lenny (1)

Project MESSAGE: check OCC_INCLUDEPATH or undefine EG_OCC in ElmerGUI.pri: #------------------------------------------------------------------------------ # OpenCASCADE library: #------------------------------------------------------------------------------ unix { OCC_INCLUDEPATH = /usr/local/inc OC...
by mal
14 Sep 2009, 15:59
Forum: Installation & compilation
Topic: elmerGUI installation on Debian Lenny (2)
Replies: 2
Views: 4739

Re: elmerGUI installation on Debian Lenny (2)

with the newly installed elmerGUI on my Debian partition, I tried to test its functionality, I tried to read the pump carter case file, ElmerGUI responds displaying the following message Unable to (re)mesh: no input data or mesh generator (please make sure that your input file suffix is in lower ca...
by mal
14 Sep 2009, 15:46
Forum: Installation & compilation
Topic: Installation on Linux
Replies: 4
Views: 7111

Re: Installation on Linux

selim wrote:Hi,

I am not so familiar on Linux envir.

Is there a full package availabe also for Linux as like in Windows so that I get ElmerFront,ElmerGUI,ElmerPost directly installed?
Please have a look at http://www.elmerfem.org/wiki/index.php/ ... u_Packages
by mal
11 Sep 2009, 15:31
Forum: ElmerGUI
Topic: sif file from ElmerGui : bug
Replies: 7
Views: 6911

Re: sif file from ElmerGui : bug

Thanks Mark, I will have a look at this. Meanwhile, a quick remedy would be to edit the following block in "edf/resultourput.xml": <Parameter Widget="CheckBox" Enabled="True" Visible="False"> <Name> No Matrix Equation </Name> <DefaultValue> False </DefaultValu...
by mal
10 Sep 2009, 20:57
Forum: Installation & compilation
Topic: Installing Elmer on Debian Lenny
Replies: 7
Views: 13652

Re: Installing Elmer on Debian Lenny

Hi, a qmake followed by make produces a long list of warnings and two errors, just a few lines from the top and the last ones: ahmed@debian:~/elmer/trunk/ElmerGUI$ make cd matc && qmake matc.pro -o Makefile cd matc && make -f Makefile make[1]: Entering directory `/home/ahmed/elmer/tr...