Hello, John:
I have managed to compile with vtk, thanks for your hint about mpi. By
error and trial, I found this /usr/lib64/openmpi/include/vtk/ works(have
MPI) instead of default include location /usr/include/vtk/. However, I get
the following error: There must be an easy fix by passing the righ
Hello, John:
I will post a dropbox link to the file, config.log. Unfortunately, I have a
failed drive in my raid array, and I have to turn off the array, while
waiting for the replacement hdd from Dell. So, I will get back to
installing libMesh after I have the raid array.
Thanks
Jahrul
On M
On Sat, Sep 26, 2020 at 1:08 PM Jahrul Alam wrote:
> Hello
>
> First, I get the following error/info regarding vtk support, while
> configuring libmesh:
>
> ./configure --with-vtk-include=/usr/include/vtk/ --with-vtk-lib=/usr/lib64
>
> <<< Configuring library with Qhull version 2012.1 support >>>
Hello, Edgar
Thanks. The following VTK example was tested successfully.
https://lorensen.github.io/VTKExamples/site/Cxx/IO/XMLStructuredGridWriter/
Looking at your PKGBUILD, I am doing the same, but the other way. A manual
quick test is
[alamj@wavelet build]$ ../configure --enable-vtk-required
I
On 2020-09-26 18:07, Jahrul Alam wrote:
Hello
Hi!
<<< Linking a test program against the VTK libraries failed >>>
<<< libMesh requires VTK to be configured with -DVTK_Group_MPI:BOOL=ON
>>>
<<< Configuring library without VTK support >>>
I'm just a regular user, but I would:
1. Try to m
Hello
First, I get the following error/info regarding vtk support, while
configuring libmesh:
./configure --with-vtk-include=/usr/include/vtk/ --with-vtk-lib=/usr/lib64
<<< Configuring library with Qhull version 2012.1 support >>>
<<< Configuring library with GMV support >>>
checking /usr/incl