Compiling C++ (in dbg mode) /data/localhome/vwkoppejan/software/moose/vtk/test/build/unity_src/meshes_Unity.C...
Linking Library /data/localhome/vwkoppejan/software/moose/vtk/framework/libmoose-dbg.la...
Linking Executable /data/localhome/vwkoppejan/software/moose/vtk/framework/contrib/exodiff/exodiff...
Linking Library /data/localhome/vwkoppejan/software/moose/vtk/test/lib/libmoose_test-dbg.la...
Linking Executable /data/localhome/vwkoppejan/software/moose/vtk/test/moose_test-dbg...
/data/localhome/vwkoppejan/software/moose/vtk/framework/libmoose-dbg.so: error: undefined reference to 'vtkAlgorithm::GetOutputPort(int)'
/data/localhome/vwkoppejan/software/moose/vtk/framework/libmoose-dbg.so: error: undefined reference to 'vtkImageAlgorithm::GetOutput()'
collect2: error: ld returned 1 exit status
make: *** [/data/localhome/vwkoppejan/software/moose/vtk/test/moose_test-dbg] Error 1--
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/6d0968f5-5b06-40ce-aeea-947ee30e2389%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I still find it a bit weird I can't get it to work. Can you guys share the cmake command you use for vtk with the moose rpms?
Well need, need, no. It's just that many of my post processing scripts are based on vtk files. It's not so hard to change the input reader to exodus/nemesis.
I still find it a bit weird I can't get it to work. Can you guys share the cmake command you use for vtk with the moose rpms?
I've used a vtk module I built using easybuild. How do you typically build vtk (I mean which cmake options do you use)?
Hi John,
I've used a vtk module I built using easybuild. How do you typically build vtk (I mean which cmake options do you use)?
--
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+unsubscribe@googlegroups.com.
Visit this group at https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_group_moose-2Dusers&d=DwIBaQ&c=54IZrppPQZKX9mLzcGdPfFD1hxrcB__aEkJFOKJFd00&r=ik-ismqK5PQtOjOTRgpGnITTrVfNnFmoRpqXoh9IhlQ&m=MeyjuCLgx_D6ppaSGFykfYUoEjT2_zjIVsihvc_6Tcs&s=W-wPgKFeEerQNAl5diW6HIIVsL2UMKQRT7lpF0tHN-M&e=.
To view this discussion on the web visit https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_moose-2Dusers_68375bbe-2D1d94-2D4fe2-2Db297-2Ddbde5f93a456-2540googlegroups.com&d=DwIBaQ&c=54IZrppPQZKX9mLzcGdPfFD1hxrcB__aEkJFOKJFd00&r=ik-ismqK5PQtOjOTRgpGnITTrVfNnFmoRpqXoh9IhlQ&m=MeyjuCLgx_D6ppaSGFykfYUoEjT2_zjIVsihvc_6Tcs&s=c445IO4komBS_j_btAMxIc5y7Oj44TJjYIcEiq5D6yA&e=.
For more options, visit https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=54IZrppPQZKX9mLzcGdPfFD1hxrcB__aEkJFOKJFd00&r=ik-ismqK5PQtOjOTRgpGnITTrVfNnFmoRpqXoh9IhlQ&m=MeyjuCLgx_D6ppaSGFykfYUoEjT2_zjIVsihvc_6Tcs&s=lw3vflf0ilJK09vhSlohhfPUhvWJsAL9eWUD9vTg_rc&e=.
Victor,Folks can view how we build all the software that goes into the moose-environment package from our package_builder repository: https://github.com/idaholab/package_builder/tree/master/build_from_sourceTo answer your question, we build VTK using the following configure:# Assuming you can load a GNU MPI Wrapper of some sortmodule load cmake mpich-3.2-gcc# Create an out-of-tree build locationmkdir vtk-build; cd vtk-build# Declare a installation base directoryexport PACKAGES_DIR=/opt/moose# Assuming VTK-7.1.0 is up one directory where you extracted the tarball.# Obviously you may want to change the directories a bit. For this example we are using gcc-7.3.0 as our compilercmake ../VTK-7.1.0 -DCMAKE_INSTALL_PREFIX=$PACKAGES_DIR/VTK-7.1.0/gcc-7.3.0 \-DCMAKE_INSTALL_RPATH:STRING=$PACKAGES_DIR/VTK-7.1.0/gcc-7.3.0/lib \-DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=ON \-DCMAKE_INSTALL_NAME_DIR:STRING=$PACKAGES_DIR/VTK-7.1.0/gcc-7.3.0/lib \-DCMAKE_MACOSX_RPATH:BOOL=ON \-DVTK_WRAP_PYTHON=ON \-DVTK_Group_MPI:BOOL=ON -Wno-dev
sorry, forgot the nm output, the symbol is found.
--
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+unsubscribe@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%2BmwBBoVunhKBD_n-vfc4tHKmyiqtK3-m0pU8euRb4owEXcQ%40mail.gmail.com.
ldd
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 unsubscribe from this group and stop receiving emails from it, send an email to moose-users+unsubscribe@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/4210057b-a145-4e9f-bf3c-3aa859b5083e%40googlegroups.com.
The configure command finds vtk versions, just as I showed earlier.
Apologies, I ment that the configure command in the update/build script recognizes and approves the vtk installation.