Search found 6 matches

by oxi
10 Apr 2020, 23:54
Forum: Installation & compilation
Topic: compilation error with mmg
Replies: 11
Views: 9887

Re: compilation error with mmg

Just for the sake of completeness: On actual Debian testing this compilation works: cmake \ -DWITH_ELMERGUI:BOOL=FALSE \ -DWITH_QT5:BOOL=TRUE \ -DWITH_MPI:BOOL=TRUE \ -DWITH_QWT:BOOL=TRUE\ -DWITH_VTK:BOOL=TRUE \ -DWITH_QT5:BOOL=TRUE \ -DQWT_LIBRARY:PATH=/usr/lib/libqwt-qt5.so \ -DWITH_PARAVIEW:BOOL=...
by oxi
10 Apr 2020, 01:57
Forum: Installation & compilation
Topic: compilation error with mmg
Replies: 11
Views: 9887

Re: compilation error with mmg

Ups! Cool. Thank you!
by oxi
02 Apr 2020, 14:04
Forum: Installation & compilation
Topic: compilation error with mmg
Replies: 11
Views: 9887

Re: compilation error with mmg

Generally, it can build it with these options: cmake -DWITH_ELMERGUI:BOOL=FALSE -DWITH_MPI:BOOL=TRUE -DWITH_QWT:BOOL=TRUE -DWITH_VTK:BOOL=TRUE -DWITH_PARAVIEW:BOOL=TRUE -DWITH_OCC:BOOL=TRUE -DWITH_Hypre:BOOL=TRUE -DWITH_Mumps:BOOL=TRUE -DHypre_INCLUDE_DIR=/usr/include/hypre/ -DWITH_Zoltan:BOOL=FALSE...
by oxi
02 Apr 2020, 14:00
Forum: Installation & compilation
Topic: compilation error with mmg
Replies: 11
Views: 9887

Re: compilation error with mmg

Stupid me, it was in the mmg forum:

cmake -D LIBMMG_SHARED=ON -D USE_SCOTCH=ON -DTEST_LIBMMG=ON -D LIBMMG_STATIC=OFF ..

does the job.

Harald
by oxi
30 Mar 2020, 00:47
Forum: Installation & compilation
Topic: compilation error with mmg
Replies: 11
Views: 9887

compilation error with mmg

Good afternoon, I am trying to build elmer from source on Debian Linux, 64 bit and it gives me some headache. I installed mmg tools via git clone https://github.com/MmgTools/mmg.git cd mmg mkdir build cd build/ cmake .. make sudo make install ... and all seems fine. When I then try to build elmer wi...
by oxi
16 Mar 2020, 12:24
Forum: Installation & compilation
Topic: General installation information
Replies: 11
Views: 31078

Binaries: use of libhypre 2.15 allowable?

Good Morning! Other Debian users and me have the problem that installation from source if fine generally but ElmerGUI is a problem (because of Qt4 is required which I found impossible to install when you have Qt5 installed, which is the default for Debian testing). So, going for the Ubuntu binaries ...