Hi Mark,<br><br>I finally got around to fixing this. It&#39;s in the stage branch (remotes/stage/13460_CP_FortranAdaptor) and hopefully will go into the master branch on the next gatekeeper review. There were 2 issues fixed in this:<br>
1) for using newer GCC compilers and other compilers that hide symbols in the library (<a href="http://gcc.gnu.org/wiki/Visibility">http://gcc.gnu.org/wiki/Visibility</a>) the FortranAdaptor API methods weren&#39;t available to other libraries and executables trying to link to them.<br>
2) Since 3.14.1 I changed around the way ParaView gets initialized through the coprocessing library (now through vtkCPProcessor::Initialize() as it should be instead of vtkCPPythonScriptPipeline::Initialize()). I forgot to make the change in the FortranAdaptorAPI.cxx which caused the python interpretor to not be initialized properly, as you noticed.<br>
<br>Thanks for the help in finding this problem. Sorry for the slow response on it. I created a CMakeLists.txt file to help build as I&#39;ve been using CMake too long and can&#39;t remember how to work with Makefiles anymore! I&#39;m attaching it in case you&#39;d like to use it. I didn&#39;t test it with an install of ParaView as I really only work directly with ParaView builds.<br>
<br>Let me know if this solves your problems. I seem to remember there being more as far as using CUDA and PGI but hopefully this gets you close.<br><br>By the way, I&#39;ll probably use what you sent me to create a Fortran test or example to help with making sure it doesn&#39;t get broken in the future.<br>
<br>Andy<br><br><div class="gmail_quote">On Wed, Sep 12, 2012 at 4:42 PM, Vanmoer, Mark W <span dir="ltr">&lt;<a href="mailto:mvanmoer@illinois.edu" target="_blank">mvanmoer@illinois.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">






<div link="blue" vlink="purple" lang="EN-US">
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">Tarball attached, it’s not exactly the wiki example because I didn’t want to bother with passing a DataGenerator object back and forth from C++ to Fortran,
 so I just make a sphere. The pipeline script is a shrink filter generated by pvclient.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">I checked CMake and it looks like it’s finding the same version of python.<u></u><u></u></span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">Mark<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> Andy Bauer [mailto:<a href="mailto:andy.bauer@kitware.com" target="_blank">andy.bauer@kitware.com</a>]
<br>
<b>Sent:</b> Wednesday, September 12, 2012 1:02 PM</span></p><div><div class="h5"><br>
<b>To:</b> Vanmoer, Mark W<br>
<b>Cc:</b> <a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a><br>
<b>Subject:</b> Re: [Paraview] Python interpreter not being created for coprocessing?<u></u><u></u></div></div><p></p><div><div class="h5">
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal" style="margin-bottom:12.0pt">Can you send me your Fortran version of the wiki example?<br>
<br>