Re: [Libmesh-users] how to install libmesh with vtk support

2020-09-30 Thread Jahrul Alam
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

Re: [Libmesh-users] how to install libmesh with vtk support

2020-09-29 Thread Jahrul Alam
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

Re: [Libmesh-users] how to install libmesh with vtk support

2020-09-28 Thread John Peterson
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 >>>

Re: [Libmesh-users] how to install libmesh with vtk support

2020-09-27 Thread Jahrul Alam
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

Re: [Libmesh-users] how to install libmesh with vtk support

2020-09-26 Thread edgar
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

[Libmesh-users] how to install libmesh with vtk support

2020-09-26 Thread Jahrul Alam
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