[Cmake] Cant find VTK_USE_PARALLEL option?

Brad King brad.king at kitware.com
Thu Dec 19 09:11:25 EST 2002


> I using GUI cmake1.4patch7 under windowsXP to create my project for VC6.
> I trying to look for the VTK_USE_PARALLEL option so that I can use
> VTK_USE_MPI
> But I couldnt find it under the cache values.
> Under my cache values I only found a few option
>
> VTK_INSTALL_PATH
> VTK_BINARY_PATH
> USE_INSTALLED_VTK
> LIBRARY_OUTPUT_PATH
> EXECUTABLE_OUTPUT_PATH
> VTK_WRAP_TCL_EXE
> VTK_WRAP_PYTHON_EXE
> VTK_WRAP_JAVA_EXE
> VTK_PARSE_JAVA_EXE
>
> Is it something to do with my cmakelist file?? I have tried to point the
> scr dir to the parallelprocessing example in vtk.  Only these few option
> appear.

VTK_USE_PARALLEL is an option when you build VTK itself.  Your project can
use the vtkParallel classes if you point it to the build tree or install
tree of a VTK that was built with VTK_USE_PARALLEL on.

-Brad






More information about the CMake mailing list