I want to use the ImageSampler to analyze a stack of input images but am receiving the error "libmesh must be configured with VTK enabled to utilize ImageSampler". However I've used the two necessary flags when running update_and_rebuild_libmesh.sh while in /moose/scripts/, i.e. --with-vtk-include=$VTKINCLUDE_DIR and --with-vtk-lib=$VTKLIB_DIR. The script output shows "vtk........yes, version.......7.1.0" so it should be available for my app. I also loaded the appropriate modules, moose-dev-clang, advanced_modules, and vtk-clang, before running update_and_rebuild, as per the PhaseField/ImageReader page on the MOOSE site. What am I missing?
--
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users...@googlegroups.com.
Visit this group at https://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/b3a730bb-b8c7-4c21-81bc-a53fc7fc76f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'm on Sierra 10.12.5, running package version 36. I made sure to load the modules before running the rebuild script, and they showed up in my module list afterwards as well. There shouldn't be anything special about my app and I fully believe something is flipped on my local machine. I do remember seeing a few warnings in the libmesh output, mostly in the form of unused variables or parameters
>grep VTK libmesh_config.h
#define LIBMESH_HAVE_VTK 1
echo $LIBMESH_DIR in the /moose/ directory returned empty
--
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users...@googlegroups.com.
Visit this group at https://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/CANj%2BmwCexv5oE2--%2B9o4Rg7bfMOTwgcru8okKKP6M4Z-rHBKUQ%40mail.gmail.com.
I ran "make clobberall" in my application directory, loaded the appropriate modules, called the update_and_rebuild script in /moose/scripts/, ran "make -j4" in my application directory, and got the following:
ld: symbol(s) not found for architecture i386
clang-3.9: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [/Users/intern/projects/moose/framework/contrib/hit/hit.so] Error 1
make: *** Waiting for unfinished jobs....
On Wednesday, November 8, 2017 at 3:10:12 PM UTC-7, Cody Permann wrote:It feels like your build is somehow out of date, but I'm not sure how we can reproduce that. You might want to "make clobberall" in your directory and rebuild. Let's see if that error goes away.On Wed, Nov 8, 2017 at 2:54 PM Peterson, JW <jw.pe...@inl.gov> wrote:On Wed, Nov 8, 2017 at 2:32 PM, <tas...@trinity.edu> wrote:echo $LIBMESH_DIR in the /moose/ directory returned empty----OK, in that case I'm stumped. You have a header file that contains "#define LIBMESH_HAVE_VTK 1" and you are hitting a branch of code that's wrapped in #ifndef LIBMESH_HAVE_VTKJohn
You received this message because you are subscribed to the Google Groups "moose-users" group.To unsubscribe from this group and stop receiving emails from it, send an email to moose-users...@googlegroups.com.--
Visit this group at https://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/CANj%2BmwCexv5oE2--%2B9o4Rg7bfMOTwgcru8okKKP6M4Z-rHBKUQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users...@googlegroups.com.
Visit this group at https://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/f6f7e518-2793-4776-959c-21c813ebd9cd%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users...@googlegroups.com.
Visit this group at https://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/4bd81f6d-6097-4a66-835c-7ce2fd11e44d%40googlegroups.com.