<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">When building our simulation code linked to ParaView 3.98 (built with coprocessing enabled) with CMake, I got the error "cannot find -lvtkPVPythonCatalyst" in the final linking
stage. I followed Catalyst User Guide to add the following into CMakeLists.txt to handle coprocessing:<br>
<br>
------------------------------------------<br>
...<br>
find_package(ParaView 3.98 REQUIRED COMPONENTS vtkPVPythonCatalyst PhastaAdaptor)<br>
include("${PARAVIEW_USE_FILE}")<br>
add_definitions("-DUSE_CATALYST")<br>
...<br>
target_link_libraries(phastaIC.exe vtkPVPythonCatalyst PhastaAdaptor)<br>
...<br>
------------------------------------------<br>
<br>
I verified there is no vtkPVPythonCatalyst lib in the ParaView build, although there are a few coprocessing-related libs there in the ParaView build. Should I change vtkPVPythonCatalyst to some coprocessing-related component? If so, which component name should
I use? I need to use python for pipeline handling and link catalyst to fortran code.
<br>
<br>
Thanks for any tips you can provide!<br>
<br>
Hong<br>
<br>
</div>
</body>
</html>