I had a similar issue with libMesh not using the specified VTK installation. This problem was solved by configuring VTK with MPI, using the VTK configuration option
-D VTK_Group_MPI:BOOL=ON I hope it helps, Simone On Mar 15, 2019, at 11:22, John Peterson <[email protected]> wrote: > On Fri, Mar 15, 2019 at 10:17 AM Nikrouz <[email protected]> wrote: > >> Dear all, >> >> When I want to run FEMsystem example No.2, it is asked me to configure >> libMesh with --enable vtk. I have configured libMesh(opt and dbg) by >> these commands but I faced same error. >> >> What Should I do? Thanks for your consideration! >> > > Most likely configuring with VTK failed for some reason. You can look at > the config.log file to find out exactly why, although it can be hard to > find the right information because there's a lot of info there. Libmesh's > configure also prints a summary at the end so you can see what features are > enabled/disabled before continuing to build in an incorrect configuration. > > -- > John > > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
