From jonathan.borduas at caboma.com Mon Apr 3 09:21:48 2017 From: jonathan.borduas at caboma.com (Jonathan Borduas) Date: Mon, 3 Apr 2017 13:21:48 +0000 Subject: [Paraview] Pipeline not respecting the arrow of time after changing the inputs of a filter In-Reply-To: References: Message-ID: Hi Utkarsh, I was wondering if there is a way to contribute to ParaView in terms of UI design and features propositions. I would really like to see ParaView evolve not just in term of performance/capabilities, but also in usability. I understand the requirements are often aligned with performance and bug fixes, but maybe to see an actual UI design proposition would convince your customers and contributors to go forward with a redesign. I could definitely help in making that ParaView UI 2.0 proposition, and I am sure other users would too. Best regards, Jonathan Borduas From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com] Sent: Friday, March 31, 2017 8:28 PM To: Jonathan Borduas Cc: ParaView Subject: Re: [Paraview] Pipeline not respecting the arrow of time after changing the inputs of a filter Totally agreed. The pipeline browser hasn't been updated since early ParaView 3.0 days, I'd guess a 2009. It surely can be made better. In the end, it boils down to the need and time availability. Since it works well for 80/90% of the cases, we (and our customers and contributors) often end up prioritizing other features and bug fixes. We do offer various consulting options, if you're keen on getting it updated ?. Utkarsh On Fri, Mar 31, 2017 at 6:00 PM, Jonathan Borduas > wrote: Hi Utkarsh, Thank you for your answer. As a user, especially with a complex tree, I found this unpractical. I have the reflex when searching for a filter to scroll down if the filters is "afterward". I do prefer the GitTree representation of ParaViewWeb. My opinion is that a GitTree could be the optimal representation of the pipeline. The GitKraken GitTree could be a good inspiration for a redesigned pipeline browser ?. Best regards Jonathan Borduas -----Original Message----- From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com] Sent: Friday, March 31, 2017 2:25 PM To: Jonathan Borduas > Cc: paraview at paraview.org Subject: Re: [Paraview] Pipeline not respecting the arrow of time after changing the inputs of a filter Jonathan, The arrow is not intended to have a "top/down" direction, just a "back-to-root" direction. It can be interpreted as "ProgrammableFilter1" can be found somewhere on the main trunk. On Thu, Mar 30, 2017 at 11:21 PM, Jonathan Borduas > wrote: > > Dear ParaViewers, > > > I came across some weird behaviour in ParaView: We have a custom > BooleanOperation filter that have two outputs (custom ParaView build). > If both outputs are the inputs of an Append Geometry and we update the > inputs of the BooleanOperation Filter, the Append Geometry will be > moved before the BooleanOperation Filter. > > > I always though that if there was any dependencies in a pipeline, the > representation would respect the "arrow of time" that goes from top to > bottom. > Please look at the picture here attached (same behaviour with a > ProgrammableFilter instead of a Append Geometry). > > > Is my comprehension at fault here or is it a bug ? > > > Thank you, > > > Jonathan Borduas > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tom.fahner at gmail.com Mon Apr 3 09:24:19 2017 From: tom.fahner at gmail.com (Tom Fahner) Date: Mon, 3 Apr 2017 15:24:19 +0200 Subject: [Paraview] Native OpenFOAM reader for ParaView 5.3.0 has some weird visualization issues. In-Reply-To: References: Message-ID: Hi Utkarsh, I finally had some time to look into this issue a bit further. I have a testcase for you of an Ahmed body that also shows the weird missing of the data. The case with some intermediate result (approx 400 MB) can be found here: https://we.tl/ZZwy4ZGL1K The case without that result (approx 125 MB) can be found here: https://we.tl/3dSqgyd4zG Hope this helps in finding the issue. Please let me know if you need more information. Best Regards, Tom 2017-03-16 13:25 GMT+01:00 Tom Fahner : > Hi, > > Let me check if that is possible, I do not think I can share this > particular one. I will come back to you. > > Tom > > 2017-03-16 13:12 GMT+01:00 Utkarsh Ayachit : > >> Tom, >> >> Do you have a dataset to reproduce this issue? There were changes in >> the reader in this past release, so it's conceivable that it >> introduced a bug. >> >> Utkarsh >> >> On Thu, Mar 16, 2017 at 8:08 AM, Mark Olesen >> wrote: >> > Hi Tom, >> > >> > So if foamToVTK works, it sounds like a reader bug. Maybe somewhere >> where the prism order is getting swapped - or something else where the >> reader's cell modeller is getting into trouble. >> > It may not work, but if you try to export from paraview to VTK format >> (ie, use the OpenFOAM reader for reading). Then with some effort it might >> be able to identify which cells are different. Presumably the cell ordering >> will be preserved in both cases, but still not 100% trivial. Either way, we >> need to figure out which cell types are causing the issue, or an off-by-one >> of whatever. >> > >> > /mark >> > ________________________________________ >> > From: Tom Fahner >> > Sent: Thursday, March 16, 2017 12:47:05 PM >> > To: Mark Olesen >> > Cc: ParaView >> > Subject: Re: [Paraview] Native OpenFOAM reader for ParaView 5.3.0 has >> some weird visualization issues. >> > >> > Hi Mark, >> > >> > I have no polyhedral cells (hybrid tetrahedron/prism mesh), so I guess >> changing "decompose polyhedral on/off" does not make sense. In fact the >> smaller mesh that I tested with before did show the correct visualization >> and that mesh had polyhedral/hexagonal cells. It did not matter whether I >> used decompose polyhedral on/off. I also have experienced the slicing >> issues from time to time with various paraview versions with polyhedral >> meshes, but the effect was typically much less severe than in the current >> situation. >> > >> > Using foamToVTK (with and without the -poly option) does indeed work >> and provides the correct visualization. So yes this can be a workaround for >> now, but I than rather go back to 5.1.2. >> > >> > Regards, >> > Tom >> > >> > 2017-03-16 11:44 GMT+01:00 Mark Olesen > lto:Mark.Olesen at esi-group.com>>: >> > Hi Tom, >> > >> > Sorry, no answers - only questions/ideas: >> > >> > Is decompose polyhedral on or off? How do things look using the other >> setting? >> > If the number of cells corresponds to checkMesh - then you either have >> no polyhedra, or decompose polyhedral is off. >> > If you use foamToVTK (with and without -poly) and then read the VTK >> file back in, how does that compare? >> > Using foamToEnsight could be yet another check, but without the option >> to decompose polyhedra. >> > >> > In most paraview versions I've had issues with slicing through >> polyhedron (eg, from the motorBike tutorial). >> > The symptoms are either holes in the visual (like you have) or crashing >> the program. I haven't checked if this is better/worse in 5.3.0. >> > >> > Cheers, >> > /mark >> > ________________________________________ >> > From: ParaView > paraview-bounces at paraview.org>> on behalf of Tom Fahner < >> tom.fahner at gmail.com> >> > Sent: Thursday, March 16, 2017 9:39:49 AM >> > To: ParaView >> > Subject: [Paraview] Native OpenFOAM reader for ParaView 5.3.0 has some >> weird visualization issues. >> > >> > Dear all, >> > >> > Please find attached two images that show my OpenFOAM model in ParaView >> 5.3.0. It was the standard Binary Installers package downloaded from the >> website for 64 bit linux (OpenSUSE Leap 42.1). >> > >> > The correct number of cells is reported in the information tab (when >> compared to OpenFOAM's checkMesh result). The patches are >> > all rendered nicely, but it looks like some cells are missing in the >> domain/volume. >> > >> > Is there some setting that I need to apply? >> > >> > Please note that the mesh has about 25.8 million cells, for smaller >> meshes this was not a problem. A colleague had similar issues. >> > ParaView version 5.1.2 did not have this problem, ParaView 5.2 was not >> able to open the OpenFOAM files at all. >> > >> > Best regards, >> > Tom >> > >> > -- >> > T.C. Fahner >> > e: tom.fahner at gmail.com> .fahner at gmail.com> >> > >> > >> > >> > >> > -- >> > T.C. Fahner >> > e: tom.fahner at gmail.com >> > t: +31-6-52642814 >> > a: Groene Woud 48 >> > 4834 BC Delft >> > Netherlands >> > _______________________________________________ >> > Powered by www.kitware.com >> > >> > Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> > >> > Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> > >> > Search the list archives at: http://markmail.org/search/?q=ParaView >> > >> > Follow this link to subscribe/unsubscribe: >> > http://public.kitware.com/mailman/listinfo/paraview >> > > > > -- > T.C. Fahner > e: tom.fahner at gmail.com > t: +31-6-52642814 <+31%206%2052642814> > a: Groene Woud 48 > 4834 BC Delft > Netherlands > -- T.C. Fahner e: tom.fahner at gmail.com t: +31-6-52642814 a: Groene Woud 48 4834 BC Delft Netherlands -------------- next part -------------- An HTML attachment was scrubbed... URL: From d.r.tunuguntla at utwente.nl Mon Apr 3 10:14:56 2017 From: d.r.tunuguntla at utwente.nl (d.r.tunuguntla at utwente.nl) Date: Mon, 3 Apr 2017 14:14:56 +0000 Subject: [Paraview] Superquadric tensor glyph In-Reply-To: References: <1490306777569.30849@utwente.nl>, Message-ID: <1491228896961.8905@utwente.nl> Dear Paraview users, I am now able build paraview and Qt5 with python essentials on xubuntu 16.04 LTS. However, I would like to install user defined plugins such as superquadric glyphs, which is an extra plugin similar to arrow glyph. The plugin is provided here http://www.paraview.org/Wiki/ParaView/User_Created_Plugins However, I am unable to find qt5config.cmake in the superbuild build directory list. Does anyone of you have any experience with installing plugins in paraview? Any help would be great. Regards Deepak ________________________________ From: Mathieu Westphal Sent: Friday, March 24, 2017 10:17 AM To: Tunuguntla, D.R. (ET) Cc: ParaView Subject: Re: [Paraview] Superquadric tensor glyph Hi There is already something called Tensor Glyph in ParaView, you may want to check it out. Regards, Mathieu Westphal On Thu, Mar 23, 2017 at 11:06 PM, > wrote: Dear Paraview users, I would like to visualise non-spherical particles in paraview (super ellipsoids to be precise). Thereby, I am currently trying to add customised plugins named tensor glyphs and superquadric tensor glyphs, which are available on the paraview wiki. However, since the past 4 days I have not been able to build paraview from its source files. I hav even tried the superbuild option but there is always some or the other library missing. The farthest I have reached so far is a black screen with a XError. Morover, different issues pop up on different desktops (with Ubuntu) I have tried to install paraview on. It is really very annoying at the moment. Is there any other way to add superquadric glyphs option to paraview? It would be great if this is possible. Regards Deepak Dr. Deepak Tunuguntla Post-Doctoral Researcher Multi-Scale Mechanics Group Dept. of Thermal and Fluid Engineering University of Twente, The Netherlands _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview -------------- next part -------------- An HTML attachment was scrubbed... URL: From Francesco.Nigro at ferrari.com Mon Apr 3 10:11:08 2017 From: Francesco.Nigro at ferrari.com (Nigro, Francesco) Date: Mon, 3 Apr 2017 14:11:08 +0000 Subject: [Paraview] paraviewweb Remote Render Threshold Message-ID: <26599451A6227E4F9D4DF1C3E3F3811BB4AD3C@GSVCLU05.ges.ferlan.it> Hi, I?m trying paraviewweb but I?m a bit confused by ?Remote Render Threshold?; It seems that all the rendering is done by the server, no matter what is set in the threshold. There is a way to let the web client do all the work? Thank you, Francesco [Ferrari] ________________________________ Questo messaggio ? da intendersi esclusivamente ad uso del destinatario e pu? contenere informazioni che sono di natura privilegiata, confidenziale o non divulgabile secondo le leggi vigenti. Se il lettore del presente messaggio non ? il destinatario designato, o il dipendente/agente responsabile per la consegna del messaggio al destinatario designato, si informa che ogni disseminazione, distribuzione o copiatura di questa comunicazione ? strettamente proibita anche ai sensi del decreto legislativo 196/03 . Se avete ricevuto questo messaggio per errore, vi preghiamo di notificarcelo immediatamente a mezzo e-mail di risposta e successivamente di procedere alla cancellazione di questa e-mail e relativi allegati dal vostro sistema. ________________________________ This message is intended only for the use of the addressee and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify us immediately by return e-mail and delete this e-mail and all attachments from your system. ________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From sebastien.jourdain at kitware.com Mon Apr 3 10:51:58 2017 From: sebastien.jourdain at kitware.com (Sebastien Jourdain) Date: Mon, 3 Apr 2017 08:51:58 -0600 Subject: [Paraview] paraviewweb Remote Render Threshold In-Reply-To: <26599451A6227E4F9D4DF1C3E3F3811BB4AD3C@GSVCLU05.ges.ferlan.it> References: <26599451A6227E4F9D4DF1C3E3F3811BB4AD3C@GSVCLU05.ges.ferlan.it> Message-ID: Hi Francesco, We are currently working on getting local rendering working with ParaViewWeb leveraging vtk-js. I'm hoping to have it available in the next version of ParaView. Anyhow, the "Remote Render Threshold" is used to determine where the rendering is happening between the "pvpython/client" process or the "pvserver" ones. Which means for ParaViewWeb we will have a third option, allowing us to swap the rendering component in the web browser and rely on geometry delivery for true local rendering. Hope that helps, Seb On Mon, Apr 3, 2017 at 8:11 AM, Nigro, Francesco < Francesco.Nigro at ferrari.com> wrote: > Hi, > > I?m trying paraviewweb but I?m a bit confused by ?Remote Render > Threshold?; > > It seems that all the rendering is done by the server, no matter what is > set in the threshold. > > > > There is a way to let the web client do all the work? > > > > Thank you, > > Francesco > > [image: Ferrari] > ------------------------------ > > Questo messaggio ? da intendersi esclusivamente ad uso del destinatario e > pu? contenere informazioni che sono di natura privilegiata, confidenziale o > non divulgabile secondo le leggi vigenti. Se il lettore del presente > messaggio non ? il destinatario designato, o il dipendente/agente > responsabile per la consegna del messaggio al destinatario designato, si > informa che ogni disseminazione, distribuzione o copiatura di questa > comunicazione ? strettamente proibita anche ai sensi del decreto > legislativo 196/03 . Se avete ricevuto questo messaggio per errore, vi > preghiamo di notificarcelo immediatamente a mezzo e-mail di risposta e > successivamente di procedere alla cancellazione di questa e-mail e relativi > allegati dal vostro sistema. > ------------------------------ > > This message is intended only for the use of the addressee and may contain > information that is privileged, confidential and exempt from disclosure > under applicable law. If the reader of this message is not the intended > recipient, or the employee or agent responsible for delivering the message > to the intended recipient, you are hereby notified that any dissemination, > distribution or copying of this communication is strictly prohibited. If > you have received this e-mail in error, please notify us immediately by > return e-mail and delete this e-mail and all attachments from your system. > ------------------------------ > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From utkarsh.ayachit at kitware.com Mon Apr 3 12:08:23 2017 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Mon, 3 Apr 2017 12:08:23 -0400 Subject: [Paraview] Pipeline not respecting the arrow of time after changing the inputs of a filter In-Reply-To: References: Message-ID: Jonathan, We can always use the paraview issue tracker to request new features, including UI cleanups and redesign proposals. https://gitlab.kitware.com/paraview/paraview/issues It's generally a good idea to bring it to everyone's attention on the mailing list too. Utkarsh On Mon, Apr 3, 2017 at 9:21 AM, Jonathan Borduas wrote: > Hi Utkarsh, > > I was wondering if there is a way to contribute to ParaView in terms of UI > design and features propositions. I would really like to see ParaView evolve > not just in term of performance/capabilities, but also in usability. > > I understand the requirements are often aligned with performance and bug > fixes, but maybe to see an actual UI design proposition would convince your > customers and contributors to go forward with a redesign. > > I could definitely help in making that ParaView UI 2.0 proposition, and I am > sure other users would too. > > > > Best regards, > > > > Jonathan Borduas > > > > From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com] > Sent: Friday, March 31, 2017 8:28 PM > To: Jonathan Borduas > Cc: ParaView > > > Subject: Re: [Paraview] Pipeline not respecting the arrow of time after > changing the inputs of a filter > > > > Totally agreed. The pipeline browser hasn't been updated since early > ParaView 3.0 days, I'd guess a 2009. It surely can be made better. In the > end, it boils down to the need and time availability. Since it works well > for 80/90% of the cases, we (and our customers and contributors) often end > up prioritizing other features and bug fixes. We do offer various consulting > options, if you're keen on getting it updated . > > > > Utkarsh > > > > On Fri, Mar 31, 2017 at 6:00 PM, Jonathan Borduas > wrote: > > Hi Utkarsh, > > Thank you for your answer. As a user, especially with a complex tree, I > found this unpractical. I have the reflex when searching for a filter to > scroll down if the filters is "afterward". > > I do prefer the GitTree representation of ParaViewWeb. My opinion is that a > GitTree could be the optimal representation of the pipeline. > > The GitKraken GitTree could be a good inspiration for a redesigned pipeline > browser . > > Best regards > > Jonathan Borduas > > > -----Original Message----- > From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com] > Sent: Friday, March 31, 2017 2:25 PM > To: Jonathan Borduas > Cc: paraview at paraview.org > Subject: Re: [Paraview] Pipeline not respecting the arrow of time after > changing the inputs of a filter > > Jonathan, > > The arrow is not intended to have a "top/down" direction, just a > "back-to-root" direction. It can be interpreted as "ProgrammableFilter1" can > be found somewhere on the main trunk. > > On Thu, Mar 30, 2017 at 11:21 PM, Jonathan Borduas > wrote: >> >> Dear ParaViewers, >> >> >> I came across some weird behaviour in ParaView: We have a custom >> BooleanOperation filter that have two outputs (custom ParaView build). >> If both outputs are the inputs of an Append Geometry and we update the >> inputs of the BooleanOperation Filter, the Append Geometry will be >> moved before the BooleanOperation Filter. >> >> >> I always though that if there was any dependencies in a pipeline, the >> representation would respect the "arrow of time" that goes from top to >> bottom. >> Please look at the picture here attached (same behaviour with a >> ProgrammableFilter instead of a Append Geometry). >> >> >> Is my comprehension at fault here or is it a bug ? >> >> >> Thank you, >> >> >> Jonathan Borduas >> >> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> > > From benson.muite at ut.ee Mon Apr 3 13:05:44 2017 From: benson.muite at ut.ee (Benson Muite) Date: Mon, 3 Apr 2017 20:05:44 +0300 Subject: [Paraview] Workshop on in situ visualization Message-ID: Hi, Please submit papers of your work and experiences related to in situ visualization to the ISC 2017 workshop on in situ visualization. Papers are due by 25 April. More details at woiv.org Regards, Benson Muite -- -- Hajuss?steemide Teadur Arvutiteaduse Instituut Tartu ?likool J. Liivi 2, 50409 Tartu http://kodu.ut.ee/~benson --- Research Fellow of Distributed Systems Institute of Computer Science University of Tartu J.Liivi 2, 50409 Tartu, Estonia http://kodu.ut.ee/~benson From cory.quammen at kitware.com Mon Apr 3 15:07:57 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Mon, 3 Apr 2017 15:07:57 -0400 Subject: [Paraview] ParaView 5 Crashes on macOS (Sierra) In-Reply-To: References: <377360A2-FDC6-4612-A3A6-D1C247083BF8@pointwise.com> Message-ID: Zach, Would you mind trying this nightly build of ParaView? http://www.paraview.org/paraview-downloads/download.php?submit=Download&version=nightly&type=all&os=all&downloadFile=ParaView-5.3.0-219-g24f5a44-Qt5-OpenGL2-MPI-OSX10.8-64bit.dmg I recently merged a change that should hopefully fix this crash. Thanks, Cory On Tue, Mar 21, 2017 at 2:09 PM, Cory Quammen wrote: > Zach, > > Thanks for the information. > > I mounted an SMB volume on my machine and did not get a crash when opening > a file in ParaView 5.3.0. That leaves NFS as causing some unhandled > condition in the code pointed out by your error report. > > I'll file a bug report and investigate for 5.4.0. > > https://gitlab.kitware.com/paraview/paraview/issues/17310 > > Thanks, > Cory > > On Tue, Mar 21, 2017 at 1:36 PM, Zach Davis wrote: > >> Hi Cory, >> >> I have three SMB volumes and one NFS volume mounted at >> /Users/zdavis/Shares using Autofs. As an aside, I have been able to revert >> to using ParaView 4.4.0, but obviously don?t want to be stuck on this >> version forever if it can be avoided. >> >> Best Regards, >> >> >> [image: Pointwise, Inc.] >> Zach Davis >> Pointwise?, Inc. >> Sr. Engineer, Sales & Marketing >> 213 South Jennings Avenue >> Fort Worth, TX 76104-1107 >> >> *E*: zach.davis at pointwise.com >> *P*: (817) 377-2807 x1202 <(817)%20377-2807> >> *F*: (817) 377-2799 >> >> >> >> On Mar 21, 2017, at 12:30 PM, Cory Quammen >> wrote: >> >> Hi Zach, >> >> Someone else on this mailing list recently reported a similar crash. Do >> you have any unusual file systems mounted on the Mac in question? That will >> help debug the problem. >> >> Thanks, >> Cory >> >> On Tue, Mar 21, 2017 at 1:22 PM, Zach Davis wrote: >> >>> Tuesday, 21 March 2017 >>> >>> >>> >>> All, >>> >>> I?ve been having issues with ParaView version 5 builds since their >>> release. I?ve tried each new release as its announced, but run into the >>> same issue. The application can be opened, but anytime I attempt to open a >>> file the application crashes before even displaying the Open/Save dialog >>> window. The termination signal is a Segmentation fault of type 11. I?ve >>> attached the crash report for anyone more knowledgeable about what the >>> issue is. Has anyone else experienced this issue? Is there a workaround? >>> >>> Best Regards, >>> >>> >>> >>> [image: Pointwise, Inc.] >>> Zach Davis >>> Pointwise?, Inc. >>> Sr. Engineer, Sales & Marketing >>> 213 South Jennings Avenue >>> Fort Worth, TX 76104-1107 >>> >>> *E*: zach.davis at pointwise.com >>> *P*: (817) 377-2807 x1202 <(817)%20377-2807> >>> *F*: (817) 377-2799 >>> >>> >>> >>> >>> enc >>> >>> >>> >>> >>> _______________________________________________ >>> Powered by www.kitware.com >>> >>> Visit other Kitware open-source projects at http://www.kitware.com/open >>> source/opensource.html >>> >>> Please keep messages on-topic and check the ParaView Wiki at: >>> http://paraview.org/Wiki/ParaView >>> >>> Search the list archives at: http://markmail.org/search/?q=ParaView >>> >>> Follow this link to subscribe/unsubscribe: >>> http://public.kitware.com/mailman/listinfo/paraview >>> >>> >> >> >> -- >> Cory Quammen >> Staff R&D Engineer >> Kitware, Inc. >> >> >> > > > -- > Cory Quammen > Staff R&D Engineer > Kitware, Inc. > -- Cory Quammen Staff R&D Engineer Kitware, Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Mon Apr 3 15:09:08 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Mon, 3 Apr 2017 15:09:08 -0400 Subject: [Paraview] Crash occurs after clicking "File" then "Open" In-Reply-To: References: Message-ID: Roman, Could you try this nightly build of ParaView while your non-accessible volumes are mounted? It includes hopefully a fix for the crash you reported. http://www.paraview.org/paraview-downloads/download.php?submit=Download&version=nightly&type=all&os=all&downloadFile=ParaView-5.3.0-219-g24f5a44-Qt5-OpenGL2-MPI-OSX10.8-64bit.dmg Thanks! Cory On Tue, Mar 28, 2017 at 7:58 PM, Cory Quammen wrote: > Roman, > > Thanks for reporting back. It looks like I need to handle some errors > conditions in ParaView better. > > I have reported this issue at > https://gitlab.kitware.com/paraview/paraview/issues/17310 > > - Cory > > On Tue, Mar 28, 2017 at 7:29 PM, Roman Kowch wrote: >> Hi Cory, >> >> Thanks for your solution! I found that ParaView crashed when I had a volume >> mounted that belonged to another user on the Mac workstation, and that >> volume denied me access. For example, if I tried: >> >> ls -l /Volumes >> >> the error stream shows "ls: volume_name: Permission denied" for each volume >> denying me access. After unmounting those volumes, ParaView was able to open >> files normally. >> >> Thanks, >> Roman >> >> On Mon, Mar 13, 2017 at 4:45 PM, Cory Quammen >> wrote: >>> >>> Roman, >>> >>> Thanks for the error report, it provides some useful clues. It looks >>> like ParaView is crashing when collecting information about the >>> mounted volumes on your system. Do you have an external drive or >>> network file system mounted on the Mac Pro that is crashing? If so, >>> could you try to unmount it and see if ParaView runs as expected? >>> >>> Barring that, are there any non-Latin characters in the names of the >>> volumes mounted on the Mac in question? >>> >>> Thanks, >>> Cory >>> >>> On Sat, Mar 11, 2017 at 6:49 PM, Roman Kowch wrote: >>> > Sorry, I should have mentioned that I'm running ParaView on a Mac Pro >>> > computer, with OS X 10.11.6. The computer does not have DBaR. >>> > >>> > Another Mac Pro I've used, with OS X 10.11.6, does not reproduce the >>> > same >>> > crash I'm seeing on this particular computer. Again, I could send a >>> > crash >>> > report if that would help. >>> > >>> > >>> > On Fri, Mar 10, 2017 at 8:30 PM, Utkarsh Ayachit >>> > wrote: >>> >> >>> >> Do you have Dell Backup and Recovery (DBaR) tools installed on your >>> >> system? If so, the crash may be related to an issue with DBaR at Qt 5. >>> >> You may need to update DBaR to the latest version. See [1] for >>> >> details. >>> >> >>> >> [1] >>> >> >>> >> http://en.community.dell.com/support-forums/software-os/f/3526/t/19634253 >>> >> >>> >> >>> >> >>> >> On Fri, Mar 10, 2017 at 5:32 PM, Roman Kowch wrote: >>> >> > Hi, >>> >> > >>> >> > I've compiled Paraview from source, v. 5.3.0 RC3 using Qt5 for the >>> >> > GUI. >>> >> > The >>> >> > application however crashes on one of my computers when I simply >>> >> > click >>> >> > "File" then "Open." It seems that the crash happens when it needs to >>> >> > bring >>> >> > up the dialog for selecting a file. It also happens if I do these >>> >> > menu >>> >> > clicks: >>> >> > >>> >> > 1. "File", "Load Window Layout" >>> >> > 2. "File", "Load State" >>> >> > 3. "File", "Save State" >>> >> > >>> >> > As you can see, the crash appears to happen whenever a directory >>> >> > dialog >>> >> > is >>> >> > expected to appear. Should I send a crash report to diagnose this >>> >> > problem? >>> >> > >>> >> > I should also mention that on another computer, this problem does NOT >>> >> > appear >>> >> > for the same build of Paraview. The problem seems unique to a >>> >> > particular >>> >> > computer I'm using. >>> >> > >>> >> > Regards, >>> >> > Roman >>> >> > >>> >> > _______________________________________________ >>> >> > Powered by www.kitware.com >>> >> > >>> >> > Visit other Kitware open-source projects at >>> >> > http://www.kitware.com/opensource/opensource.html >>> >> > >>> >> > Please keep messages on-topic and check the ParaView Wiki at: >>> >> > http://paraview.org/Wiki/ParaView >>> >> > >>> >> > Search the list archives at: http://markmail.org/search/?q=ParaView >>> >> > >>> >> > Follow this link to subscribe/unsubscribe: >>> >> > http://public.kitware.com/mailman/listinfo/paraview >>> >> > >>> > >>> > >>> > >>> > _______________________________________________ >>> > Powered by www.kitware.com >>> > >>> > Visit other Kitware open-source projects at >>> > http://www.kitware.com/opensource/opensource.html >>> > >>> > Please keep messages on-topic and check the ParaView Wiki at: >>> > http://paraview.org/Wiki/ParaView >>> > >>> > Search the list archives at: http://markmail.org/search/?q=ParaView >>> > >>> > Follow this link to subscribe/unsubscribe: >>> > http://public.kitware.com/mailman/listinfo/paraview >>> > >>> >>> >>> >>> -- >>> Cory Quammen >>> Staff R&D Engineer >>> Kitware, Inc. >> >> > > > > -- > Cory Quammen > Staff R&D Engineer > Kitware, Inc. -- Cory Quammen Staff R&D Engineer Kitware, Inc. From zdavis at pointwise.com Mon Apr 3 15:27:51 2017 From: zdavis at pointwise.com (Zach Davis) Date: Mon, 3 Apr 2017 19:27:51 +0000 Subject: [Paraview] ParaView 5 Crashes on macOS (Sierra) In-Reply-To: References: <377360A2-FDC6-4612-A3A6-D1C247083BF8@pointwise.com> Message-ID: Hi Cory, This build works for me. I don?t have the crashing issue as before. On a completely unrelated note since I?m replying to the entire mailing list, is there a way to view mesh files in the Gmsh format using ParaView? Best Regards, Zach Davis Pointwise?, Inc. Sr. Engineer, Sales & Marketing 213 South Jennings Avenue Fort Worth, TX 76104-1107 E: zach.davis at pointwise.com P: (817) 377-2807 x1202 F: (817) 377-2799 > On Apr 3, 2017, at 2:07 PM, Cory Quammen wrote: > > Zach, > > Would you mind trying this nightly build of ParaView? > > http://www.paraview.org/paraview-downloads/download.php?submit=Download&version=nightly&type=all&os=all&downloadFile=ParaView-5.3.0-219-g24f5a44-Qt5-OpenGL2-MPI-OSX10.8-64bit.dmg > > I recently merged a change that should hopefully fix this crash. > > Thanks, > Cory > > On Tue, Mar 21, 2017 at 2:09 PM, Cory Quammen > wrote: > Zach, > > Thanks for the information. > > I mounted an SMB volume on my machine and did not get a crash when opening a file in ParaView 5.3.0. That leaves NFS as causing some unhandled condition in the code pointed out by your error report. > > I'll file a bug report and investigate for 5.4.0. > > https://gitlab.kitware.com/paraview/paraview/issues/17310 > > Thanks, > Cory > > On Tue, Mar 21, 2017 at 1:36 PM, Zach Davis > wrote: > Hi Cory, > > I have three SMB volumes and one NFS volume mounted at /Users/zdavis/Shares using Autofs. As an aside, I have been able to revert to using ParaView 4.4.0, but obviously don?t want to be stuck on this version forever if it can be avoided. > > Best Regards, > > > > Zach Davis > Pointwise?, Inc. > Sr. Engineer, Sales & Marketing > 213 South Jennings Avenue > Fort Worth, TX 76104-1107 > > E: zach.davis at pointwise.com > P: (817) 377-2807 x1202 > F: (817) 377-2799 > > >> On Mar 21, 2017, at 12:30 PM, Cory Quammen > wrote: >> >> Hi Zach, >> >> Someone else on this mailing list recently reported a similar crash. Do you have any unusual file systems mounted on the Mac in question? That will help debug the problem. >> >> Thanks, >> Cory >> >> On Tue, Mar 21, 2017 at 1:22 PM, Zach Davis > wrote: >> Tuesday, 21 March 2017 >> >> >> >> All, >> >> I?ve been having issues with ParaView version 5 builds since their release. I?ve tried each new release as its announced, but run into the same issue. The application can be opened, but anytime I attempt to open a file the application crashes before even displaying the Open/Save dialog window. The termination signal is a Segmentation fault of type 11. I?ve attached the crash report for anyone more knowledgeable about what the issue is. Has anyone else experienced this issue? Is there a workaround? >> >> Best Regards, >> >> >> >> >> Zach Davis >> Pointwise?, Inc. >> Sr. Engineer, Sales & Marketing >> 213 South Jennings Avenue >> Fort Worth, TX 76104-1107 >> >> E: zach.davis at pointwise.com >> P: (817) 377-2807 x1202 >> F: (817) 377-2799 >> >> >> enc >> >> >> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> >> >> >> >> -- >> Cory Quammen >> Staff R&D Engineer >> Kitware, Inc. > > > > > -- > Cory Quammen > Staff R&D Engineer > Kitware, Inc. > > > > -- > Cory Quammen > Staff R&D Engineer > Kitware, Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 842 bytes Desc: Message signed with OpenPGP URL: From cory.quammen at kitware.com Mon Apr 3 15:39:38 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Mon, 3 Apr 2017 15:39:38 -0400 Subject: [Paraview] ParaView 5 Crashes on macOS (Sierra) In-Reply-To: References: <377360A2-FDC6-4612-A3A6-D1C247083BF8@pointwise.com> Message-ID: Zach, Thanks for trying it out! I'm glad to hear it is fixed. To my knowledge, ParaView does not read Gmsh files directly. Apparently, you can save out VTK files from Gmsh that can be read into ParaView: https://www.cfd-online.com/Forums/openfoam-meshing-open/139538-rendering-gmsh-files-paraview.html Cory On Mon, Apr 3, 2017 at 3:27 PM, Zach Davis wrote: > Hi Cory, > > This build works for me. I don?t have the crashing issue as before. On a > completely unrelated note since I?m replying to the entire mailing list, is > there a way to view mesh files in the Gmsh format using ParaView? > > Best Regards, > > [image: Pointwise, Inc.] > Zach Davis > Pointwise?, Inc. > Sr. Engineer, Sales & Marketing > 213 South Jennings Avenue > Fort Worth, TX 76104-1107 > > *E*: zach.davis at pointwise.com > *P*: (817) 377-2807 x1202 <(817)%20377-2807> > *F*: (817) 377-2799 > > > > On Apr 3, 2017, at 2:07 PM, Cory Quammen wrote: > > Zach, > > Would you mind trying this nightly build of ParaView? > > http://www.paraview.org/paraview-downloads/download. > php?submit=Download&version=nightly&type=all&os=all& > downloadFile=ParaView-5.3.0-219-g24f5a44-Qt5-OpenGL2-MPI-OSX10.8-64bit.dmg > > I recently merged a change that should hopefully fix this crash. > > Thanks, > Cory > > On Tue, Mar 21, 2017 at 2:09 PM, Cory Quammen > wrote: > >> Zach, >> >> Thanks for the information. >> >> I mounted an SMB volume on my machine and did not get a crash when >> opening a file in ParaView 5.3.0. That leaves NFS as causing some unhandled >> condition in the code pointed out by your error report. >> >> I'll file a bug report and investigate for 5.4.0. >> >> https://gitlab.kitware.com/paraview/paraview/issues/17310 >> >> Thanks, >> Cory >> >> On Tue, Mar 21, 2017 at 1:36 PM, Zach Davis wrote: >> >>> Hi Cory, >>> >>> I have three SMB volumes and one NFS volume mounted at >>> /Users/zdavis/Shares using Autofs. As an aside, I have been able to revert >>> to using ParaView 4.4.0, but obviously don?t want to be stuck on this >>> version forever if it can be avoided. >>> >>> Best Regards, >>> >>> >>> [image: Pointwise, Inc.] >>> Zach Davis >>> Pointwise?, Inc. >>> Sr. Engineer, Sales & Marketing >>> 213 South Jennings Avenue >>> Fort Worth, TX 76104-1107 >>> >>> *E*: zach.davis at pointwise.com >>> *P*: (817) 377-2807 x1202 <(817)%20377-2807> >>> *F*: (817) 377-2799 >>> >>> >>> >>> On Mar 21, 2017, at 12:30 PM, Cory Quammen >>> wrote: >>> >>> Hi Zach, >>> >>> Someone else on this mailing list recently reported a similar crash. Do >>> you have any unusual file systems mounted on the Mac in question? That will >>> help debug the problem. >>> >>> Thanks, >>> Cory >>> >>> On Tue, Mar 21, 2017 at 1:22 PM, Zach Davis w >>> rote: >>> >>>> Tuesday, 21 March 2017 >>>> >>>> >>>> >>>> All, >>>> >>>> I?ve been having issues with ParaView version 5 builds since their >>>> release. I?ve tried each new release as its announced, but run into the >>>> same issue. The application can be opened, but anytime I attempt to open a >>>> file the application crashes before even displaying the Open/Save dialog >>>> window. The termination signal is a Segmentation fault of type 11. I?ve >>>> attached the crash report for anyone more knowledgeable about what the >>>> issue is. Has anyone else experienced this issue? Is there a workaround? >>>> >>>> Best Regards, >>>> >>>> >>>> >>>> [image: Pointwise, Inc.] >>>> Zach Davis >>>> Pointwise?, Inc. >>>> Sr. Engineer, Sales & Marketing >>>> 213 South Jennings Avenue >>>> Fort Worth, TX 76104-1107 >>>> >>>> *E*: zach.davis at pointwise.com >>>> *P*: (817) 377-2807 x1202 <(817)%20377-2807> >>>> *F*: (817) 377-2799 >>>> >>>> >>>> >>>> >>>> >>>> enc >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> Powered by www.kitware.com >>>> >>>> Visit other Kitware open-source projects at http://www.kitware.com/open >>>> source/opensource.html >>>> >>>> Please keep messages on-topic and check the ParaView Wiki at: >>>> http://paraview.org/Wiki/ParaView >>>> >>>> Search the list archives at: http://markmail.org/search/?q=ParaView >>>> >>>> Follow this link to subscribe/unsubscribe: >>>> http://public.kitware.com/mailman/listinfo/paraview >>>> >>>> >>> >>> >>> -- >>> Cory Quammen >>> Staff R&D Engineer >>> Kitware, Inc. >>> >>> >>> >> >> >> -- >> Cory Quammen >> Staff R&D Engineer >> Kitware, Inc. >> > > > > -- > Cory Quammen > Staff R&D Engineer > Kitware, Inc. > > > -- Cory Quammen Staff R&D Engineer Kitware, Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Mon Apr 3 20:32:09 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Mon, 3 Apr 2017 20:32:09 -0400 Subject: [Paraview] pvpython script fails on Paraview 5.0.1 In-Reply-To: References: Message-ID: It looks like you've built ParaView with the OpenGL backend while your Windows binary is built against the OpenGL2 backend. These backends have some disjoint properties exposed in ParaView, and the error you are seeing is from a property in the state file generated from the OpenGL2 backend that does not exist in the OpenGL backend. Hence the error in your build The easy solution is to delete the offending lines that contain `SetScaleArray`. These lines just defines an array that adjusts some property of the 3D Glyph representation in the OpenGL 2 backend. The property would have not effect on your compiled ParaView anyway, so you can just delete it. Hope that clarifies things, Cory On Thu, Mar 30, 2017 at 8:25 AM, Bishwajit Dutta wrote: > Hi All, > > I have compiled Paraview 5.0.1 on ubuntu with mesa libs to run it on CPU. > Also I generated a simple pvpython script from Paraview 5.0.1 GUI on my > windows machine (attached) and the script runs fine there. > However this script fails with my mesa compiled pvpython. > > =============error logs=============== > Traceback (most recent call last): > File "cone_clip.py", line 19, in > cone1Display.SetScaleArray = [None, ''] > File > "/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/lib/site-packages/paraview/servermanager.py", > line 307, in __setattr__ > "to add this attribute.") > AttributeError: Attribute SetScaleArray does not exist. This class does not > allow addition of new attributes to avoid mistakes due to typos. Use > add_attribute() if you really want to add this attribute. > ============================= > > I have built the Paraview with the following options (CMakeCache.txt > attached): > cmake ../ -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release > -DPARAVIEW_ENABLE_CATALYST=ON -DPARAVIEW_ENABLE_PYTHON=ON > -DPYTHON_LIBRARY=$PYTHON_LIBRARY -DPYTHON_INCLUDE_DIR=$PYTHON_INCLUDE_DIR > -DPARAVIEW_USE_MPI=ON -DMPI_HEADER_PATH=$MPI_HEADER_PATH > -DCMAKE_INSTALL_PREFIX=$BD_INSTALL_PATH -DPARAVIEW_BUILD_QT_GUI=OFF > -DVTK_USE_X=OFF -DOPENGL_INCLUDE_DIR=$BD_INSTALL_PATH/include > -DOPENGL_gl_LIBRARY=$BD_INSTALL_PATH/lib/libOSMesa.so > -DOPENGL_glu_LIBRARY=$BD_INSTALL_PATH/lib/libGLU.so > -DVTK_OPENGL_HAS_OSMESA=ON -DOSMESA_INCLUDE_DIR=$BD_INSTALL_PATH/include > -DOSMESA_LIBRARY=$BD_INSTALL_PATH/lib/libOSMesa.so > > Do I need to pass some extra parameters while building and if so what are > they? All my GUI generated scripts seem to fail with similar errors. > > Thanks in advance for guidance. > > BR, > Bishwajit (Bish) Dutta > CpE - Grad Student > Virginia Tech > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From cory.quammen at kitware.com Mon Apr 3 20:44:23 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Mon, 3 Apr 2017 20:44:23 -0400 Subject: [Paraview] ParaView v5.2 problems with PLY files with point clouds In-Reply-To: References: Message-ID: Nenad, Sorry, this has been sitting in my inbox for a while now. I tried reading the PLY file you cited [1] with ParaView 5.3. It seems to read the points just fine. What might be confusing is that since there is no cell data, the points are not rendered in the default "Surface" representation. In the Properties panel, set the "Representation" type to 3D Glyphs, the Glyph Type to Sphere, and the Radius to 0.05. You'll see the points as pictured in the attached image. HTH, Cory [1] https://courses.cs.washington.edu/courses/cse558/01sp/software/scanalyze/points.html On Mon, Jan 16, 2017 at 9:20 AM, Nenad Vujicic wrote: > Hello everyone, > > I found several PLY files which crashed my ParaView based application. I > inspected vtkPLYReader.cxx and found (Ln 128-140) that it doesn't even > support loading PLY files with points. > > Example of such PLY file: > https://courses.cs.washington.edu/courses/cse558/01sp/software/scanalyze/points.html > Example of software which successfully opens such PLY file: CloudCompare - > http://www.danielgm.net/cc/ > > Do you maybe have in plan adding support for such PLY files? Has someone > perhaps already implemented such feature and is willing to share it? > > Thanks in advance, > Nenad. > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -- Cory Quammen Staff R&D Engineer Kitware, Inc. -------------- next part -------------- A non-text attachment was scrubbed... Name: PointsPly.png Type: image/png Size: 14480 bytes Desc: not available URL: From bdutta at vt.edu Mon Apr 3 21:37:58 2017 From: bdutta at vt.edu (Bishwajit Dutta) Date: Mon, 3 Apr 2017 21:37:58 -0400 Subject: [Paraview] pvpython script fails on Paraview 5.0.1 Message-ID: ?Dear All, I have compiled Paraview 5.0.1 on ubuntu with mesa libs to run it on CPU. Also I generated a simple pvpython script from Paraview 5.0.1 GUI on my windows machine (attached) and the script runs fine there. However this script fails with my mesa compiled pvpython. =============error logs=============== Traceback (most recent call last): File "cone_clip.py", line 19, in cone1Display.SetScaleArray = [None, ''] File "/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_ mesa/lib/site-packages/paraview/servermanager.py", line 307, in __setattr__ "to add this attribute.") AttributeError: Attribute SetScaleArray does not exist. This class does not allow addition of new attributes to avoid mistakes due to typos. Use add_attribute() if you really want to add this attribute. ============================= ? I have built the Paraview with the following options (CMakeCache.txt attached): cmake ../ -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DPARAVIEW_ENABLE_CATALYST=ON -DPARAVIEW_ENABLE_PYTHON=ON -DPYTHON_LIBRARY=$PYTHON_LIBRARY -DPYTHON_INCLUDE_DIR=$PYTHON_INCLUDE_DIR -DPARAVIEW_USE_MPI=ON -DMPI_HEADER_PATH=$MPI_HEADER_PATH -DCMAKE_INSTALL_PREFIX=$BD_INSTALL_PATH -DPARAVIEW_BUILD_QT_GUI=OFF -DVTK_USE_X=OFF -DOPENGL_INCLUDE_DIR=$BD_INSTALL_PATH/include -DOPENGL_gl_LIBRARY=$BD_INSTALL_PATH/lib/libOSMesa.so -DOPENGL_glu_LIBRARY=$BD_INSTALL_PATH/lib/libGLU.so -DVTK_OPENGL_HAS_OSMESA=ON -DOSMESA_INCLUDE_DIR=$BD_INSTALL_PATH/include -DOSMESA_LIBRARY=$BD_INSTALL_PATH/lib/libOSMesa.so Do I need to pass some extra parameters while building and if so what are they? All my GUI generated scripts seem to fail with similar errors. ??Thanks in advance for guidance. ? BR, Bishwajit (Bish) Dutta CpE - Grad Student Virginia Tech -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- # This is the CMakeCache file. # For build in directory: /home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa # It was generated by CMake: /home/bd/.local/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Dependencies for the target AcceleratedAlgorithms_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //Dependencies for the target AnalyzeNIfTIIO_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS;general;vtkzlib; //Dependencies for the target ArrowGlyph_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //Build the VTK documentation BUILD_DOCUMENTATION:BOOL=OFF BUILD_EXAMPLES:BOOL=OFF //Build IceT with shared libraries. BUILD_SHARED_LIBS:BOOL=ON //Build the testing tree. BUILD_TESTING:BOOL=OFF //Build With User Defined Values BUILD_USER_DEFINED_LIBS:BOOL=OFF //Dependencies for the target CDIReader_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS;general;vtkNetCDF;general;vtkNetCDF_cxx; //Path to a program. CMAKE_AR:FILEPATH=/usr/bin/ar //For backwards compatibility, what version of CMake commands and // syntax should this version of CMake try to support. CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4 //Choose the type of build, options are: None(CMAKE_CXX_FLAGS or // CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel. CMAKE_BUILD_TYPE:STRING=Release //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON //CXX compiler CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ //Flags used by the compiler during all build types. CMAKE_CXX_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_CXX_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //C compiler CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc //Flags used by the compiler during all build types. CMAKE_C_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Flags used by the linker. CMAKE_EXE_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF //Fortran compiler CMAKE_Fortran_COMPILER:FILEPATH=NOTFOUND //Fortran flags CMAKE_Fortran_FLAGS:STRING= //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/home/bd/.local //Path to a program. CMAKE_LINKER:FILEPATH=/usr/bin/ld //Path to a program. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make //Flags used by the linker during the creation of modules. CMAKE_MODULE_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_NM:FILEPATH=/usr/bin/nm //Path to a program. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy //Path to a program. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=ParaView //Path to a program. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib //Flags used by the linker during the creation of dll's. CMAKE_SHARED_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO //Flags used by the linker during the creation of static libraries. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_STRIP:FILEPATH=/usr/bin/strip //Thread library used. CMAKE_THREAD_LIBS:STRING=-lpthread //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //Enable to build Debian packages CPACK_BINARY_DEB:BOOL=OFF //Enable to build IFW packages CPACK_BINARY_IFW:BOOL=OFF //Enable to build NSIS packages CPACK_BINARY_NSIS:BOOL=OFF //Enable to build RPM packages CPACK_BINARY_RPM:BOOL=OFF //Enable to build STGZ packages CPACK_BINARY_STGZ:BOOL=ON //Enable to build TBZ2 packages CPACK_BINARY_TBZ2:BOOL=OFF //Enable to build TGZ packages CPACK_BINARY_TGZ:BOOL=ON //Enable to build TXZ packages CPACK_BINARY_TXZ:BOOL=OFF //Enable to build TZ packages CPACK_BINARY_TZ:BOOL=ON //Enable to build RPM source packages CPACK_SOURCE_RPM:BOOL=OFF //Enable to build TBZ2 source packages CPACK_SOURCE_TBZ2:BOOL=ON //Enable to build TGZ source packages CPACK_SOURCE_TGZ:BOOL=ON //Enable to build TXZ source packages CPACK_SOURCE_TXZ:BOOL=ON //Enable to build TZ source packages CPACK_SOURCE_TZ:BOOL=ON //Enable to build ZIP source packages CPACK_SOURCE_ZIP:BOOL=OFF //Value Computed by CMake DICOMParser_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/Utilities/DICOMParser //Value Computed by CMake DICOMParser_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/Utilities/DICOMParser //Value Computed by CMake DIY2_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/diy2/vtkdiy2 //Value Computed by CMake DIY2_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/diy2/vtkdiy2 //Path to a library. EXECINFO_LIB:FILEPATH=EXECINFO_LIB-NOTFOUND //Disable compiler warnings EXODUSII_DISABLE_COMPILER_WARNINGS:BOOL=ON //Path to Eigen install. Eigen_DIR:FILEPATH=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/Plugins/SciberQuestToolKit/eigen-3.0.3/eigen-eigen-3.0.3 //Additional URL templates for the ExternalData CMake script to // look for testing data. E.g. //\nfile:///var/bigharddrive/%(algo)/%(hash) ExternalData_URL_TEMPLATES:STRING= //Dependencies for the target EyeDomeLightingView_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS;general;vtkEyeDomeLighting;general;vtkEyeDomeLightingCS;general;vtkEyeDomeLighting; //Value Computed by CMake EyeDomeLighting_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/Plugins/EyeDomeLighting //Value Computed by CMake EyeDomeLighting_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/Plugins/EyeDomeLighting //Value Computed by CMake FmmMesh_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/Plugins/GeodesicMeasurementPlugin/FmmMesh //Dependencies for target FmmMesh_LIB_DEPENDS:STATIC= //Value Computed by CMake FmmMesh_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/Plugins/GeodesicMeasurementPlugin/FmmMesh //Git command line client GIT_EXECUTABLE:FILEPATH=GIT_EXECUTABLE-NOTFOUND //The directory containing gmvread.c, gmvread.h and gmvrayread.h GMVReader_GMVREAD_LIB_DIR:PATH=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/Utilities/VisItBridge/databases/GMV //Dependencies for the target GMVReader_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so;general;/usr/lib/libmpi_cxx.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Calculate minimum and maximum of data arrays in RequestInformation // calls. //\n A feature inherited from AVSucdReader, but it seems this // information is //\n never queried by ParaView. GMVReader_SKIP_DATARANGE_CALCULATIONS_IN_REQUEST_INFORMATION_CALLS:BOOL=OFF //Value Computed by CMake GeodesicMeasurementPlugin_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/Plugins/GeodesicMeasurementPlugin //Value Computed by CMake GeodesicMeasurementPlugin_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/Plugins/GeodesicMeasurementPlugin //Dependencies for the target GeodesicMeasurement_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS;general;FmmMesh; //Dependencies for the target H5PartReader_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS;general;vtkhdf5_hl;general;vtkhdf5;general;vtksys;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so;general;/usr/lib/libmpi_cxx.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Value Computed by CMake HDF5_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/hdf5/vtkhdf5 //Build Static Executabless HDF5_BUILD_STATIC_EXECS:BOOL=OFF //Enable all warnings HDF5_ENABLE_ALL_WARNINGS:BOOL=OFF //Turn on debugging in all packages HDF5_ENABLE_DEBUG_APIS:BOOL=OFF //Build the Direct I/O Virtual File Driver HDF5_ENABLE_DIRECT_VFD:BOOL=ON //embed library info into executables HDF5_ENABLE_EMBEDDED_LIBINFO:BOOL=ON //Enable group five warnings HDF5_ENABLE_GROUPFIVE_WARNINGS:BOOL=OFF //Enable group four warnings HDF5_ENABLE_GROUPFOUR_WARNINGS:BOOL=OFF //Enable group one warnings HDF5_ENABLE_GROUPONE_WARNINGS:BOOL=OFF //Enable group three warnings HDF5_ENABLE_GROUPTHREE_WARNINGS:BOOL=OFF //Enable group two warnings HDF5_ENABLE_GROUPTWO_WARNINGS:BOOL=OFF //Enable group zero warnings HDF5_ENABLE_GROUPZERO_WARNINGS:BOOL=OFF //Value Computed by CMake HDF5_HL_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/hdf5/vtkhdf5/hl //Value Computed by CMake HDF5_HL_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/hdf5/vtkhdf5/hl //Value Computed by CMake HDF5_HL_SRC_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/hdf5/vtkhdf5/hl/src //Value Computed by CMake HDF5_HL_SRC_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/hdf5/vtkhdf5/hl/src //CPACK - Disable packaging HDF5_NO_PACKAGES:BOOL=OFF //Package the HDF5 Library Examples Compressed File HDF5_PACK_EXAMPLES:BOOL=OFF //Value Computed by CMake HDF5_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/hdf5/vtkhdf5 //Value Computed by CMake HDF5_SRC_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/hdf5/vtkhdf5/src //Value Computed by CMake HDF5_SRC_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/hdf5/vtkhdf5/src //Enable folder grouping of projects in IDEs. HDF5_USE_FOLDERS:BOOL=ON //Value Computed by CMake ICET_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/ThirdParty/IceT/vtkicet //Sets the preferred `k' value for the radix-k algorithm. This // is the amount of simultaneous messages each process receives. // A value of 8 is generally good on most architectures, but in // others that have slower computation with respect to network // (such as BlueGene), a larger value may give better performance. ICET_MAGIC_K:STRING=8 //Sets the preferred number of times an image may be split. Some // image compositing algorithms prefer to partition the images // such that each process gets a piece. Too many partitions, though, // and you end up spending more time collecting them than you save // balancing the compositing. ICET_MAX_IMAGE_SPLIT:STRING=512 //Value Computed by CMake ICET_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ThirdParty/IceT/vtkicet //Use MPE to trace MPI communications. This is helpful for developers // trying to measure the performance of parallel compositing algorithms. ICET_USE_MPE:BOOL=OFF //Build MPI communication layer for IceT. ICET_USE_MPI:BOOL=ON //Build OpenGL support layer for IceT. ICET_USE_OPENGL:BOOL=ON //Installation directory for executables INSTALL_BIN_DIR:PATH=/home/bd/.local/bin //Installation directory for headers INSTALL_INC_DIR:PATH=/home/bd/.local/include //Installation directory for libraries INSTALL_LIB_DIR:PATH=/home/bd/.local/lib //Installation directory for manual pages INSTALL_MAN_DIR:PATH=/home/bd/.local/share/man //Installation directory for pkgconfig (.pc) files INSTALL_PKGCONFIG_DIR:PATH=/home/bd/.local/share/pkgconfig //Dependencies for the target IceTCore_LIB_DEPENDS:STATIC=general;m;general;m; //Dependencies for the target IceTGL_LIB_DEPENDS:STATIC=general;m;general;IceTCore;general;/home/bd/.local//lib/libOSMesa.so; //Dependencies for the target IceTMPI_LIB_DEPENDS:STATIC=general;m;general;IceTCore;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Value Computed by CMake JsonCpp_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/jsoncpp/vtkjsoncpp //Value Computed by CMake JsonCpp_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/jsoncpp/vtkjsoncpp //Value Computed by CMake LZ4_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/ThirdParty/lz4/vtklz4 //Value Computed by CMake LZ4_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ThirdParty/lz4/vtklz4 //Executable for running MPI programs. MPIEXEC:FILEPATH=MPIEXEC-NOTFOUND //Maximum number of processors available to run MPI applications. MPIEXEC_MAX_NUMPROCS:STRING=2 //Flag used by MPI to specify the number of processes for MPIEXEC; // the next option will be the number of processes. MPIEXEC_NUMPROC_FLAG:STRING=-np //These flags will come after all flags given to MPIEXEC. MPIEXEC_POSTFLAGS:STRING= //These flags will be directly before the executable that is being // run by MPIEXEC. MPIEXEC_PREFLAGS:STRING= //Path to a program. MPI_CXX_COMPILER:FILEPATH=/usr/bin/mpicxx //MPI CXX compilation flags MPI_CXX_COMPILE_FLAGS:STRING= //MPI CXX include path MPI_CXX_INCLUDE_PATH:STRING=/usr/lib/openmpi/include;/usr/lib/openmpi/include/openmpi //MPI CXX libraries to link against MPI_CXX_LIBRARIES:STRING=/usr/lib/libmpi_cxx.so;/usr/lib/libmpi.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libhwloc.so //MPI CXX linking flags MPI_CXX_LINK_FLAGS:STRING= //Path to a program. MPI_C_COMPILER:FILEPATH=/usr/bin/mpicc //MPI C compilation flags MPI_C_COMPILE_FLAGS:STRING= //MPI C include path MPI_C_INCLUDE_PATH:STRING=/usr/lib/openmpi/include;/usr/lib/openmpi/include/openmpi //MPI C libraries to link against MPI_C_LIBRARIES:STRING=/usr/lib/libmpi.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libhwloc.so //MPI C linking flags MPI_C_LINK_FLAGS:STRING= //Extra MPI libraries to link against MPI_EXTRA_LIBRARY:STRING=/usr/lib/libmpi.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libhwloc.so //MPI library to link against MPI_LIBRARY:FILEPATH=/usr/lib/libmpi_cxx.so //Poisson Surface reconstruction from unorganized points Module_PoissonReconstruction:BOOL=OFF //Request building Pygments Module_Pygments:BOOL=OFF //Request building VisItLib Module_VisItLib:BOOL=OFF //A collection of examples that illustrate how to use VTK. Module_WikiExamples:BOOL=OFF //Request building pqApplicationComponents Module_pqApplicationComponents:BOOL=OFF //Request building pqComponents Module_pqComponents:BOOL=OFF //Request building pqCore Module_pqCore:BOOL=OFF //Request building pqDeprecated Module_pqDeprecated:BOOL=OFF //Request building pqPython Module_pqPython:BOOL=OFF //Request building pqWidgets Module_pqWidgets:BOOL=OFF //Request building vtkAcceleratorsDax Module_vtkAcceleratorsDax:BOOL=OFF //Request building vtkAcceleratorsPiston Module_vtkAcceleratorsPiston:BOOL=OFF //Slicer additions to vtk Module_vtkAddon:BOOL=OFF //Request building vtkCosmoHaloFinder Module_vtkCosmoHaloFinder:BOOL=OFF //Dicom classes and utilities Module_vtkDICOM:BOOL=OFF //Request building vtkDomainsMicroscopy Module_vtkDomainsMicroscopy:BOOL=OFF //Request building vtkFiltersMatlab Module_vtkFiltersMatlab:BOOL=OFF //Request building vtkFiltersReebGraph Module_vtkFiltersReebGraph:BOOL=OFF //Request building vtkFiltersSMP Module_vtkFiltersSMP:BOOL=OFF //Request building vtkFiltersSelection Module_vtkFiltersSelection:BOOL=OFF //Request building vtkFiltersStatisticsGnuR Module_vtkFiltersStatisticsGnuR:BOOL=OFF //Request building vtkGUISupportQt Module_vtkGUISupportQt:BOOL=OFF //Request building vtkGUISupportQtOpenGL Module_vtkGUISupportQtOpenGL:BOOL=OFF //Request building vtkGUISupportQtSQL Module_vtkGUISupportQtSQL:BOOL=OFF //Request building vtkGUISupportQtWebkit Module_vtkGUISupportQtWebkit:BOOL=OFF //Request building vtkGeovisCore Module_vtkGeovisCore:BOOL=OFF //Request building vtkIOADIOS Module_vtkIOADIOS:BOOL=OFF //Request building vtkIOFFMPEG Module_vtkIOFFMPEG:BOOL=OFF //Request building vtkIOGDAL Module_vtkIOGDAL:BOOL=OFF //Request building vtkIOGeoJSON Module_vtkIOGeoJSON:BOOL=OFF //Request building vtkIOMINC Module_vtkIOMINC:BOOL=OFF //Request building vtkIOMySQL Module_vtkIOMySQL:BOOL=OFF //Request building vtkIOODBC Module_vtkIOODBC:BOOL=OFF //Request building vtkIOPostgreSQL Module_vtkIOPostgreSQL:BOOL=OFF //Request building vtkIOSQL Module_vtkIOSQL:BOOL=OFF //Request building vtkIOTecplotTable Module_vtkIOTecplotTable:BOOL=OFF //Request building vtkIOVideo Module_vtkIOVideo:BOOL=OFF //Request building vtkIOVisItBridge Module_vtkIOVisItBridge:BOOL=OFF //Request building vtkIOXdmf3 Module_vtkIOXdmf3:BOOL=OFF //Request building vtkImagingMath Module_vtkImagingMath:BOOL=OFF //Request building vtkImagingStatistics Module_vtkImagingStatistics:BOOL=OFF //Request building vtkImagingStencil Module_vtkImagingStencil:BOOL=OFF //Request building vtkInfovisBoost Module_vtkInfovisBoost:BOOL=OFF //Request building vtkInfovisBoostGraphAlgorithms Module_vtkInfovisBoostGraphAlgorithms:BOOL=OFF //Request building vtkInfovisLayout Module_vtkInfovisLayout:BOOL=OFF //Request building vtkInfovisParallel Module_vtkInfovisParallel:BOOL=OFF //Request building vtkPVCatalystTestDriver Module_vtkPVCatalystTestDriver:BOOL=OFF //Request building vtkPVVTKExtensionsCGNSReader Module_vtkPVVTKExtensionsCGNSReader:BOOL=OFF //Request building vtkPVVTKExtensionsCosmoTools Module_vtkPVVTKExtensionsCosmoTools:BOOL=OFF //Request building vtkParaViewWebDocumentation Module_vtkParaViewWebDocumentation:BOOL=OFF //Point Cloud processing in VTK Module_vtkPointCloud:BOOL=OFF //Request building vtkRenderingExternal Module_vtkRenderingExternal:BOOL=OFF //Request building vtkRenderingFreeTypeFontConfig Module_vtkRenderingFreeTypeFontConfig:BOOL=OFF //Request building vtkRenderingImage Module_vtkRenderingImage:BOOL=OFF //Request building vtkRenderingOSPRay Module_vtkRenderingOSPRay:BOOL=OFF //Request building vtkRenderingQt Module_vtkRenderingQt:BOOL=OFF //Request building vtkRenderingSceneGraph Module_vtkRenderingSceneGraph:BOOL=OFF //Request building vtkRenderingTk Module_vtkRenderingTk:BOOL=OFF //Request building vtkTclTk Module_vtkTclTk:BOOL=OFF //Request building vtkTestingGenericBridge Module_vtkTestingGenericBridge:BOOL=OFF //Request building vtkTestingIOSQL Module_vtkTestingIOSQL:BOOL=OFF //Request building vtkUtilitiesBenchmarks Module_vtkUtilitiesBenchmarks:BOOL=OFF //Request building vtkUtilitiesColorSeriesToXML Module_vtkUtilitiesColorSeriesToXML:BOOL=OFF //Request building vtkUtilitiesLegacyColorMapXMLToJSON Module_vtkUtilitiesLegacyColorMapXMLToJSON:BOOL=OFF //Request building vtkViewsGeovis Module_vtkViewsGeovis:BOOL=OFF //Request building vtkViewsInfovis Module_vtkViewsInfovis:BOOL=OFF //Request building vtkViewsQt Module_vtkViewsQt:BOOL=OFF //Request building vtkWebApplications Module_vtkWebApplications:BOOL=OFF //Request building vtkWebInstall Module_vtkWebInstall:BOOL=OFF //Request building vtkWrappingJava Module_vtkWrappingJava:BOOL=OFF //Request building vtkWrappingPythonCore Module_vtkWrappingPythonCore:BOOL=ON //Request building vtkWrappingTcl Module_vtkWrappingTcl:BOOL=OFF //Request building vtkglew Module_vtkglew:BOOL=OFF //Request building vtklibproj4 Module_vtklibproj4:BOOL=OFF //Request building vtkqttesting Module_vtkqttesting:BOOL=OFF //Request building vtksqlite Module_vtksqlite:BOOL=OFF //Request building vtkxdmf3 Module_vtkxdmf3:BOOL=OFF //Dependencies for the target Moments_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //Specify default maximum number of elements in the file chunk // cache chunk for HDF5 files (should be prime number). NETCDF4_CHUNK_CACHE_NELEMS:STRING=1009 //Specify default file chunk cache preemption policy for HDF5 files // (a number between 0 and 1, inclusive). NETCDF4_CHUNK_CACHE_PREEMPTION:STRING=0.75 //Specify default file cache chunk size for HDF5 files in bytes. NETCDF4_CHUNK_CACHE_SIZE:STRING=4194304 //Specify the number of chunks to store in default per-variable // cache. NETCDF4_DEFAULT_CHUNKS_IN_CACHE:STRING=10 //Specify default size of chunks in bytes. NETCDF4_DEFAULT_CHUNK_SIZE:STRING=4194304 //Specify maximum size (in bytes) for the default per-var chunk // cache. NETCDF4_MAX_DEFAULT_CACHE_SIZE:STRING=67108864 //Disable compiler warnings NETCDF_DISABLE_COMPILER_WARNINGS:BOOL=ON //Build netcdf C++ API NETCDF_ENABLE_CXX:BOOL=ON //Dependencies for the target NonOrthogonalSource_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //No help, variable specified on the command line. OPENGL_INCLUDE_DIR:UNINITIALIZED=/home/bd/.local//include //No help, variable specified on the command line. OPENGL_gl_LIBRARY:UNINITIALIZED=/home/bd/.local//lib/libOSMesa.so //No help, variable specified on the command line. OPENGL_glu_LIBRARY:UNINITIALIZED=/home/bd/.local//lib/libGLU.so //No help, variable specified on the command line. OSMESA_INCLUDE_DIR:UNINITIALIZED=/home/bd/.local//include //No help, variable specified on the command line. OSMESA_LIBRARY:UNINITIALIZED=/home/bd/.local//lib/libOSMesa.so //Load AcceleratedAlgorithms Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_AcceleratedAlgorithms:BOOL=OFF //Load AnalyzeNIfTIIO Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_AnalyzeNIfTIIO:BOOL=OFF //Load ArrowGlyph Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_ArrowGlyph:BOOL=OFF //Load CDIReader Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_CDIReader:BOOL=OFF //Load EyeDomeLighting Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_EyeDomeLighting:BOOL=OFF //Load GMVReader Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_GMVReader:BOOL=OFF //Load GeodesicMeasurement Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_GeodesicMeasurement:BOOL=OFF //Load H5PartReader Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_H5PartReader:BOOL=OFF //Load Moments Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_Moments:BOOL=OFF //Load NonOrthogonalSource Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_NonOrthogonalSource:BOOL=OFF //Load PacMan Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_PacMan:BOOL=OFF //Load PointSprite Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_PointSprite:BOOL=OFF //Load RGBZView Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_RGBZView:BOOL=OFF //Load SLACTools Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_SLACTools:BOOL=OFF //Load SciberQuestToolKit Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_SciberQuestToolKit:BOOL=OFF //Load SierraPlotTools Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_SierraPlotTools:BOOL=OFF //Load StreamingParticles Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_StreamingParticles:BOOL=OFF //Load SurfaceLIC Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_SurfaceLIC:BOOL=OFF //Load ThickenLayeredCells Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_ThickenLayeredCells:BOOL=OFF //Load UncertaintyRendering Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_UncertaintyRendering:BOOL=OFF //Build Adaptors for various simulation codes PARAVIEW_BUILD_CATALYST_ADAPTORS:BOOL=OFF //Build AcceleratedAlgorithms Plugin PARAVIEW_BUILD_PLUGIN_AcceleratedAlgorithms:BOOL=TRUE //Build AdiosReader Plugin PARAVIEW_BUILD_PLUGIN_AdiosReader:BOOL=FALSE //Build AnalyzeNIfTIIO Plugin PARAVIEW_BUILD_PLUGIN_AnalyzeNIfTIIO:BOOL=TRUE //Build ArrowGlyph Plugin PARAVIEW_BUILD_PLUGIN_ArrowGlyph:BOOL=TRUE //Build CDIReader Plugin PARAVIEW_BUILD_PLUGIN_CDIReader:BOOL=TRUE //Build EyeDomeLighting Plugin PARAVIEW_BUILD_PLUGIN_EyeDomeLighting:BOOL=TRUE //Build GMVReader Plugin PARAVIEW_BUILD_PLUGIN_GMVReader:BOOL=TRUE //Build GeodesicMeasurement Plugin PARAVIEW_BUILD_PLUGIN_GeodesicMeasurement:BOOL=TRUE //Build H5PartReader Plugin PARAVIEW_BUILD_PLUGIN_H5PartReader:BOOL=TRUE //Build InSituExodus Plugin PARAVIEW_BUILD_PLUGIN_InSituExodus:BOOL=FALSE //Build MantaView Plugin PARAVIEW_BUILD_PLUGIN_MantaView:BOOL=FALSE //Build Moments Plugin PARAVIEW_BUILD_PLUGIN_Moments:BOOL=TRUE //Build NonOrthogonalSource Plugin PARAVIEW_BUILD_PLUGIN_NonOrthogonalSource:BOOL=TRUE //Build PacMan Plugin PARAVIEW_BUILD_PLUGIN_PacMan:BOOL=TRUE //Build PointSprite Plugin PARAVIEW_BUILD_PLUGIN_PointSprite:BOOL=TRUE //Build RGBZView Plugin PARAVIEW_BUILD_PLUGIN_RGBZView:BOOL=TRUE //Build SLACTools Plugin PARAVIEW_BUILD_PLUGIN_SLACTools:BOOL=TRUE //Build SciberQuestToolKit Plugin PARAVIEW_BUILD_PLUGIN_SciberQuestToolKit:BOOL=TRUE //Build SierraPlotTools Plugin PARAVIEW_BUILD_PLUGIN_SierraPlotTools:BOOL=TRUE //Build StreamingParticles Plugin PARAVIEW_BUILD_PLUGIN_StreamingParticles:BOOL=TRUE //Build SurfaceLIC Plugin PARAVIEW_BUILD_PLUGIN_SurfaceLIC:BOOL=TRUE //Build ThickenLayeredCells Plugin PARAVIEW_BUILD_PLUGIN_ThickenLayeredCells:BOOL=TRUE //Build UncertaintyRendering Plugin PARAVIEW_BUILD_PLUGIN_UncertaintyRendering:BOOL=TRUE //Build VaporPlugin Plugin PARAVIEW_BUILD_PLUGIN_VaporPlugin:BOOL=FALSE //Enable ParaView Qt-based client PARAVIEW_BUILD_QT_GUI:BOOL=OFF //Enable/Disable web documentation PARAVIEW_BUILD_WEB_DOCUMENTATION:BOOL=OFF //Exclude test data download from default 'all' target. PARAVIEW_DATA_EXCLUDE_FROM_ALL:BOOL=OFF //Local directory holding ExternalData objects in the layout %(algo)/%(hash). PARAVIEW_DATA_STORE:PATH= //Enable Catalyst CoProcessing modules PARAVIEW_ENABLE_CATALYST:BOOL=ON //Enable the CGNS file reader PARAVIEW_ENABLE_CGNS:BOOL=OFF //Build ParaView command-line tools PARAVIEW_ENABLE_COMMANDLINE_TOOLS:BOOL=ON //Build ParaView with CosmoTools VTK Extensions PARAVIEW_ENABLE_COSMOTOOLS:BOOL=OFF //Enable FFMPEG Support. PARAVIEW_ENABLE_FFMPEG:BOOL=OFF //Enable/Disable Python scripting support PARAVIEW_ENABLE_MATPLOTLIB:BOOL=ON //Enable/Disable Python scripting support PARAVIEW_ENABLE_PYTHON:BOOL=ON //Build ParaView with Qt support (without GUI) PARAVIEW_ENABLE_QT_SUPPORT:BOOL=OFF //Enables markers in the spyplot reader PARAVIEW_ENABLE_SPYPLOT_MARKERS:BOOL=ON //Turn off to avoid ParaView depending on all used VTK modules. PARAVIEW_ENABLE_VTK_MODULES_AS_NEEDED:BOOL=TRUE //Enable/Disable web support PARAVIEW_ENABLE_WEB:BOOL=ON //Enable Xdmf3 support (requires Boost). PARAVIEW_ENABLE_XDMF3:BOOL=OFF //Semi-colon seperated paths to extrenal plugin directories. PARAVIEW_EXTERNAL_PLUGIN_DIRS:STRING= //A list of plugins to autoload (but not built as part of ParaView // itself) PARAVIEW_EXTRA_EXTERNAL_PLUGINS:STRING= //Freeze Python packages/modules into the application. PARAVIEW_FREEZE_PYTHON:BOOL=OFF //Initialize MPI on client-processes by default. Can be overridden // using command line arguments PARAVIEW_INITIALIZE_MPI_ON_CLIENT:BOOL=OFF //When enabled, "make install" will install development files PARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=OFF //Extra paths to search for plugins PARAVIEW_PLUGIN_LOADER_PATHS:STRING= //Link to Cray ATP library to enable debug features on Cray Systems PARAVIEW_USE_ATP:BOOL=OFF //Build ParaView with Dax many-core filters PARAVIEW_USE_DAX:BOOL=OFF //Enable IceT (needed for parallel rendering) PARAVIEW_USE_ICE_T:BOOL=ON //Enable MPI support for parallel computing PARAVIEW_USE_MPI:BOOL=ON //Use MPI synchronous-send commands for communication PARAVIEW_USE_MPI_SSEND:BOOL=OFF //Build ParaView with OSPRay Ray Traced rendering PARAVIEW_USE_OSPRAY:BOOL=OFF //Build ParaView with Piston GPGPU filters PARAVIEW_USE_PISTON:BOOL=OFF //If enabled, Python bindings will back the ClientServer wrapping // implementation PARAVIEW_USE_UNIFIED_BINDINGS:BOOL=OFF //Build ParaView with VisIt readers. PARAVIEW_USE_VISITBRIDGE:BOOL=OFF //Disable compiler warnings PROTOBUF_DISABLE_COMPILER_WARNINGS:BOOL=ON //Command to run after a failed test to cleanup processes. Example: // "killall -9 rsh paraview" PV_TEST_CLEAN_COMMAND:STRING= //Node which serves as the client node, used to connect from the // server side in reverse connection mode. PV_TEST_CLIENT:STRING=localhost //Command to run before a test begins. Multiple commands are separated // by ';'. PV_TEST_INIT_COMMAND:STRING= //Use random port numbers when testing client-server configurations. PV_TEST_USE_RANDOM_PORTS:BOOL=ON //Add module mpi4py.MPE PYTHON_ENABLE_MODULE_mpi4py.MPE:BOOL=ON //Add module mpi4py.MPI PYTHON_ENABLE_MODULE_mpi4py.MPI:BOOL=ON //Add module mpi4py.dl PYTHON_ENABLE_MODULE_mpi4py.dl:BOOL=ON //Path to a program. PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 //Extra libraries to link when linking to python (such as "z" for // zlib). Separate multiple libraries with semicolons. PYTHON_EXTRA_LIBS:STRING= //Path to a file. PYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 //Path to a library. PYTHON_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpython2.7.so //Add module mpi4py.MPE shared PYTHON_MODULE_mpi4py.MPE_BUILD_SHARED:BOOL=ON //Add module mpi4py.MPI shared PYTHON_MODULE_mpi4py.MPI_BUILD_SHARED:BOOL=ON //Add module mpi4py.dl shared PYTHON_MODULE_mpi4py.dl_BUILD_SHARED:BOOL=ON //Utility library needed for vtkpython PYTHON_UTIL_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libutil.so //Dependencies for the target PacMan_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //Value Computed by CMake ParaView_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa //Value Computed by CMake ParaView_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh //Value Computed by CMake PointSpritePlugin_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/Plugins/PointSprite //Value Computed by CMake PointSpritePlugin_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/Plugins/PointSprite //Dependencies for the target PointSprite_Plugin_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS;general;vtkPointSpriteGraphics;general;vtkPointSpriteGraphicsCS;general;vtkPointSpriteRendering;general;vtkPointSpriteRenderingCS;general;vtkPointSpriteGraphics;general;vtkPointSpriteRendering; //Value Computed by CMake RGBZView_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/Plugins/RGBZView //Dependencies for the target RGBZView_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //Value Computed by CMake RGBZView_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/Plugins/RGBZView //Dependencies for the target SLACTools_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //Enable CUDA accelerated filters. SQTK_CUDA:BOOL=OFF //Enable debug output to stderr. SQTK_DEBUG:BOOL=OFF //Explicitly disable SurfaceLIC plugin ctests SURFACELIC_PLUGIN_TESTING:BOOL=ON //Value Computed by CMake SciberQuestToolKit_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/Plugins/SciberQuestToolKit //Dependencies for the target SciberQuestToolKit_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS;general;vtkSciberQuest;general;vtkSciberQuestCS;general;vtkFiltersFlowPaths;general;vtkSciberQuest;general;vtkPVServerManagerDefault;general;vtksys;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so;general;/usr/lib/libmpi_cxx.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Value Computed by CMake SciberQuestToolKit_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/Plugins/SciberQuestToolKit //Dependencies for the target StreamingParticles_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //Dependencies for the target SurfaceLIC_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //Dependencies for the target ThickenLayeredCells_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //Use HIDDEN visibility support if available. USE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON //Value Computed by CMake VPIC_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/VPIC //Dependencies for the target VPIC_LIB_DEPENDS:STATIC=general;vtksys;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so;general;/usr/lib/libmpi_cxx.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Value Computed by CMake VPIC_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/VPIC //Value Computed by CMake VTKEXPAT_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/expat/vtkexpat //Value Computed by CMake VTKEXPAT_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/expat/vtkexpat //Value Computed by CMake VTKFREETYPE_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/freetype/vtkfreetype //Value Computed by CMake VTKFREETYPE_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/freetype/vtkfreetype //Value Computed by CMake VTKGL2PS_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/gl2ps/vtkgl2ps //Value Computed by CMake VTKGL2PS_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/gl2ps/vtkgl2ps //Value Computed by CMake VTKJPEG_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/jpeg/vtkjpeg //Value Computed by CMake VTKJPEG_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/jpeg/vtkjpeg //Value Computed by CMake VTKNETCDF_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/netcdf/vtknetcdf //Value Computed by CMake VTKNETCDF_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/netcdf/vtknetcdf //Value Computed by CMake VTKOGGTHEORA_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/oggtheora/vtkoggtheora //Disable assemby optimizations VTKOGGTHEORA_DISABLE_ASM:BOOL=OFF //Disable the use of floating point code in theora VTKOGGTHEORA_DISABLE_FLOAT:BOOL=OFF //Additional linker flags for vtkoggtheora when building as a shared // library VTKOGGTHEORA_SHARED_LINKER_FLAGS:STRING=-Wl,--version-script="/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/oggtheora/vtkoggtheora/vtkoggtheora.vscript" //Value Computed by CMake VTKOGGTHEORA_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/oggtheora/vtkoggtheora //Value Computed by CMake VTKPNG_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/png/vtkpng //Value Computed by CMake VTKPNG_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/png/vtkpng //Value Computed by CMake VTKTIFF_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/tiff/vtktiff //Value Computed by CMake VTKTIFF_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/tiff/vtktiff //Build all vtkObject derived classes with object factory new methods. VTK_ALL_NEW_OBJECT_FACTORY:BOOL=OFF //Build VTK for Android VTK_ANDROID_BUILD:BOOL=OFF //Value Computed by CMake VTK_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK //Request to build all modules VTK_BUILD_ALL_MODULES:BOOL=OFF //Local directory holding ExternalData objects in the layout %(algo)/%(hash). VTK_DATA_STORE:PATH= //Build leak checking support into VTK. VTK_DEBUG_LEAKS:BOOL=OFF //Include array-of-structs vtkDataArray subclasses in dispatcher. VTK_DISPATCH_AOS_ARRAYS:BOOL=ON //Include struct-of-arrays vtkDataArray subclasses in dispatcher. VTK_DISPATCH_SOA_ARRAYS:BOOL=OFF //Include vtkTypedDataArray subclasses (e.g. old mapped arrays) // in dispatcher. VTK_DISPATCH_TYPED_ARRAYS:BOOL=OFF //Index of the EGL device (graphics card) to use. VTK_EGL_DEVICE_INDEX:STRING=0 //Build VTK using kits instead of modules. VTK_ENABLE_KITS:BOOL=OFF //Enable vtkpython and pvtkpython binaries VTK_ENABLE_VTKPYTHON:BOOL=ON //Add compiler flags to do stricter checking when building debug. VTK_EXTRA_COMPILER_WARNINGS:BOOL=OFF //Do not download source code or data from the network VTK_FORBID_DOWNLOADS:BOOL=OFF //Location of the OpenGL extensions header file (glext.h). VTK_GLEXT_FILE:FILEPATH=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/Utilities/ParseOGLExt/headers/glext.h //Location of the GLX extensions header file (glxext.h). VTK_GLXEXT_FILE:FILEPATH=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/Utilities/ParseOGLExt/headers/glxext.h //Request building Imaging modules VTK_Group_Imaging:BOOL=OFF //Request building MPI modules VTK_Group_MPI:BOOL=OFF //Request building ParaViewCore modules VTK_Group_ParaViewCore:BOOL=ON //Request building ParaViewQt modules VTK_Group_ParaViewQt:BOOL=OFF //Request building ParaViewRendering modules VTK_Group_ParaViewRendering:BOOL=ON //Request building Qt modules VTK_Group_Qt:BOOL=OFF //Request building Rendering modules VTK_Group_Rendering:BOOL=OFF //Request building of all stand alone modules (no external dependencies // required) VTK_Group_StandAlone:BOOL=OFF //Request building Tk modules VTK_Group_Tk:BOOL=OFF //Request building Views modules VTK_Group_Views:BOOL=OFF //Request building Web modules VTK_Group_Web:BOOL=OFF //Enable buggy OpenGL drivers for testing. VTK_IGNORE_GLDRIVER_BUGS:BOOL=OFF //Build vtk.framework for iOS VTK_IOS_BUILD:BOOL=OFF //Remove all legacy code completely. VTK_LEGACY_REMOVE:BOOL=OFF //Silence all legacy code messages. VTK_LEGACY_SILENT:BOOL=OFF //Specify if linker warnings must be considered as errors. VTK_LINKER_FATAL_WARNINGS:BOOL=OFF //Should all modules build instantiators VTK_MAKE_INSTANTIATORS:BOOL=OFF //Max number of threads vktMultiThreader will allocate. VTK_MAX_THREADS:STRING=64 //Disable Python Threads support VTK_NO_PYTHON_THREADS:BOOL=ON //The OpenGL library being used supports off screen Mesa calls VTK_OPENGL_HAS_OSMESA:BOOL=ON //Python version to use: 2, 2.x, 3, 3.x, or empty VTK_PYTHON_VERSION:STRING=2 //enable parallel timers for the 2d line integral convolution VTK_RENDERINGPARALLELLIC_LINEINTEGRALCONVLOLUTION2D_TIMER:BOOL=OFF //enable parallel timers for the surface lic painter VTK_RENDERINGPARALLELLIC_SURFACELICPAINTER_TIMER:BOOL=OFF //Choose the rendering backend. VTK_RENDERING_BACKEND:STRING=OpenGL //Enable OpenGL error check and report VTK_REPORT_OPENGL_ERRORS:BOOL=ON //Enable OpenGL error check and reporting in non-debug builds. VTK_REPORT_OPENGL_ERRORS_IN_RELEASE_BUILDS:BOOL=OFF //Which multi-threaded parallelism implementation to use. Options // are Sequential, OpenMP or TBB VTK_SMP_IMPLEMENTATION_TYPE:STRING=Sequential //Value Computed by CMake VTK_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK //Build VTK with 64 bit ids VTK_USE_64BIT_IDS:BOOL=ON //Build VTK using C++11 features (if available) VTK_USE_CXX11_FEATURES:BOOL=OFF //Use GCC visibility support if available. VTK_USE_GCC_VISIBILITY:BOOL=OFF //Enable tests requiring "large" data VTK_USE_LARGE_DATA:BOOL=OFF //Use off screen calls by default VTK_USE_OFFSCREEN:BOOL=OFF //Use EGL for OpenGL client API for offscreen rendering. VTK_USE_OFFSCREEN_EGL:BOOL=OFF //Use system 'autobahn' Python package VTK_USE_SYSTEM_AUTOBAHN:BOOL=OFF //Use system-installed diy2 VTK_USE_SYSTEM_DIY2:BOOL=OFF //Use system-installed EXPAT VTK_USE_SYSTEM_EXPAT:BOOL=OFF //Use system-installed Freetype VTK_USE_SYSTEM_FREETYPE:BOOL=OFF //Use system-installed GL2PS VTK_USE_SYSTEM_GL2PS:BOOL=OFF //do not use a system glew VTK_USE_SYSTEM_GLEW:BOOL=OFF //Use system-installed HDF5 VTK_USE_SYSTEM_HDF5:BOOL=OFF //Use system-installed icet VTK_USE_SYSTEM_ICET:BOOL=OFF //Use system-installed JPEG VTK_USE_SYSTEM_JPEG:BOOL=OFF //Use system-installed JsonCpp VTK_USE_SYSTEM_JSONCPP:BOOL=OFF //Use the system's libraries by default. VTK_USE_SYSTEM_LIBRARIES:BOOL=OFF //Use system-installed LibXml2 VTK_USE_SYSTEM_LIBXML2:BOOL=OFF //Use system-installed LZ4 VTK_USE_SYSTEM_LZ4:BOOL=OFF //Use system 'mpi4py' Python package VTK_USE_SYSTEM_MPI4PY:BOOL=OFF //Use system-installed NetCDF VTK_USE_SYSTEM_NETCDF:BOOL=OFF //Use system-installed OGGTHEORA VTK_USE_SYSTEM_OGGTHEORA:BOOL=OFF //Use system-installed PNG VTK_USE_SYSTEM_PNG:BOOL=OFF //Use system-installed Protobuf VTK_USE_SYSTEM_PROTOBUF:BOOL=OFF //Use system-installed pugixml VTK_USE_SYSTEM_PUGIXML:BOOL=OFF //Use system 'six' Python Module VTK_USE_SYSTEM_SIX:BOOL=OFF //Use system-installed TIFF VTK_USE_SYSTEM_TIFF:BOOL=OFF //Use system 'twisted' Python package VTK_USE_SYSTEM_TWISTED:BOOL=OFF //Use system-installed xdmf2 VTK_USE_SYSTEM_XDMF2:BOOL=OFF //Use system-installed ZLIB VTK_USE_SYSTEM_ZLIB:BOOL=OFF //Use system 'zope' Python package VTK_USE_SYSTEM_ZOPE:BOOL=OFF //Use TDx interaction devices VTK_USE_TDX:BOOL=OFF //Build VTK with Tk support VTK_USE_TK:BOOL=OFF //Use X for VTK render windows VTK_USE_X:BOOL=OFF //Build VPIC with MPI VTK_VPIC_USE_MPI:BOOL=ON //If enabled, vtkArrayDispatch will print a warning when a dispatch // fails. VTK_WARN_ON_DISPATCH_FAILURE:BOOL=OFF //Location of the WGL extensions header file (wglext.h). VTK_WGLEXT_FILE:FILEPATH=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/Utilities/ParseOGLExt/headers/wglext.h //Path to a file. VTK_WRAP_HINTS:FILEPATH=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/Wrapping/Tools/hints //Should VTK Java wrapping be built? VTK_WRAP_JAVA:BOOL=OFF //Should VTK Tcl wrapping be built? VTK_WRAP_TCL:BOOL=OFF //Build Xdmf with MPI VTK_XDMF_USE_MPI:BOOL=OFF //XDMF should use MPI XDMF_BUILD_MPI:BOOL=OFF //XDMF has Network Distributed Global Memory (NDGM) XDMF_HAS_NDGM:BOOL=OFF //Path to a file. XDMF_HAVE_FCNTL:PATH=/usr/include //Path to a file. XDMF_HAVE_MMAN:PATH=XDMF_HAVE_MMAN-NOTFOUND //Path to a file. XDMF_HAVE_NETINET:PATH=/usr/include/netinet //Use bzip2 XDMF_USE_BZIP2:BOOL=OFF //Build GZip Compression XDMF_USE_GZIP:BOOL=OFF //Build Support for MySQL DataItems XDMF_USE_MYSQL:BOOL=OFF //Value Computed by CMake alglib_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/alglib //Value Computed by CMake alglib_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/alglib //Dependencies for the target mpi4py.MPE_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libpython2.7.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Dependencies for the target mpi4py.MPI_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libpython2.7.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so;general;dl; //Dependencies for the target mpi4py.dl_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libpython2.7.so;general;dl; //Value Computed by CMake mpi4py_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/mpi4py/vtkmpi4py //Value Computed by CMake mpi4py_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/mpi4py/vtkmpi4py //Value Computed by CMake netcdf_cxx_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/netcdf/vtknetcdf/cxx //Value Computed by CMake netcdf_cxx_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/netcdf/vtknetcdf/cxx //Value Computed by CMake netcdf_libdispatch_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch //Value Computed by CMake netcdf_libdispatch_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch //Value Computed by CMake netcdf_liblib_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/netcdf/vtknetcdf/liblib //Value Computed by CMake netcdf_liblib_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/netcdf/vtknetcdf/liblib //Value Computed by CMake netcdf_libsrc4_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4 //Value Computed by CMake netcdf_libsrc4_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4 //Value Computed by CMake netcdf_libsrc_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/netcdf/vtknetcdf/libsrc //Value Computed by CMake netcdf_libsrc_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/netcdf/vtknetcdf/libsrc //Dependencies for the target pmpi-mpe_LIB_DEPENDS:STATIC=general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Dependencies for the target pmpi-vt-hyb_LIB_DEPENDS:STATIC=general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Dependencies for the target pmpi-vt-mpi_LIB_DEPENDS:STATIC=general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Dependencies for the target pmpi-vt_LIB_DEPENDS:STATIC=general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Dependencies for the target protobuf-lite_LIB_DEPENDS:STATIC=general;-lpthread; //Value Computed by CMake protobuf_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/ThirdParty/protobuf/vtkprotobuf //Dependencies for the target protobuf_LIB_DEPENDS:STATIC=general;-lpthread; //Value Computed by CMake protobuf_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ThirdParty/protobuf/vtkprotobuf //Value Computed by CMake verdict_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/verdict/vtkverdict //Dependencies for target verdict_LIB_DEPENDS:STATIC= //Value Computed by CMake verdict_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/verdict/vtkverdict //Dependencies for the target vtkChartsCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkChartsCore; //Dependencies for the target vtkChartsCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonColorPythonD;general;vtkInfovisCorePythonD;general;vtkRenderingContext2DPythonD;general;vtkChartsCore; //Dependencies for the target vtkChartsCorePython_LIB_DEPENDS:STATIC=general;vtkChartsCorePythonD; //Dependencies for the target vtkChartsCore_LIB_DEPENDS:STATIC=general;vtkRenderingContext2D;general;vtksys;general;vtkCommonColor;general;vtkInfovisCore; //Dependencies for the target vtkClientServer_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;/usr/lib/x86_64-linux-gnu/libpython2.7.so;general;vtkPythonInterpreter;general;vtkWrappingPythonCore; //Dependencies for the target vtkCommonColorCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonColor; //Dependencies for the target vtkCommonColorPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonColor; //Dependencies for the target vtkCommonColorPython_LIB_DEPENDS:STATIC=general;vtkCommonColorPythonD; //Dependencies for the target vtkCommonColor_LIB_DEPENDS:STATIC=general;vtkCommonDataModel; //Dependencies for the target vtkCommonComputationalGeometryCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonComputationalGeometry; //Dependencies for the target vtkCommonComputationalGeometryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonComputationalGeometry; //Dependencies for the target vtkCommonComputationalGeometryPython_LIB_DEPENDS:STATIC=general;vtkCommonComputationalGeometryPythonD; //Dependencies for the target vtkCommonComputationalGeometry_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonSystem; //Dependencies for the target vtkCommonCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonCore; //Dependencies for the target vtkCommonCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCore; //Dependencies for the target vtkCommonCorePython_LIB_DEPENDS:STATIC=general;vtkCommonCorePythonD; //Dependencies for the target vtkCommonCore_LIB_DEPENDS:STATIC=general;vtksys;general;-lpthread; //Dependencies for the target vtkCommonDataModelCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonDataModel; //Dependencies for the target vtkCommonDataModelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkCommonDataModel; //Dependencies for the target vtkCommonDataModelPython_LIB_DEPENDS:STATIC=general;vtkCommonDataModelPythonD; //Dependencies for the target vtkCommonDataModel_LIB_DEPENDS:STATIC=general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtksys; //Dependencies for the target vtkCommonExecutionModelCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonExecutionModel; //Dependencies for the target vtkCommonExecutionModelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonExecutionModel; //Dependencies for the target vtkCommonExecutionModelPython_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModelPythonD; //Dependencies for the target vtkCommonExecutionModel_LIB_DEPENDS:STATIC=general;vtkCommonDataModel; //Dependencies for the target vtkCommonMathCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonMath; //Dependencies for the target vtkCommonMathPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMath; //Dependencies for the target vtkCommonMathPython_LIB_DEPENDS:STATIC=general;vtkCommonMathPythonD; //Dependencies for the target vtkCommonMath_LIB_DEPENDS:STATIC=general;vtkCommonCore; //Dependencies for the target vtkCommonMiscCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonMisc; //Dependencies for the target vtkCommonMiscPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonMathPythonD;general;vtkCommonMisc; //Dependencies for the target vtkCommonMiscPython_LIB_DEPENDS:STATIC=general;vtkCommonMiscPythonD; //Dependencies for the target vtkCommonMisc_LIB_DEPENDS:STATIC=general;vtkCommonMath; //Dependencies for the target vtkCommonSystemCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonSystem; //Dependencies for the target vtkCommonSystemPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonSystem; //Dependencies for the target vtkCommonSystemPython_LIB_DEPENDS:STATIC=general;vtkCommonSystemPythonD; //Dependencies for the target vtkCommonSystem_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtksys;general;-lpthread; //Dependencies for the target vtkCommonTransformsCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonTransforms; //Dependencies for the target vtkCommonTransformsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransforms; //Dependencies for the target vtkCommonTransformsPython_LIB_DEPENDS:STATIC=general;vtkCommonTransformsPythonD; //Dependencies for the target vtkCommonTransforms_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonMath; //Dependencies for target vtkDICOMParser_LIB_DEPENDS:STATIC= //Dependencies for the target vtkDomainsChemistryCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkDomainsChemistry; //Dependencies for the target vtkDomainsChemistryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkFiltersSourcesPythonD;general;vtkIOXMLPythonD;general;vtkRenderingCorePythonD;general;vtkDomainsChemistry; //Dependencies for the target vtkDomainsChemistryPython_LIB_DEPENDS:STATIC=general;vtkDomainsChemistryPythonD; //Dependencies for the target vtkDomainsChemistry_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkRenderingCore;general;vtkIOXML;general;vtkFiltersSources; //Value Computed by CMake vtkExodus2_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/exodusII/vtkexodusII //Value Computed by CMake vtkExodus2_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/exodusII/vtkexodusII //Dependencies for the target vtkEyeDomeLightingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkEyeDomeLighting; //Dependencies for the target vtkEyeDomeLighting_LIB_DEPENDS:STATIC=general;vtkRenderingOpenGL;general;/home/bd/.local//lib/libOSMesa.so; //Dependencies for the target vtkFiltersAMRCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersAMR; //Dependencies for the target vtkFiltersAMRPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersGeneralPythonD;general;vtkParallelCorePythonD;general;vtkFiltersAMR; //Dependencies for the target vtkFiltersAMRPython_LIB_DEPENDS:STATIC=general;vtkFiltersAMRPythonD; //Dependencies for the target vtkFiltersAMR_LIB_DEPENDS:STATIC=general;vtkFiltersGeneral;general;vtkParallelCore; //Dependencies for the target vtkFiltersCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersCore; //Dependencies for the target vtkFiltersCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCore; //Dependencies for the target vtkFiltersCorePython_LIB_DEPENDS:STATIC=general;vtkFiltersCorePythonD; //Dependencies for the target vtkFiltersCore_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms; //Dependencies for the target vtkFiltersExtractionCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersExtraction; //Dependencies for the target vtkFiltersExtractionPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersStatisticsPythonD;general;vtkFiltersExtraction; //Dependencies for the target vtkFiltersExtractionPython_LIB_DEPENDS:STATIC=general;vtkFiltersExtractionPythonD; //Dependencies for the target vtkFiltersExtraction_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkFiltersStatistics; //Dependencies for the target vtkFiltersFlowPathsCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersFlowPaths; //Dependencies for the target vtkFiltersFlowPathsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkIOCorePythonD;general;vtkFiltersFlowPaths; //Dependencies for the target vtkFiltersFlowPathsPython_LIB_DEPENDS:STATIC=general;vtkFiltersFlowPathsPythonD; //Dependencies for the target vtkFiltersFlowPaths_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtkIOCore; //Dependencies for the target vtkFiltersGeneralCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersGeneralPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonComputationalGeometryPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersGeneralPython_LIB_DEPENDS:STATIC=general;vtkFiltersGeneralPythonD; //Dependencies for the target vtkFiltersGeneral_LIB_DEPENDS:STATIC=general;vtkCommonComputationalGeometry;general;vtkFiltersCore; //Dependencies for the target vtkFiltersGenericCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersGeneric; //Dependencies for the target vtkFiltersGenericPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersCorePythonD;general;vtkFiltersSourcesPythonD;general;vtkFiltersGeneric; //Dependencies for the target vtkFiltersGenericPython_LIB_DEPENDS:STATIC=general;vtkFiltersGenericPythonD; //Dependencies for the target vtkFiltersGeneric_LIB_DEPENDS:STATIC=general;vtkFiltersCore;general;vtkFiltersSources; //Dependencies for the target vtkFiltersGeometryCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersGeometry; //Dependencies for the target vtkFiltersGeometryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersCorePythonD;general;vtkFiltersGeometry; //Dependencies for the target vtkFiltersGeometryPython_LIB_DEPENDS:STATIC=general;vtkFiltersGeometryPythonD; //Dependencies for the target vtkFiltersGeometry_LIB_DEPENDS:STATIC=general;vtkFiltersCore; //Dependencies for the target vtkFiltersHybridCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersHybrid; //Dependencies for the target vtkFiltersHybridPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersGeneralPythonD;general;vtkImagingSourcesPythonD;general;vtkRenderingCorePythonD;general;vtkFiltersHybrid; //Dependencies for the target vtkFiltersHybridPython_LIB_DEPENDS:STATIC=general;vtkFiltersHybridPythonD; //Dependencies for the target vtkFiltersHybrid_LIB_DEPENDS:STATIC=general;vtkFiltersGeneral;general;vtkImagingSources;general;vtkRenderingCore; //Dependencies for the target vtkFiltersHyperTreeCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersHyperTree; //Dependencies for the target vtkFiltersHyperTreePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersGeneralPythonD;general;vtkFiltersHyperTree; //Dependencies for the target vtkFiltersHyperTreePython_LIB_DEPENDS:STATIC=general;vtkFiltersHyperTreePythonD; //Dependencies for the target vtkFiltersHyperTree_LIB_DEPENDS:STATIC=general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersImagingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersImaging; //Dependencies for the target vtkFiltersImagingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersStatisticsPythonD;general;vtkImagingGeneralPythonD;general;vtkImagingSourcesPythonD;general;vtkFiltersImaging; //Dependencies for the target vtkFiltersImagingPython_LIB_DEPENDS:STATIC=general;vtkFiltersImagingPythonD; //Dependencies for the target vtkFiltersImaging_LIB_DEPENDS:STATIC=general;vtkFiltersStatistics;general;vtkImagingGeneral;general;vtkImagingSources; //Dependencies for the target vtkFiltersModelingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersModeling; //Dependencies for the target vtkFiltersModelingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkFiltersModeling; //Dependencies for the target vtkFiltersModelingPython_LIB_DEPENDS:STATIC=general;vtkFiltersModelingPythonD; //Dependencies for the target vtkFiltersModeling_LIB_DEPENDS:STATIC=general;vtkFiltersGeneral;general;vtkFiltersSources; //Dependencies for the target vtkFiltersParallelCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersParallel; //Dependencies for the target vtkFiltersParallelDIY2CS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersParallelDIY2; //Dependencies for the target vtkFiltersParallelDIY2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersCorePythonD;general;vtkFiltersCorePythonD;general;vtkParallelMPIPythonD;general;vtkFiltersParallelDIY2; //Dependencies for the target vtkFiltersParallelDIY2Python_LIB_DEPENDS:STATIC=general;vtkFiltersParallelDIY2PythonD; //Dependencies for the target vtkFiltersParallelDIY2_LIB_DEPENDS:STATIC=general;vtkFiltersCore;general;vtkFiltersCore;general;vtkParallelMPI;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so;general;/usr/lib/libmpi_cxx.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Dependencies for the target vtkFiltersParallelFlowPathsCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersParallelFlowPaths; //Dependencies for the target vtkFiltersParallelFlowPathsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersAMRPythonD;general;vtkFiltersFlowPathsPythonD;general;vtkParallelCorePythonD;general;vtkParallelMPIPythonD;general;vtkFiltersParallelFlowPaths; //Dependencies for the target vtkFiltersParallelFlowPathsPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelFlowPathsPythonD; //Dependencies for the target vtkFiltersParallelFlowPaths_LIB_DEPENDS:STATIC=general;vtkFiltersAMR;general;vtkFiltersFlowPaths;general;vtkParallelCore;general;vtkParallelMPI; //Dependencies for the target vtkFiltersParallelGeometryCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersParallelGeometry; //Dependencies for the target vtkFiltersParallelGeometryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersExtractionPythonD;general;vtkFiltersGeometryPythonD;general;vtkParallelMPIPythonD;general;vtkFiltersParallelGeometry; //Dependencies for the target vtkFiltersParallelGeometryPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelGeometryPythonD; //Dependencies for the target vtkFiltersParallelGeometry_LIB_DEPENDS:STATIC=general;vtkFiltersExtraction;general;vtkFiltersGeometry;general;vtkParallelMPI; //Dependencies for the target vtkFiltersParallelImagingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersParallelImaging; //Dependencies for the target vtkFiltersParallelImagingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersImagingPythonD;general;vtkFiltersParallelPythonD;general;vtkIOLegacyPythonD;general;vtkImagingCorePythonD;general;vtkParallelCorePythonD;general;vtkFiltersParallelImaging; //Dependencies for the target vtkFiltersParallelImagingPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelImagingPythonD; //Dependencies for the target vtkFiltersParallelImaging_LIB_DEPENDS:STATIC=general;vtkFiltersImaging;general;vtkFiltersParallel;general;vtkIOLegacy;general;vtkImagingCore;general;vtkParallelCore; //Dependencies for the target vtkFiltersParallelMPICS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersParallelMPI; //Dependencies for the target vtkFiltersParallelMPIPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersExtractionPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersParallelPythonD;general;vtkImagingCorePythonD;general;vtkParallelCorePythonD;general;vtkParallelMPIPythonD;general;vtkFiltersParallelMPI; //Dependencies for the target vtkFiltersParallelMPIPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelMPIPythonD; //Dependencies for the target vtkFiltersParallelMPI_LIB_DEPENDS:STATIC=general;vtkFiltersExtraction;general;vtkFiltersGeneral;general;vtkFiltersParallel;general;vtkImagingCore;general;vtkParallelCore;general;vtkParallelMPI; //Dependencies for the target vtkFiltersParallelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersExtractionPythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersModelingPythonD;general;vtkParallelCorePythonD;general;vtkRenderingCorePythonD;general;vtkFiltersParallel; //Dependencies for the target vtkFiltersParallelPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelPythonD; //Dependencies for the target vtkFiltersParallelStatisticsCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersParallelStatistics; //Dependencies for the target vtkFiltersParallelStatisticsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersStatisticsPythonD;general;vtkParallelCorePythonD;general;vtkFiltersParallelStatistics; //Dependencies for the target vtkFiltersParallelStatisticsPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelStatisticsPythonD; //Dependencies for the target vtkFiltersParallelStatistics_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkFiltersStatistics;general;vtkParallelCore;general;vtkalglib; //Dependencies for the target vtkFiltersParallel_LIB_DEPENDS:STATIC=general;vtkFiltersExtraction;general;vtkFiltersGeometry;general;vtkFiltersModeling;general;vtkParallelCore;general;vtkRenderingCore; //Dependencies for the target vtkFiltersPointsCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersPoints; //Dependencies for the target vtkFiltersPointsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersPoints; //Dependencies for the target vtkFiltersPointsPython_LIB_DEPENDS:STATIC=general;vtkFiltersPointsPythonD; //Dependencies for the target vtkFiltersPoints_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms; //Dependencies for the target vtkFiltersProgrammableCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersProgrammable; //Dependencies for the target vtkFiltersProgrammablePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkFiltersProgrammable; //Dependencies for the target vtkFiltersProgrammablePython_LIB_DEPENDS:STATIC=general;vtkFiltersProgrammablePythonD; //Dependencies for the target vtkFiltersProgrammable_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel; //Dependencies for the target vtkFiltersPythonCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersPython; //Dependencies for the target vtkFiltersPythonPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkFiltersPython; //Dependencies for the target vtkFiltersPythonPython_LIB_DEPENDS:STATIC=general;vtkFiltersPythonPythonD; //Dependencies for the target vtkFiltersPython_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;/usr/lib/x86_64-linux-gnu/libpython2.7.so;general;vtkWrappingPythonCore; //Dependencies for the target vtkFiltersSourcesCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersSources; //Dependencies for the target vtkFiltersSourcesPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonComputationalGeometryPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSources; //Dependencies for the target vtkFiltersSourcesPython_LIB_DEPENDS:STATIC=general;vtkFiltersSourcesPythonD; //Dependencies for the target vtkFiltersSources_LIB_DEPENDS:STATIC=general;vtkCommonComputationalGeometry;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersStatisticsCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersStatistics; //Dependencies for the target vtkFiltersStatisticsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkCommonTransformsPythonD;general;vtkImagingFourierPythonD;general;vtkFiltersStatistics; //Dependencies for the target vtkFiltersStatisticsPython_LIB_DEPENDS:STATIC=general;vtkFiltersStatisticsPythonD; //Dependencies for the target vtkFiltersStatistics_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonTransforms;general;vtkImagingFourier;general;vtkalglib; //Dependencies for the target vtkFiltersTextureCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersTexture; //Dependencies for the target vtkFiltersTexturePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersGeneralPythonD;general;vtkFiltersTexture; //Dependencies for the target vtkFiltersTexturePython_LIB_DEPENDS:STATIC=general;vtkFiltersTexturePythonD; //Dependencies for the target vtkFiltersTexture_LIB_DEPENDS:STATIC=general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersVerdictCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersVerdict; //Dependencies for the target vtkFiltersVerdictPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkFiltersVerdict; //Dependencies for the target vtkFiltersVerdictPython_LIB_DEPENDS:STATIC=general;vtkFiltersVerdictPythonD; //Dependencies for the target vtkFiltersVerdict_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;verdict; //Dependencies for the target vtkIOAMRCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOAMR; //Dependencies for the target vtkIOAMRPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersAMRPythonD;general;vtkParallelCorePythonD;general;vtkIOAMR; //Dependencies for the target vtkIOAMRPython_LIB_DEPENDS:STATIC=general;vtkIOAMRPythonD; //Dependencies for the target vtkIOAMR_LIB_DEPENDS:STATIC=general;vtkFiltersAMR;general;vtkParallelCore;general;vtkhdf5_hl;general;vtkhdf5;general;vtksys; //Dependencies for the target vtkIOCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOCore; //Dependencies for the target vtkIOCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkIOCore; //Dependencies for the target vtkIOCorePython_LIB_DEPENDS:STATIC=general;vtkIOCorePythonD; //Dependencies for the target vtkIOCore_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkzlib;general;vtksys; //Dependencies for the target vtkIOEnSightCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOEnSight; //Dependencies for the target vtkIOEnSightPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkIOEnSight; //Dependencies for the target vtkIOEnSightPython_LIB_DEPENDS:STATIC=general;vtkIOEnSightPythonD; //Dependencies for the target vtkIOEnSight_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel; //Dependencies for the target vtkIOExodusCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOExodus; //Dependencies for the target vtkIOExodusPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersGeneralPythonD;general;vtkIOXMLPythonD;general;vtkIOExodus; //Dependencies for the target vtkIOExodusPython_LIB_DEPENDS:STATIC=general;vtkIOExodusPythonD; //Dependencies for the target vtkIOExodus_LIB_DEPENDS:STATIC=general;vtkFiltersGeneral;general;vtkIOXML;general;vtkexoIIc;general;vtksys; //Dependencies for the target vtkIOExportCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOExport; //Dependencies for the target vtkIOExportOpenGLCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOExportOpenGL; //Dependencies for the target vtkIOExportOpenGLPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkIOExportPythonD;general;vtkIOExportPythonD;general;vtkRenderingAnnotationPythonD;general;vtkRenderingContext2DPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingGL2PSPythonD;general;vtkRenderingLabelPythonD;general;vtkRenderingOpenGLPythonD;general;vtkIOExportOpenGL; //Dependencies for the target vtkIOExportOpenGLPython_LIB_DEPENDS:STATIC=general;vtkIOExportOpenGLPythonD; //Dependencies for the target vtkIOExportOpenGL_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkIOExport;general;vtkIOExport;general;vtkRenderingAnnotation;general;vtkRenderingContext2D;general;vtkRenderingCore;general;vtkRenderingFreeType;general;vtkRenderingGL2PS;general;vtkRenderingLabel;general;vtkRenderingOpenGL;general;vtkgl2ps;general;/home/bd/.local//lib/libOSMesa.so; //Dependencies for the target vtkIOExportPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkFiltersGeometryPythonD;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkRenderingCorePythonD;general;vtkRenderingGL2PSPythonD;general;vtkIOExport; //Dependencies for the target vtkIOExportPython_LIB_DEPENDS:STATIC=general;vtkIOExportPythonD; //Dependencies for the target vtkIOExport_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkImagingCore;general;vtkRenderingCore;general;vtkRenderingGL2PS;general;vtkIOImage;general;vtkFiltersGeometry;general;/home/bd/.local//lib/libOSMesa.so; //Dependencies for the target vtkIOGeometryCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOGeometry; //Dependencies for the target vtkIOGeometryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkIOCorePythonD;general;vtkIOGeometry; //Dependencies for the target vtkIOGeometryPython_LIB_DEPENDS:STATIC=general;vtkIOGeometryPythonD; //Dependencies for the target vtkIOGeometry_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkIOCore;general;vtkzlib;general;vtksys; //Dependencies for the target vtkIOImageCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOImage; //Dependencies for the target vtkIOImagePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOCorePythonD;general;vtkIOImage; //Dependencies for the target vtkIOImagePython_LIB_DEPENDS:STATIC=general;vtkIOImagePythonD; //Dependencies for the target vtkIOImage_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkIOCore;general;vtkjpeg;general;vtkpng;general;vtktiff;general;vtkmetaio;general;vtkDICOMParser;general;vtkzlib;general;vtksys; //Dependencies for the target vtkIOImportCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOImport; //Dependencies for the target vtkIOImportPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkFiltersSourcesPythonD;general;vtkIOImagePythonD;general;vtkRenderingCorePythonD;general;vtkIOImport; //Dependencies for the target vtkIOImportPython_LIB_DEPENDS:STATIC=general;vtkIOImportPythonD; //Dependencies for the target vtkIOImport_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkRenderingCore;general;vtksys;general;vtkFiltersSources;general;vtkIOImage; //Dependencies for the target vtkIOInfovisCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOInfovis; //Dependencies for the target vtkIOInfovisPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkIOCorePythonD;general;vtkIOLegacyPythonD;general;vtkIOXMLPythonD;general;vtkInfovisCorePythonD;general;vtkIOInfovis; //Dependencies for the target vtkIOInfovisPython_LIB_DEPENDS:STATIC=general;vtkIOInfovisPythonD; //Dependencies for the target vtkIOInfovis_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkIOCore;general;vtkIOLegacy;general;vtkIOXML;general;vtkInfovisCore;general;vtklibxml2;general;vtksys; //Dependencies for the target vtkIOLSDynaCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOLSDyna; //Dependencies for the target vtkIOLSDynaPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkIOXMLPythonD;general;vtkIOLSDyna; //Dependencies for the target vtkIOLSDynaPython_LIB_DEPENDS:STATIC=general;vtkIOLSDynaPythonD; //Dependencies for the target vtkIOLSDyna_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkIOXML;general;vtksys; //Dependencies for the target vtkIOLegacyCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOLegacy; //Dependencies for the target vtkIOLegacyPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkIOCorePythonD;general;vtkIOLegacy; //Dependencies for the target vtkIOLegacyPython_LIB_DEPENDS:STATIC=general;vtkIOLegacyPythonD; //Dependencies for the target vtkIOLegacy_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkIOCore;general;vtksys; //Dependencies for the target vtkIOMPIImageCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOMPIImage; //Dependencies for the target vtkIOMPIImagePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOImagePythonD;general;vtkIOImagePythonD;general;vtkParallelMPIPythonD;general;vtkIOMPIImage; //Dependencies for the target vtkIOMPIImagePython_LIB_DEPENDS:STATIC=general;vtkIOMPIImagePythonD; //Dependencies for the target vtkIOMPIImage_LIB_DEPENDS:STATIC=general;vtkIOImage;general;vtkIOImage;general;vtkParallelMPI;general;vtksys;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so;general;/usr/lib/libmpi_cxx.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Dependencies for the target vtkIOMPIParallelCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOMPIParallel; //Dependencies for the target vtkIOMPIParallelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOGeometryPythonD;general;vtkIOGeometryPythonD;general;vtkIOParallelPythonD;general;vtkIOParallelPythonD;general;vtkParallelMPIPythonD;general;vtkIOMPIParallel; //Dependencies for the target vtkIOMPIParallelPython_LIB_DEPENDS:STATIC=general;vtkIOMPIParallelPythonD; //Dependencies for the target vtkIOMPIParallel_LIB_DEPENDS:STATIC=general;vtkIOGeometry;general;vtkIOGeometry;general;vtkIOParallel;general;vtkIOParallel;general;vtksys;general;vtkParallelMPI;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so;general;/usr/lib/libmpi_cxx.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Dependencies for the target vtkIOMovieCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOMovie; //Dependencies for the target vtkIOMoviePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonSystemPythonD;general;vtkIOCorePythonD;general;vtkIOMovie; //Dependencies for the target vtkIOMoviePython_LIB_DEPENDS:STATIC=general;vtkIOMoviePythonD; //Dependencies for the target vtkIOMovie_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonSystem;general;vtkIOCore;general;vtkoggtheora; //Dependencies for the target vtkIONetCDFCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIONetCDF; //Dependencies for the target vtkIONetCDFPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkIOCorePythonD;general;vtkIONetCDF; //Dependencies for the target vtkIONetCDFPython_LIB_DEPENDS:STATIC=general;vtkIONetCDFPythonD; //Dependencies for the target vtkIONetCDF_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkIOCore;general;vtksys;general;vtkNetCDF;general;vtkNetCDF_cxx; //Dependencies for the target vtkIOPLYCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOPLY; //Dependencies for the target vtkIOPLYPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkIOGeometryPythonD;general;vtkIOPLY; //Dependencies for the target vtkIOPLYPython_LIB_DEPENDS:STATIC=general;vtkIOPLYPythonD; //Dependencies for the target vtkIOPLY_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkIOGeometry; //Dependencies for the target vtkIOParallelCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOParallel; //Dependencies for the target vtkIOParallelExodusCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOParallelExodus; //Dependencies for the target vtkIOParallelExodusPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOExodusPythonD;general;vtkIOExodusPythonD;general;vtkParallelCorePythonD;general;vtkIOParallelExodus; //Dependencies for the target vtkIOParallelExodusPython_LIB_DEPENDS:STATIC=general;vtkIOParallelExodusPythonD; //Dependencies for the target vtkIOParallelExodus_LIB_DEPENDS:STATIC=general;vtkIOExodus;general;vtkIOExodus;general;vtkParallelCore;general;vtksys;general;vtkexoIIc; //Dependencies for the target vtkIOParallelLSDynaCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOParallelLSDyna; //Dependencies for the target vtkIOParallelLSDynaPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkIOLSDynaPythonD;general;vtkParallelCorePythonD;general;vtkIOParallelLSDyna; //Dependencies for the target vtkIOParallelLSDynaPython_LIB_DEPENDS:STATIC=general;vtkIOParallelLSDynaPythonD; //Dependencies for the target vtkIOParallelLSDyna_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkIOLSDyna;general;vtkParallelCore; //Dependencies for the target vtkIOParallelNetCDFCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOParallelNetCDF; //Dependencies for the target vtkIOParallelNetCDFPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkParallelMPIPythonD;general;vtkIOParallelNetCDF; //Dependencies for the target vtkIOParallelNetCDFPython_LIB_DEPENDS:STATIC=general;vtkIOParallelNetCDFPythonD; //Dependencies for the target vtkIOParallelNetCDF_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkParallelMPI;general;vtkNetCDF;general;vtkNetCDF_cxx;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so;general;/usr/lib/libmpi_cxx.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Dependencies for the target vtkIOParallelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersParallelPythonD;general;vtkIOImagePythonD;general;vtkIONetCDFPythonD;general;vtkIOXMLPythonD;general;vtkParallelCorePythonD;general;vtkIOParallel; //Dependencies for the target vtkIOParallelPython_LIB_DEPENDS:STATIC=general;vtkIOParallelPythonD; //Dependencies for the target vtkIOParallelXMLCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOParallelXML; //Dependencies for the target vtkIOParallelXMLPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOXMLPythonD;general;vtkParallelCorePythonD;general;vtkIOParallelXML; //Dependencies for the target vtkIOParallelXMLPython_LIB_DEPENDS:STATIC=general;vtkIOParallelXMLPythonD; //Dependencies for the target vtkIOParallelXML_LIB_DEPENDS:STATIC=general;vtkIOXML;general;vtkParallelCore;general;vtksys; //Dependencies for the target vtkIOParallel_LIB_DEPENDS:STATIC=general;vtkFiltersParallel;general;vtkIOImage;general;vtkIONetCDF;general;vtkIOXML;general;vtkParallelCore;general;vtkexoIIc;general;vtkjsoncpp;general;vtkNetCDF;general;vtkNetCDF_cxx;general;vtksys; //Dependencies for the target vtkIOVPICCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOVPIC; //Dependencies for the target vtkIOVPICPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkParallelCorePythonD;general;vtkIOVPIC; //Dependencies for the target vtkIOVPICPython_LIB_DEPENDS:STATIC=general;vtkIOVPICPythonD; //Dependencies for the target vtkIOVPIC_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkParallelCore;general;VPIC; //Dependencies for the target vtkIOXMLCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOXML; //Dependencies for the target vtkIOXMLParserCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOXMLParser; //Dependencies for the target vtkIOXMLParserPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkIOCorePythonD;general;vtkIOXMLParser; //Dependencies for the target vtkIOXMLParserPython_LIB_DEPENDS:STATIC=general;vtkIOXMLParserPythonD; //Dependencies for the target vtkIOXMLParser_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkIOCore;general;vtkexpat; //Dependencies for the target vtkIOXMLPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOGeometryPythonD;general;vtkIOXMLParserPythonD;general;vtkIOXML; //Dependencies for the target vtkIOXMLPython_LIB_DEPENDS:STATIC=general;vtkIOXMLPythonD; //Dependencies for the target vtkIOXML_LIB_DEPENDS:STATIC=general;vtkIOGeometry;general;vtkIOXMLParser;general;vtksys; //Dependencies for the target vtkIOXdmf2CS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOXdmf2; //Dependencies for the target vtkIOXdmf2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersExtractionPythonD;general;vtkIOLegacyPythonD;general;vtkIOXMLPythonD;general;vtkIOXdmf2; //Dependencies for the target vtkIOXdmf2Python_LIB_DEPENDS:STATIC=general;vtkIOXdmf2PythonD; //Dependencies for the target vtkIOXdmf2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkFiltersExtraction;general;vtkIOLegacy;general;vtkIOXML;general;vtksys;general;vtkxdmf2; //Dependencies for the target vtkImagingColorCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkImagingColor; //Dependencies for the target vtkImagingColorPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkImagingCorePythonD;general;vtkImagingColor; //Dependencies for the target vtkImagingColorPython_LIB_DEPENDS:STATIC=general;vtkImagingColorPythonD; //Dependencies for the target vtkImagingColor_LIB_DEPENDS:STATIC=general;vtkImagingCore; //Dependencies for the target vtkImagingCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkImagingCore; //Dependencies for the target vtkImagingCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkImagingCore; //Dependencies for the target vtkImagingCorePython_LIB_DEPENDS:STATIC=general;vtkImagingCorePythonD; //Dependencies for the target vtkImagingCore_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms; //Dependencies for the target vtkImagingFourierCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkImagingFourier; //Dependencies for the target vtkImagingFourierPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkImagingCorePythonD;general;vtkImagingFourier; //Dependencies for the target vtkImagingFourierPython_LIB_DEPENDS:STATIC=general;vtkImagingFourierPythonD; //Dependencies for the target vtkImagingFourier_LIB_DEPENDS:STATIC=general;vtkImagingCore;general;vtksys; //Dependencies for the target vtkImagingGeneralCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkImagingGeneral; //Dependencies for the target vtkImagingGeneralPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkImagingSourcesPythonD;general;vtkImagingGeneral; //Dependencies for the target vtkImagingGeneralPython_LIB_DEPENDS:STATIC=general;vtkImagingGeneralPythonD; //Dependencies for the target vtkImagingGeneral_LIB_DEPENDS:STATIC=general;vtkImagingSources; //Dependencies for the target vtkImagingHybridCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkImagingHybrid; //Dependencies for the target vtkImagingHybridPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkImagingHybrid; //Dependencies for the target vtkImagingHybridPython_LIB_DEPENDS:STATIC=general;vtkImagingHybridPythonD; //Dependencies for the target vtkImagingHybrid_LIB_DEPENDS:STATIC=general;vtkIOImage;general;vtkImagingCore; //Dependencies for the target vtkImagingMorphologicalCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkImagingMorphological; //Dependencies for the target vtkImagingMorphologicalPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkImagingCorePythonD;general;vtkImagingGeneralPythonD;general;vtkImagingMorphological; //Dependencies for the target vtkImagingMorphologicalPython_LIB_DEPENDS:STATIC=general;vtkImagingMorphologicalPythonD; //Dependencies for the target vtkImagingMorphological_LIB_DEPENDS:STATIC=general;vtkImagingCore;general;vtkImagingGeneral; //Dependencies for the target vtkImagingSourcesCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkImagingSources; //Dependencies for the target vtkImagingSourcesPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkImagingCorePythonD;general;vtkImagingSources; //Dependencies for the target vtkImagingSourcesPython_LIB_DEPENDS:STATIC=general;vtkImagingSourcesPythonD; //Dependencies for the target vtkImagingSources_LIB_DEPENDS:STATIC=general;vtkImagingCore; //Dependencies for the target vtkInfovisCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkInfovisCore; //Dependencies for the target vtkInfovisCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersGeneralPythonD;general;vtkInfovisCore; //Dependencies for the target vtkInfovisCorePython_LIB_DEPENDS:STATIC=general;vtkInfovisCorePythonD; //Dependencies for the target vtkInfovisCore_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkFiltersExtraction;general;vtkFiltersGeneral; //Dependencies for the target vtkInteractionImageCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkInteractionImage; //Dependencies for the target vtkInteractionImagePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkImagingColorPythonD;general;vtkInteractionStylePythonD;general;vtkInteractionWidgetsPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingFreeTypePythonD;general;vtkInteractionImage; //Dependencies for the target vtkInteractionImagePython_LIB_DEPENDS:STATIC=general;vtkInteractionImagePythonD; //Dependencies for the target vtkInteractionImage_LIB_DEPENDS:STATIC=general;vtkImagingColor;general;vtkInteractionStyle;general;vtkInteractionWidgets;general;vtkRenderingCore;general;vtkRenderingFreeType; //Dependencies for the target vtkInteractionStyleCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkInteractionStyle; //Dependencies for the target vtkInteractionStylePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersExtractionPythonD;general;vtkFiltersSourcesPythonD;general;vtkRenderingCorePythonD;general;vtkInteractionStyle; //Dependencies for the target vtkInteractionStylePython_LIB_DEPENDS:STATIC=general;vtkInteractionStylePythonD; //Dependencies for the target vtkInteractionStyle_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkFiltersSources;general;vtkFiltersExtraction; //Dependencies for the target vtkInteractionWidgetsCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkInteractionWidgets; //Dependencies for the target vtkInteractionWidgetsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersHybridPythonD;general;vtkFiltersModelingPythonD;general;vtkImagingGeneralPythonD;general;vtkImagingHybridPythonD;general;vtkInteractionStylePythonD;general;vtkRenderingAnnotationPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingVolumePythonD;general;vtkInteractionWidgets; //Dependencies for the target vtkInteractionWidgetsPython_LIB_DEPENDS:STATIC=general;vtkInteractionWidgetsPythonD; //Dependencies for the target vtkInteractionWidgets_LIB_DEPENDS:STATIC=general;vtkFiltersHybrid;general;vtkFiltersModeling;general;vtkImagingGeneral;general;vtkImagingHybrid;general;vtkInteractionStyle;general;vtkRenderingAnnotation;general;vtkRenderingFreeType;general;vtkRenderingVolume; //Dependencies for the target vtkNetCDF_LIB_DEPENDS:STATIC=general;vtkhdf5_hl;general;vtkhdf5;general;m; //Dependencies for the target vtkNetCDF_cxx_LIB_DEPENDS:STATIC=general;vtkNetCDF; //Dependencies for the target vtkPVAnimationCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVAnimation; //Dependencies for the target vtkPVAnimationPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOMoviePythonD;general;vtkPVServerManagerCorePythonD;general;vtkPVServerManagerDefaultPythonD;general;vtkPVVTKExtensionsDefaultPythonD;general;vtkPVAnimation; //Dependencies for the target vtkPVAnimationPython_LIB_DEPENDS:STATIC=general;vtkPVAnimationPythonD; //Dependencies for the target vtkPVAnimation_LIB_DEPENDS:STATIC=general;vtkPVServerManagerCore;general;vtkPVVTKExtensionsDefault;general;vtksys;general;vtkIOMovie;general;vtkPVServerManagerDefault; //Dependencies for the target vtkPVCatalystCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVCatalyst; //Dependencies for the target vtkPVCatalystPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkPVServerManagerApplicationPythonD;general;vtkPVCatalyst; //Dependencies for the target vtkPVCatalystPython_LIB_DEPENDS:STATIC=general;vtkPVCatalystPythonD; //Dependencies for the target vtkPVCatalyst_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtksys;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so;general;/usr/lib/libmpi_cxx.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Dependencies for the target vtkPVClientServerCoreCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVClientServerCoreCore; //Dependencies for the target vtkPVClientServerCoreCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersExtractionPythonD;general;vtkFiltersParallelPythonD;general;vtkFiltersProgrammablePythonD;general;vtkPVCommonPythonD;general;vtkPVCommonPythonD;general;vtkPVVTKExtensionsCorePythonD;general;vtkParallelMPIPythonD;general;vtkPythonInterpreterPythonD;general;vtkPVClientServerCoreCore; //Dependencies for the target vtkPVClientServerCoreCorePython_LIB_DEPENDS:STATIC=general;vtkPVClientServerCoreCorePythonD; //Dependencies for the target vtkPVClientServerCoreCore_LIB_DEPENDS:STATIC=general;vtkFiltersExtraction;general;vtkFiltersParallel;general;vtkFiltersProgrammable;general;vtkPVCommon;general;vtkPVCommon;general;vtkPVVTKExtensionsCore;general;vtkParallelMPI;general;vtkPythonInterpreter;general;vtksys;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so;general;/usr/lib/libmpi_cxx.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Dependencies for the target vtkPVClientServerCoreDefaultCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVClientServerCoreDefault; //Dependencies for the target vtkPVClientServerCoreDefaultPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOInfovisPythonD;general;vtkPVClientServerCoreRenderingPythonD;general;vtkPVVTKExtensionsDefaultPythonD;general;vtkPVClientServerCoreDefault; //Dependencies for the target vtkPVClientServerCoreDefaultPython_LIB_DEPENDS:STATIC=general;vtkPVClientServerCoreDefaultPythonD; //Dependencies for the target vtkPVClientServerCoreDefault_LIB_DEPENDS:STATIC=general;vtkPVClientServerCoreRendering;general;vtkPVVTKExtensionsDefault;general;vtksys;general;vtkIOInfovis; //Dependencies for the target vtkPVClientServerCoreRenderingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVClientServerCoreRendering; //Dependencies for the target vtkPVClientServerCoreRenderingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkDomainsChemistryPythonD;general;vtkFiltersAMRPythonD;general;vtkPVClientServerCoreCorePythonD;general;vtkPVVTKExtensionsDefaultPythonD;general;vtkPVVTKExtensionsRenderingPythonD;general;vtkRenderingLabelPythonD;general;vtkRenderingVolumeAMRPythonD;general;vtkRenderingVolumeOpenGLPythonD;general;vtkViewsContext2DPythonD;general;vtkViewsCorePythonD;general;vtkWebGLExporterPythonD;general;vtkPVClientServerCoreRendering; //Dependencies for the target vtkPVClientServerCoreRenderingPython_LIB_DEPENDS:STATIC=general;vtkPVClientServerCoreRenderingPythonD; //Dependencies for the target vtkPVClientServerCoreRendering_LIB_DEPENDS:STATIC=general;vtkDomainsChemistry;general;vtkFiltersAMR;general;vtkPVClientServerCoreCore;general;vtkPVVTKExtensionsDefault;general;vtkPVVTKExtensionsRendering;general;vtkRenderingLabel;general;vtkRenderingVolumeAMR;general;vtkRenderingVolumeOpenGL;general;vtkViewsContext2D;general;vtkViewsCore;general;vtkWebGLExporter;general;vtksys;general;vtkzlib;general;/home/bd/.local//lib/libOSMesa.so; //Dependencies for the target vtkPVCommonCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVCommon; //Dependencies for the target vtkPVCommonPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkIOXMLParserPythonD;general;vtkPVCommon; //Dependencies for the target vtkPVCommonPython_LIB_DEPENDS:STATIC=general;vtkPVCommonPythonD; //Dependencies for the target vtkPVCommon_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonCore;general;vtkIOXMLParser;general;vtksys; //Dependencies for the target vtkPVPythonCatalystPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkPVCatalystPythonD;general;vtkPythonInterpreterPythonD;general;vtkPVPythonCatalyst; //Dependencies for the target vtkPVPythonCatalystPython_LIB_DEPENDS:STATIC=general;vtkPVPythonCatalystPythonD; //Dependencies for the target vtkPVPythonCatalyst_LIB_DEPENDS:STATIC=general;vtkPVCatalyst;general;vtkPythonInterpreter;general;vtkUtilitiesPythonInitializer; //Dependencies for the target vtkPVServerImplementationCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVServerImplementationCore; //Dependencies for the target vtkPVServerImplementationCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkPVClientServerCoreCorePythonD;general;vtkPVServerImplementationCore; //Dependencies for the target vtkPVServerImplementationCorePython_LIB_DEPENDS:STATIC=general;vtkPVServerImplementationCorePythonD; //Dependencies for the target vtkPVServerImplementationCore_LIB_DEPENDS:STATIC=general;vtkPVClientServerCoreCore;general;protobuf;general;vtksys; //Dependencies for the target vtkPVServerImplementationRenderingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVServerImplementationRendering; //Dependencies for the target vtkPVServerImplementationRenderingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkPVClientServerCoreRenderingPythonD;general;vtkPVServerImplementationCorePythonD;general;vtkPVServerImplementationRendering; //Dependencies for the target vtkPVServerImplementationRenderingPython_LIB_DEPENDS:STATIC=general;vtkPVServerImplementationRenderingPythonD; //Dependencies for the target vtkPVServerImplementationRendering_LIB_DEPENDS:STATIC=general;vtkPVClientServerCoreRendering;general;vtkPVServerImplementationCore; //Dependencies for the target vtkPVServerManagerApplicationCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVServerManagerApplication; //Dependencies for the target vtkPVServerManagerApplicationPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkChartsCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkDomainsChemistryPythonD;general;vtkFiltersAMRPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersFlowPathsPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersGenericPythonD;general;vtkFiltersGenericPythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersHybridPythonD;general;vtkFiltersHyperTreePythonD;general;vtkFiltersModelingPythonD;general;vtkFiltersParallelPythonD;general;vtkFiltersParallelPythonD;general;vtkFiltersParallelDIY2PythonD;general;vtkFiltersParallelFlowPathsPythonD;general;vtkFiltersParallelGeometryPythonD;general;vtkFiltersParallelImagingPythonD;general;vtkFiltersParallelMPIPythonD;general;vtkFiltersParallelStatisticsPythonD;general;vtkFiltersProgrammablePythonD;general;vtkFiltersPythonPythonD;general;vtkFiltersSourcesPythonD;general;vtkFiltersStatisticsPythonD;general;vtkFiltersTexturePythonD;general;vtkFiltersVerdictPythonD;general;vtkIOAMRPythonD;general;vtkIOEnSightPythonD;general;vtkIOExodusPythonD;general;vtkIOExportPythonD;general;vtkIOGeometryPythonD;general;vtkIOGeometryPythonD;general;vtkIOImagePythonD;general;vtkIOImagePythonD;general;vtkIOImportPythonD;general;vtkIOInfovisPythonD;general;vtkIOLegacyPythonD;general;vtkIOMPIImagePythonD;general;vtkIOMPIParallelPythonD;general;vtkIOMoviePythonD;general;vtkIONetCDFPythonD;general;vtkIOPLYPythonD;general;vtkIOParallelPythonD;general;vtkIOParallelPythonD;general;vtkIOParallelExodusPythonD;general;vtkIOParallelLSDynaPythonD;general;vtkIOParallelNetCDFPythonD;general;vtkIOVPICPythonD;general;vtkIOXMLPythonD;general;vtkIOXMLPythonD;general;vtkIOXdmf2PythonD;general;vtkImagingCorePythonD;general;vtkImagingFourierPythonD;general;vtkImagingHybridPythonD;general;vtkImagingMorphologicalPythonD;general;vtkImagingSourcesPythonD;general;vtkInteractionImagePythonD;general;vtkInteractionStylePythonD;general;vtkInteractionWidgetsPythonD;general;vtkPVAnimationPythonD;general;vtkPVServerManagerCorePythonD;general;vtkPVServerManagerDefaultPythonD;general;vtkPVVTKExtensionsPointsPythonD;general;vtkParallelMPIPythonD;general;vtkParallelMPI4PyPythonD;general;vtkRenderingAnnotationPythonD;general;vtkRenderingContext2DPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingLICPythonD;general;vtkRenderingLODPythonD;general;vtkRenderingLabelPythonD;general;vtkRenderingMatplotlibPythonD;general;vtkRenderingOpenGLPythonD;general;vtkRenderingParallelPythonD;general;vtkRenderingParallelLICPythonD;general;vtkRenderingVolumePythonD;general;vtkRenderingVolumeOpenGLPythonD;general;vtkTestingRenderingPythonD;general;vtkViewsContext2DPythonD;general;vtkPVServerManagerApplication; //Dependencies for the target vtkPVServerManagerApplicationPython_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplicationPythonD; //Dependencies for the target vtkPVServerManagerApplication_LIB_DEPENDS:STATIC=general;vtkPVServerManagerCore;general;vtksys;general;vtkCommonCoreCS;general;vtkCommonMathCS;general;vtkCommonMiscCS;general;vtkCommonSystemCS;general;vtkCommonTransformsCS;general;vtkCommonDataModelCS;general;vtkCommonColorCS;general;vtkCommonExecutionModelCS;general;vtkFiltersCoreCS;general;vtkCommonComputationalGeometryCS;general;vtkFiltersGeneralCS;general;vtkImagingCoreCS;general;vtkImagingFourierCS;general;vtkFiltersStatisticsCS;general;vtkFiltersExtractionCS;general;vtkInfovisCoreCS;general;vtkFiltersGeometryCS;general;vtkFiltersSourcesCS;general;vtkRenderingCoreCS;general;vtkRenderingFreeTypeCS;general;vtkRenderingContext2DCS;general;vtkChartsCoreCS;general;vtkPythonInterpreterCS;general;vtkIOCoreCS;general;vtkIOGeometryCS;general;vtkIOXMLParserCS;general;vtkIOXMLCS;general;vtkDomainsChemistryCS;general;vtkIOLegacyCS;general;vtkParallelCoreCS;general;vtkFiltersAMRCS;general;vtkFiltersFlowPathsCS;general;vtkFiltersGenericCS;general;vtkImagingSourcesCS;general;vtkFiltersHybridCS;general;vtkFiltersHyperTreeCS;general;vtkImagingGeneralCS;general;vtkFiltersImagingCS;general;vtkFiltersModelingCS;general;vtkFiltersParallelCS;general;vtkParallelMPICS;general;vtkFiltersParallelDIY2CS;general;vtkFiltersParallelFlowPathsCS;general;vtkFiltersParallelGeometryCS;general;vtkFiltersParallelImagingCS;general;vtkFiltersParallelMPICS;general;vtkFiltersParallelStatisticsCS;general;vtkFiltersPointsCS;general;vtkFiltersProgrammableCS;general;vtkFiltersPythonCS;general;vtkFiltersTextureCS;general;vtkFiltersVerdictCS;general;vtkIOAMRCS;general;vtkIOEnSightCS;general;vtkIOExodusCS;general;vtkIOImageCS;general;vtkImagingHybridCS;general;vtkRenderingOpenGLCS;general;vtkRenderingContextOpenGLCS;general;vtkRenderingGL2PSCS;general;vtkIOExportCS;general;vtkImagingColorCS;general;vtkRenderingAnnotationCS;general;vtkRenderingLabelCS;general;vtkIOExportOpenGLCS;general;vtkIOImportCS;general;vtkIOInfovisCS;general;vtkIOLSDynaCS;general;vtkIOMPIImageCS;general;vtkIONetCDFCS;general;vtkIOParallelCS;general;vtkIOMPIParallelCS;general;vtkIOMovieCS;general;vtkIOPLYCS;general;vtkIOParallelExodusCS;general;vtkIOParallelLSDynaCS;general;vtkIOParallelNetCDFCS;general;vtkIOParallelXMLCS;general;vtkIOVPICCS;general;vtkIOXdmf2CS;general;vtkImagingMorphologicalCS;general;vtkInteractionStyleCS;general;vtkRenderingVolumeCS;general;vtkInteractionWidgetsCS;general;vtkInteractionImageCS;general;vtkPVCommonCS;general;vtkPVVTKExtensionsCoreCS;general;vtkPVClientServerCoreCoreCS;general;vtkPVServerImplementationCoreCS;general;vtkPVServerManagerCoreCS;general;vtkRenderingLICCS;general;vtkRenderingMatplotlibCS;general;vtkRenderingParallelCS;general;vtkRenderingParallelLICCS;general;vtkRenderingVolumeOpenGLCS;general;vtkRenderingVolumeAMRCS;general;vtkPVVTKExtensionsRenderingCS;general;vtkPVVTKExtensionsDefaultCS;general;vtkViewsCoreCS;general;vtkViewsContext2DCS;general;vtkWebGLExporterCS;general;vtkPVClientServerCoreRenderingCS;general;vtkPVClientServerCoreDefaultCS;general;vtkPVServerImplementationRenderingCS;general;vtkPVServerManagerRenderingCS;general;vtkTestingRenderingCS;general;vtkPVServerManagerDefaultCS;general;vtkPVAnimationCS;general;vtkPVVTKExtensionsPointsCS;general;vtkParallelMPI4PyCS;general;vtkRenderingLODCS;general;vtkWebCoreCS;general;vtkParaViewWebCoreCS;general;vtkPVServerManagerCore; //Dependencies for the target vtkPVServerManagerCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVServerManagerCore; //Dependencies for the target vtkPVServerManagerCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkPVServerImplementationCorePythonD;general;vtkPythonInterpreterPythonD;general;vtkPVServerManagerCore; //Dependencies for the target vtkPVServerManagerCorePython_LIB_DEPENDS:STATIC=general;vtkPVServerManagerCorePythonD; //Dependencies for the target vtkPVServerManagerCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkPVServerImplementationCore;general;vtksys;general;vtkjsoncpp;general;vtkpugixml;general;vtkPythonInterpreter; //Dependencies for the target vtkPVServerManagerDefaultCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVServerManagerDefault; //Dependencies for the target vtkPVServerManagerDefaultPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkPVClientServerCoreDefaultPythonD;general;vtkPVServerManagerRenderingPythonD;general;vtkRenderingVolumeOpenGLPythonD;general;vtkTestingRenderingPythonD;general;vtkPVServerManagerDefault; //Dependencies for the target vtkPVServerManagerDefaultPython_LIB_DEPENDS:STATIC=general;vtkPVServerManagerDefaultPythonD; //Dependencies for the target vtkPVServerManagerDefault_LIB_DEPENDS:STATIC=general;vtkPVServerManagerRendering;general;vtksys;general;vtkRenderingVolumeOpenGL;general;vtkTestingRendering;general;vtkPVClientServerCoreDefault; //Dependencies for the target vtkPVServerManagerRenderingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVServerManagerRendering; //Dependencies for the target vtkPVServerManagerRenderingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonColorPythonD;general;vtkPVServerImplementationRenderingPythonD;general;vtkPVServerManagerCorePythonD;general;vtkPVServerManagerCorePythonD;general;vtkPVServerManagerRendering; //Dependencies for the target vtkPVServerManagerRenderingPython_LIB_DEPENDS:STATIC=general;vtkPVServerManagerRenderingPythonD; //Dependencies for the target vtkPVServerManagerRendering_LIB_DEPENDS:STATIC=general;vtkPVServerImplementationRendering;general;vtkPVServerManagerCore;general;vtkPVServerManagerCore;general;vtkCommonColor;general;vtkjsoncpp;general;vtksys; //Dependencies for the target vtkPVVTKExtensionsCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVVTKExtensionsCore; //Dependencies for the target vtkPVVTKExtensionsCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersCorePythonD;general;vtkPVCommonPythonD;general;vtkParallelCorePythonD;general;vtkPVVTKExtensionsCore; //Dependencies for the target vtkPVVTKExtensionsCorePython_LIB_DEPENDS:STATIC=general;vtkPVVTKExtensionsCorePythonD; //Dependencies for the target vtkPVVTKExtensionsCore_LIB_DEPENDS:STATIC=general;vtkFiltersCore;general;vtkPVCommon;general;vtkParallelCore;general;vtksys; //Dependencies for the target vtkPVVTKExtensionsDefaultCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVVTKExtensionsDefault; //Dependencies for the target vtkPVVTKExtensionsDefaultPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkChartsCorePythonD;general;vtkFiltersAMRPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersParallelFlowPathsPythonD;general;vtkFiltersParallelStatisticsPythonD;general;vtkIOEnSightPythonD;general;vtkIOImportPythonD;general;vtkIOInfovisPythonD;general;vtkIOMPIImagePythonD;general;vtkIOPLYPythonD;general;vtkIOParallelPythonD;general;vtkIOParallelExodusPythonD;general;vtkIOParallelXMLPythonD;general;vtkImagingFourierPythonD;general;vtkImagingSourcesPythonD;general;vtkInteractionWidgetsPythonD;general;vtkPVVTKExtensionsCorePythonD;general;vtkPVVTKExtensionsRenderingPythonD;general;vtkPVVTKExtensionsDefault; //Dependencies for the target vtkPVVTKExtensionsDefaultPython_LIB_DEPENDS:STATIC=general;vtkPVVTKExtensionsDefaultPythonD; //Dependencies for the target vtkPVVTKExtensionsDefault_LIB_DEPENDS:STATIC=general;vtkFiltersAMR;general;vtkFiltersGeneral;general;vtkFiltersParallelFlowPaths;general;vtkFiltersParallelStatistics;general;vtkIOEnSight;general;vtkIOImport;general;vtkIOMPIImage;general;vtkIOParallel;general;vtkIOParallelExodus;general;vtkIOParallelXML;general;vtkImagingFourier;general;vtkImagingSources;general;vtkInteractionWidgets;general;vtkPVVTKExtensionsCore;general;vtkPVVTKExtensionsRendering;general;vtkIOInfovis;general;vtkNetCDF;general;vtkNetCDF_cxx;general;vtksys;general;vtkChartsCore;general;vtkIOPLY;general;/home/bd/.local//lib/libOSMesa.so; //Dependencies for the target vtkPVVTKExtensionsPointsCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVVTKExtensionsPoints; //Dependencies for the target vtkPVVTKExtensionsPointsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersCorePythonD;general;vtkFiltersPointsPythonD;general;vtkPVVTKExtensionsPoints; //Dependencies for the target vtkPVVTKExtensionsPointsPython_LIB_DEPENDS:STATIC=general;vtkPVVTKExtensionsPointsPythonD; //Dependencies for the target vtkPVVTKExtensionsPoints_LIB_DEPENDS:STATIC=general;vtkFiltersPoints;general;vtkFiltersCore; //Dependencies for the target vtkPVVTKExtensionsRenderingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVVTKExtensionsRendering; //Dependencies for the target vtkPVVTKExtensionsRenderingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkChartsCorePythonD;general;vtkCommonColorPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersGenericPythonD;general;vtkFiltersHyperTreePythonD;general;vtkFiltersParallelPythonD;general;vtkFiltersParallelMPIPythonD;general;vtkIOExportPythonD;general;vtkIOExportOpenGLPythonD;general;vtkIOXMLPythonD;general;vtkInteractionStylePythonD;general;vtkInteractionWidgetsPythonD;general;vtkPVVTKExtensionsCorePythonD;general;vtkRenderingAnnotationPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingLICPythonD;general;vtkRenderingMatplotlibPythonD;general;vtkRenderingOpenGLPythonD;general;vtkRenderingParallelPythonD;general;vtkRenderingParallelLICPythonD;general;vtkRenderingVolumeAMRPythonD;general;vtkPVVTKExtensionsRendering; //Dependencies for the target vtkPVVTKExtensionsRenderingPython_LIB_DEPENDS:STATIC=general;vtkPVVTKExtensionsRenderingPythonD; //Dependencies for the target vtkPVVTKExtensionsRendering_LIB_DEPENDS:STATIC=general;vtkChartsCore;general;vtkFiltersExtraction;general;vtkFiltersGeneric;general;vtkFiltersHyperTree;general;vtkFiltersParallel;general;vtkFiltersParallelMPI;general;vtkIOExport;general;vtkIOExportOpenGL;general;vtkIOXML;general;vtkInteractionStyle;general;vtkInteractionWidgets;general;vtkPVVTKExtensionsCore;general;vtkRenderingAnnotation;general;vtkRenderingFreeType;general;vtkRenderingLIC;general;vtkRenderingMatplotlib;general;vtkRenderingOpenGL;general;vtkRenderingParallel;general;vtkRenderingParallelLIC;general;vtkRenderingVolumeAMR;general;IceTCore;general;IceTMPI;general;IceTGL;general;vtkCommonColor;general;vtkzlib;general;vtklz4;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so;general;/usr/lib/libmpi_cxx.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so;general;/home/bd/.local//lib/libOSMesa.so; //Dependencies for the target vtkParaViewWebCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkParaViewWebCore; //Dependencies for the target vtkParaViewWebCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkPVServerManagerDefaultPythonD;general;vtkWebCorePythonD;general;vtkWebGLExporterPythonD;general;vtkParaViewWebCore; //Dependencies for the target vtkParaViewWebCorePython_LIB_DEPENDS:STATIC=general;vtkParaViewWebCorePythonD; //Dependencies for the target vtkParaViewWebCore_LIB_DEPENDS:STATIC=general;vtkPVServerManagerDefault;general;vtkWebCore;general;vtkWebGLExporter; //Dependencies for the target vtkParallelCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkParallelCore; //Dependencies for the target vtkParallelCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkIOLegacyPythonD;general;vtkParallelCore; //Dependencies for the target vtkParallelCorePython_LIB_DEPENDS:STATIC=general;vtkParallelCorePythonD; //Dependencies for the target vtkParallelCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkIOLegacy;general;vtksys; //Dependencies for the target vtkParallelMPI4PyCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkParallelMPI4Py; //Dependencies for the target vtkParallelMPI4PyPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkParallelMPIPythonD;general;vtkParallelMPI4Py; //Dependencies for the target vtkParallelMPI4PyPython_LIB_DEPENDS:STATIC=general;vtkParallelMPI4PyPythonD; //Dependencies for the target vtkParallelMPI4Py_LIB_DEPENDS:STATIC=general;vtkParallelMPI;general;/usr/lib/x86_64-linux-gnu/libpython2.7.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so;general;/usr/lib/libmpi_cxx.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Dependencies for the target vtkParallelMPICS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkParallelMPI; //Dependencies for the target vtkParallelMPIPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkParallelCorePythonD;general;vtkParallelMPI; //Dependencies for the target vtkParallelMPIPython_LIB_DEPENDS:STATIC=general;vtkParallelMPIPythonD; //Dependencies for the target vtkParallelMPI_LIB_DEPENDS:STATIC=general;vtkParallelCore;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so;general;/usr/lib/libmpi_cxx.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Dependencies for the target vtkPointSpriteGraphicsCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPointSpriteGraphics; //Dependencies for the target vtkPointSpriteGraphics_LIB_DEPENDS:STATIC=general;vtkFiltersCore; //Dependencies for the target vtkPointSpriteRenderingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPointSpriteRendering; //Dependencies for the target vtkPointSpriteRendering_LIB_DEPENDS:STATIC=general;vtkFiltersHybrid;general;vtkImagingCore;general;vtkInteractionStyle;general;vtkRenderingFreeType;general;vtkRenderingOpenGL;general;/home/bd/.local//lib/libOSMesa.so; //Dependencies for the target vtkPythonInterpreterCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPythonInterpreter; //Dependencies for the target vtkPythonInterpreterPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkPythonInterpreter; //Dependencies for the target vtkPythonInterpreterPython_LIB_DEPENDS:STATIC=general;vtkPythonInterpreterPythonD; //Dependencies for the target vtkPythonInterpreter_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;/usr/lib/x86_64-linux-gnu/libpython2.7.so;general;vtksys; //Dependencies for the target vtkRenderingAnnotationCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingAnnotation; //Dependencies for the target vtkRenderingAnnotationPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersSourcesPythonD;general;vtkImagingColorPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingAnnotation; //Dependencies for the target vtkRenderingAnnotationPython_LIB_DEPENDS:STATIC=general;vtkRenderingAnnotationPythonD; //Dependencies for the target vtkRenderingAnnotation_LIB_DEPENDS:STATIC=general;vtkImagingColor;general;vtkRenderingFreeType;general;vtkFiltersSources; //Dependencies for the target vtkRenderingContext2DCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingContext2D; //Dependencies for the target vtkRenderingContext2DPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingContext2D; //Dependencies for the target vtkRenderingContext2DPython_LIB_DEPENDS:STATIC=general;vtkRenderingContext2DPythonD; //Dependencies for the target vtkRenderingContext2D_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkRenderingFreeType; //Dependencies for the target vtkRenderingContextOpenGLCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingContextOpenGL; //Dependencies for the target vtkRenderingContextOpenGLPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkRenderingContext2DPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingOpenGLPythonD;general;vtkRenderingContextOpenGL; //Dependencies for the target vtkRenderingContextOpenGLPython_LIB_DEPENDS:STATIC=general;vtkRenderingContextOpenGLPythonD; //Dependencies for the target vtkRenderingContextOpenGL_LIB_DEPENDS:STATIC=general;vtkRenderingContext2D;general;vtkRenderingOpenGL;general;vtkRenderingFreeType;general;/home/bd/.local//lib/libOSMesa.so; //Dependencies for the target vtkRenderingCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingCore; //Dependencies for the target vtkRenderingCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonColorPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersSourcesPythonD;general;vtkRenderingCore; //Dependencies for the target vtkRenderingCorePython_LIB_DEPENDS:STATIC=general;vtkRenderingCorePythonD; //Dependencies for the target vtkRenderingCore_LIB_DEPENDS:STATIC=general;vtkCommonColor;general;vtkCommonExecutionModel;general;vtkCommonTransforms;general;vtkFiltersSources;general;vtkFiltersGeometry;general;vtksys; //Dependencies for the target vtkRenderingFreeTypeCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingFreeType; //Dependencies for the target vtkRenderingFreeTypePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkRenderingCorePythonD;general;vtkRenderingCorePythonD;general;vtkRenderingFreeType; //Dependencies for the target vtkRenderingFreeTypePython_LIB_DEPENDS:STATIC=general;vtkRenderingFreeTypePythonD; //Dependencies for the target vtkRenderingFreeType_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkRenderingCore;general;vtkfreetype; //Dependencies for the target vtkRenderingGL2PSCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingGL2PS; //Dependencies for the target vtkRenderingGL2PSPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkRenderingContextOpenGLPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingOpenGLPythonD;general;vtkRenderingGL2PS; //Dependencies for the target vtkRenderingGL2PSPython_LIB_DEPENDS:STATIC=general;vtkRenderingGL2PSPythonD; //Dependencies for the target vtkRenderingGL2PS_LIB_DEPENDS:STATIC=general;vtkRenderingContextOpenGL;general;vtkRenderingOpenGL;general;vtkRenderingFreeType;general;vtkgl2ps;general;/home/bd/.local//lib/libOSMesa.so; //Dependencies for the target vtkRenderingLICCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingLIC; //Dependencies for the target vtkRenderingLICPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOLegacyPythonD;general;vtkIOXMLPythonD;general;vtkImagingSourcesPythonD;general;vtkRenderingOpenGLPythonD;general;vtkRenderingLIC; //Dependencies for the target vtkRenderingLICPython_LIB_DEPENDS:STATIC=general;vtkRenderingLICPythonD; //Dependencies for the target vtkRenderingLIC_LIB_DEPENDS:STATIC=general;vtkIOLegacy;general;vtkIOXML;general;vtkImagingSources;general;vtkRenderingOpenGL;general;vtksys;general;/home/bd/.local//lib/libOSMesa.so; //Dependencies for the target vtkRenderingLODCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingLOD; //Dependencies for the target vtkRenderingLODPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersModelingPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingLOD; //Dependencies for the target vtkRenderingLODPython_LIB_DEPENDS:STATIC=general;vtkRenderingLODPythonD; //Dependencies for the target vtkRenderingLOD_LIB_DEPENDS:STATIC=general;vtkFiltersModeling;general;vtkRenderingCore; //Dependencies for the target vtkRenderingLabelCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingLabel; //Dependencies for the target vtkRenderingLabelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersExtractionPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingLabel; //Dependencies for the target vtkRenderingLabelPython_LIB_DEPENDS:STATIC=general;vtkRenderingLabelPythonD; //Dependencies for the target vtkRenderingLabel_LIB_DEPENDS:STATIC=general;vtkRenderingFreeType;general;vtkFiltersExtraction; //Dependencies for the target vtkRenderingMatplotlibCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingMatplotlib; //Dependencies for the target vtkRenderingMatplotlibPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkImagingCorePythonD;general;vtkPythonInterpreterPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingMatplotlib; //Dependencies for the target vtkRenderingMatplotlibPython_LIB_DEPENDS:STATIC=general;vtkRenderingMatplotlibPythonD; //Dependencies for the target vtkRenderingMatplotlib_LIB_DEPENDS:STATIC=general;vtkImagingCore;general;vtkPythonInterpreter;general;vtkRenderingCore;general;vtkRenderingFreeType;general;vtkWrappingPythonCore; //Dependencies for the target vtkRenderingOpenGLCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingOpenGL; //Dependencies for the target vtkRenderingOpenGLPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkImagingHybridPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingOpenGL; //Dependencies for the target vtkRenderingOpenGLPython_LIB_DEPENDS:STATIC=general;vtkRenderingOpenGLPythonD; //Dependencies for the target vtkRenderingOpenGL_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkImagingHybrid;general;vtksys;general;/home/bd/.local//lib/libOSMesa.so; //Dependencies for the target vtkRenderingParallelCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingParallel; //Dependencies for the target vtkRenderingParallelLICCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingParallelLIC; //Dependencies for the target vtkRenderingParallelLICPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOLegacyPythonD;general;vtkParallelMPIPythonD;general;vtkRenderingLICPythonD;general;vtkRenderingOpenGLPythonD;general;vtkRenderingParallelLIC; //Dependencies for the target vtkRenderingParallelLICPython_LIB_DEPENDS:STATIC=general;vtkRenderingParallelLICPythonD; //Dependencies for the target vtkRenderingParallelLIC_LIB_DEPENDS:STATIC=general;vtkIOLegacy;general;vtkParallelMPI;general;vtkRenderingLIC;general;vtkRenderingOpenGL;general;/home/bd/.local//lib/libOSMesa.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so;general;/usr/lib/libmpi_cxx.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Dependencies for the target vtkRenderingParallelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersParallelPythonD;general;vtkIOImagePythonD;general;vtkParallelCorePythonD;general;vtkRenderingOpenGLPythonD;general;vtkRenderingParallel; //Dependencies for the target vtkRenderingParallelPython_LIB_DEPENDS:STATIC=general;vtkRenderingParallelPythonD; //Dependencies for the target vtkRenderingParallel_LIB_DEPENDS:STATIC=general;vtkFiltersParallel;general;vtkParallelCore;general;vtkRenderingOpenGL;general;vtkIOImage;general;/home/bd/.local//lib/libOSMesa.so; //Dependencies for the target vtkRenderingVolumeAMRCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingVolumeAMR; //Dependencies for the target vtkRenderingVolumeAMRPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersAMRPythonD;general;vtkParallelCorePythonD;general;vtkRenderingVolumeOpenGLPythonD;general;vtkRenderingVolumeAMR; //Dependencies for the target vtkRenderingVolumeAMRPython_LIB_DEPENDS:STATIC=general;vtkRenderingVolumeAMRPythonD; //Dependencies for the target vtkRenderingVolumeAMR_LIB_DEPENDS:STATIC=general;vtkFiltersAMR;general;vtkParallelCore;general;vtkRenderingVolumeOpenGL; //Dependencies for the target vtkRenderingVolumeCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingVolume; //Dependencies for the target vtkRenderingVolumeOpenGLCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingVolumeOpenGL; //Dependencies for the target vtkRenderingVolumeOpenGLPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkRenderingOpenGLPythonD;general;vtkRenderingVolumePythonD;general;vtkRenderingVolumeOpenGL; //Dependencies for the target vtkRenderingVolumeOpenGLPython_LIB_DEPENDS:STATIC=general;vtkRenderingVolumeOpenGLPythonD; //Dependencies for the target vtkRenderingVolumeOpenGL_LIB_DEPENDS:STATIC=general;vtkRenderingOpenGL;general;vtkRenderingVolume;general;vtksys;general;vtkFiltersGeneral;general;vtkFiltersSources;general;/home/bd/.local//lib/libOSMesa.so; //Dependencies for the target vtkRenderingVolumePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkImagingCorePythonD;general;vtkRenderingCorePythonD;general;vtkRenderingVolume; //Dependencies for the target vtkRenderingVolumePython_LIB_DEPENDS:STATIC=general;vtkRenderingVolumePythonD; //Dependencies for the target vtkRenderingVolume_LIB_DEPENDS:STATIC=general;vtkImagingCore;general;vtkRenderingCore; //Dependencies for the target vtkSciberQuestCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkSciberQuest; //Dependencies for the target vtkSciberQuest_LIB_DEPENDS:STATIC=general;vtkFiltersFlowPaths;general;vtkIOLegacy;general;vtkPVCommon;general;vtkPVVTKExtensionsCore;general;vtkParallelCore;general;vtksys;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so;general;/usr/lib/libmpi_cxx.so;general;/usr/lib/libmpi.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libhwloc.so; //Dependencies for the target vtkTestingRenderingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkTestingRendering; //Dependencies for the target vtkTestingRenderingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkRenderingCorePythonD;general;vtkTestingRendering; //Dependencies for the target vtkTestingRenderingPython_LIB_DEPENDS:STATIC=general;vtkTestingRenderingPythonD; //Dependencies for the target vtkTestingRendering_LIB_DEPENDS:STATIC=general;vtkImagingCore;general;vtkRenderingCore;general;vtksys;general;vtkIOImage; //Dependencies for the target vtkUtilitiesPythonInitializer_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkWrappingPythonCore;general;vtkWrappingPythonCore;general;vtkCommonCore; //Dependencies for the target vtkViewsContext2DCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkViewsContext2D; //Dependencies for the target vtkViewsContext2DPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkRenderingContext2DPythonD;general;vtkViewsCorePythonD;general;vtkViewsContext2D; //Dependencies for the target vtkViewsContext2DPython_LIB_DEPENDS:STATIC=general;vtkViewsContext2DPythonD; //Dependencies for the target vtkViewsContext2D_LIB_DEPENDS:STATIC=general;vtkRenderingContext2D;general;vtkViewsCore; //Dependencies for the target vtkViewsCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkViewsCore; //Dependencies for the target vtkViewsCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkInteractionWidgetsPythonD;general;vtkRenderingCorePythonD;general;vtkViewsCore; //Dependencies for the target vtkViewsCorePython_LIB_DEPENDS:STATIC=general;vtkViewsCorePythonD; //Dependencies for the target vtkViewsCore_LIB_DEPENDS:STATIC=general;vtkInteractionWidgets;general;vtkRenderingCore; //Dependencies for the target vtkWebCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkWebCore; //Dependencies for the target vtkWebCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkIOCorePythonD;general;vtkIOImagePythonD;general;vtkParallelCorePythonD;general;vtkRenderingCorePythonD;general;vtkWebGLExporterPythonD;general;vtkWebCore; //Dependencies for the target vtkWebCorePython_LIB_DEPENDS:STATIC=general;vtkWebCorePythonD; //Dependencies for the target vtkWebCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtksys;general;vtkFiltersGeneral;general;/usr/lib/x86_64-linux-gnu/libpython2.7.so;general;vtkIOCore;general;vtkIOImage;general;vtkRenderingCore;general;vtkParallelCore;general;vtkWebGLExporter; //Dependencies for the target vtkWebGLExporterCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkWebGLExporter; //Dependencies for the target vtkWebGLExporterPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersGeometryPythonD;general;vtkIOExportPythonD;general;vtkInteractionWidgetsPythonD;general;vtkRenderingCorePythonD;general;vtkWebGLExporter; //Dependencies for the target vtkWebGLExporterPython_LIB_DEPENDS:STATIC=general;vtkWebGLExporterPythonD; //Dependencies for the target vtkWebGLExporter_LIB_DEPENDS:STATIC=general;vtkIOExport;general;vtksys;general;vtkFiltersGeometry;general;vtkInteractionWidgets;general;vtkRenderingCore; //Dependencies for the target vtkWrappingPythonCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;/usr/lib/x86_64-linux-gnu/libpython2.7.so;general;vtksys; //Dependencies for target vtkWrappingTools_LIB_DEPENDS:STATIC= //Dependencies for target vtkalglib_LIB_DEPENDS:STATIC= //Dependencies for the target vtkexoIIc_LIB_DEPENDS:STATIC=general;vtkNetCDF;general;vtkNetCDF_cxx; //Dependencies for target vtkexpat_LIB_DEPENDS:STATIC= //Dependencies for the target vtkfreetype_LIB_DEPENDS:STATIC=general;vtkzlib; //Dependencies for the target vtkgl2ps_LIB_DEPENDS:STATIC=general;vtkzlib;general;vtkpng;general;/home/bd/.local//lib/libOSMesa.so;general;m; //Dependencies for the target vtkhdf5_LIB_DEPENDS:STATIC=general;m;general;dl;general;vtkzlib; //Dependencies for the target vtkhdf5_hl_LIB_DEPENDS:STATIC=general;vtkhdf5; //Dependencies for target vtkjpeg_LIB_DEPENDS:STATIC= //Dependencies for target vtkjsoncpp_LIB_DEPENDS:STATIC= //Value Computed by CMake vtklibxml2_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/libxml2/vtklibxml2 //Dependencies for the target vtklibxml2_LIB_DEPENDS:STATIC=general;vtkzlib;general;dl;general;-lpthread;general;dl;general;m; //Value Computed by CMake vtklibxml2_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/libxml2/vtklibxml2 //Dependencies for target vtklz4_LIB_DEPENDS:STATIC= //Value Computed by CMake vtkmetaio_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/Utilities/MetaIO/vtkmetaio //Dependencies for the target vtkmetaio_LIB_DEPENDS:STATIC=general;vtkzlib; //Value Computed by CMake vtkmetaio_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/Utilities/MetaIO/vtkmetaio //Dependencies for target vtkoggtheora_LIB_DEPENDS:STATIC= //Dependencies for the target vtkpng_LIB_DEPENDS:STATIC=general;vtkzlib;general;-lm; //Dependencies for target vtkpugixml_LIB_DEPENDS:STATIC= //Value Computed by CMake vtksys_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/Utilities/KWSys/vtksys //Dependencies for the target vtksys_LIB_DEPENDS:STATIC=general;dl;general;dl; //Value Computed by CMake vtksys_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/Utilities/KWSys/vtksys //Dependencies for the target vtktiff_LIB_DEPENDS:STATIC=general;vtkzlib;general;vtkjpeg;general;-lm; //Dependencies for the target vtkxdmf2_LIB_DEPENDS:STATIC=general;vtklibxml2;general;vtkhdf5_hl;general;vtkhdf5; //Dependencies for target vtkzlib_LIB_DEPENDS:STATIC= //Value Computed by CMake xdmf2_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/xdmf2/vtkxdmf2 //Value Computed by CMake xdmf2_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/xdmf2/vtkxdmf2 //Value Computed by CMake zlib_BINARY_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/ThirdParty/zlib/vtkzlib //Value Computed by CMake zlib_SOURCE_DIR:STATIC=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/ThirdParty/zlib/vtkzlib ######################## # INTERNAL cache entries ######################## ALGLIB_SHARED_LIB:INTERNAL=ON //Host Arcitecture : Linux IRIXN32 IRIX64 AIX CYGWIN ARCH_TO_BUILD:INTERNAL=Linux //CXX test BOOL_NOTDEFINED:INTERNAL= //ADVANCED property for variable: BUILD_USER_DEFINED_LIBS BUILD_USER_DEFINED_LIBS-ADVANCED:INTERNAL=1 //Have function clock_gettime CLOCK_GETTIME_IN_LIBC:INTERNAL=1 //Have library posix4 CLOCK_GETTIME_IN_LIBPOSIX4:INTERNAL= //Have library rt CLOCK_GETTIME_IN_LIBRT:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=7 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=0 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/home/bd/.local/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/home/bd/.local/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/home/bd/.local/bin/ctest //ADVANCED property for variable: CMAKE_CXX_COMPILER CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Path to cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=/home/bd/.local/bin/ccmake //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //ADVANCED property for variable: CMAKE_Fortran_COMPILER CMAKE_Fortran_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_FLAGS CMAKE_Fortran_FLAGS-ADVANCED:INTERNAL=1 //Name of generator. CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Have symbol pthread_create CMAKE_HAVE_LIBC_CREATE:INTERNAL= //Have library pthreads CMAKE_HAVE_PTHREADS_CREATE:INTERNAL= //Have library pthread CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1 //Have include pthread.h CMAKE_HAVE_PTHREAD_H:INTERNAL=1 //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh //Install .so files without execute permission. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //Does the compiler support std::. CMAKE_NO_STD_NAMESPACE:INTERNAL=0 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=241 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //Test Support for 64 bit file systems CMAKE_REQUIRE_LARGE_FILE_SUPPORT:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/home/bd/.local/share/cmake-3.7 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(unsigned short) CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=2 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE CMAKE_STD_NAMESPACE:INTERNAL=TRUE //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_THREAD_LIBS CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Result of TEST_BIG_ENDIAN CMAKE_WORDS_BIGENDIAN:INTERNAL=0 //Compiler support for a deprecated attribute COMPILER_HAS_DEPRECATED:INTERNAL=1 //Test COMPILER_HAS_DEPRECATED_ATTR COMPILER_HAS_DEPRECATED_ATTR:INTERNAL=1 //Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY COMPILER_HAS_HIDDEN_INLINE_VISIBILITY:INTERNAL=1 //Test COMPILER_HAS_HIDDEN_VISIBILITY COMPILER_HAS_HIDDEN_VISIBILITY:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_DEB CPACK_BINARY_DEB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_IFW CPACK_BINARY_IFW-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_NSIS CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_RPM CPACK_BINARY_RPM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_STGZ CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TBZ2 CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TGZ CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TXZ CPACK_BINARY_TXZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TZ CPACK_BINARY_TZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_RPM CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TBZ2 CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TGZ CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TXZ CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TZ CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_ZIP CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE CXX_HAVE_OFFSETOF:INTERNAL=TRUE //Result of TRY_COMPILE DEV_T_IS_SCALAR:INTERNAL=TRUE //ADVANCED property for variable: EXECINFO_LIB EXECINFO_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: EXECUTABLE_OUTPUT_PATH EXECUTABLE_OUTPUT_PATH-ADVANCED:INTERNAL=1 EXECUTABLE_OUTPUT_PATH:INTERNAL=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/ThirdParty/protobuf/vtkprotobuf/bin //ADVANCED property for variable: EXODUSII_DISABLE_COMPILER_WARNINGS EXODUSII_DISABLE_COMPILER_WARNINGS-ADVANCED:INTERNAL=1 //Have include malloc.h EX_HAVE_MALLOC_H:INTERNAL=1 //ADVANCED property for variable: Eigen_DIR Eigen_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ExternalData_URL_TEMPLATES ExternalData_URL_TEMPLATES-ADVANCED:INTERNAL=1 //Details about finding MPI_C FIND_PACKAGE_MESSAGE_DETAILS_MPI_C:INTERNAL=[/usr/lib/libmpi.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libhwloc.so][/usr/lib/openmpi/include;/usr/lib/openmpi/include/openmpi][v()] //Details about finding MPI_CXX FIND_PACKAGE_MESSAGE_DETAILS_MPI_CXX:INTERNAL=[/usr/lib/libmpi_cxx.so;/usr/lib/libmpi.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libhwloc.so][/usr/lib/openmpi/include;/usr/lib/openmpi/include/openmpi][v()] //Details about finding OSMesa FIND_PACKAGE_MESSAGE_DETAILS_OSMesa:INTERNAL=[/home/bd/.local//lib/libOSMesa.so][/home/bd/.local//include][v()] //Details about finding PythonInterp FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python2][v2.7.6()] //Details about finding PythonLibs FIND_PACKAGE_MESSAGE_DETAILS_PythonLibs:INTERNAL=[/usr/lib/x86_64-linux-gnu/libpython2.7.so][/usr/include/python2.7][v()] //Details about finding Threads FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] //Result of TRY_COMPILE GETTIMEOFDAY_GIVES_TZ:INTERNAL=TRUE //ADVANCED property for variable: GIT_EXECUTABLE GIT_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GMVReader_GMVREAD_LIB_DIR GMVReader_GMVREAD_LIB_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GMVReader_SKIP_DATARANGE_CALCULATIONS_IN_REQUEST_INFORMATION_CALLS GMVReader_SKIP_DATARANGE_CALCULATIONS_IN_REQUEST_INFORMATION_CALLS-ADVANCED:INTERNAL=1 //Define if your system generates wrong code for log2 routine H5_BAD_LOG2_CODE_GENERATED:INTERNAL=0 //Other test H5_CXX_HAVE_OFFSETOF:INTERNAL=1 //Other test H5_DEV_T_IS_SCALAR:INTERNAL=1 //Checking IF overflows normally converting floating-point to integer // values H5_FP_TO_INTEGER_OVERFLOW_WORKS:INTERNAL=1 //Result of TRY_COMPILE H5_FP_TO_INTEGER_OVERFLOW_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_FP_TO_INTEGER_OVERFLOW_WORKS_RUN:INTERNAL=0 //Checking IF accurately roundup converting floating-point to unsigned // long long values H5_FP_TO_ULLONG_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_FP_TO_ULLONG_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_FP_TO_ULLONG_ACCURATE_RUN:INTERNAL=0 //Checking IF right maximum converting floating-point to unsigned // long long values H5_FP_TO_ULLONG_RIGHT_MAXIMUM:INTERNAL= //Result of TRY_COMPILE H5_FP_TO_ULLONG_RIGHT_MAXIMUM_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_FP_TO_ULLONG_RIGHT_MAXIMUM_RUN:INTERNAL=1 //Other test H5_GETTIMEOFDAY_GIVES_TZ:INTERNAL=1 //Have function alarm H5_HAVE_ALARM:INTERNAL=1 //Other test H5_HAVE_ATTRIBUTE:INTERNAL=1 //Other test H5_HAVE_C99_DESIGNATED_INITIALIZER:INTERNAL=1 //Other test H5_HAVE_C99_FUNC:INTERNAL=1 //Have symbol tzname H5_HAVE_DECL_TZNAME:INTERNAL=1 //Have function difftime H5_HAVE_DIFFTIME:INTERNAL=1 //Other test H5_HAVE_DIRECT:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h H5_HAVE_DIRENT_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h;dlfcn.h H5_HAVE_DLFCN_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h H5_HAVE_FEATURES_H:INTERNAL=1 //Have function fork H5_HAVE_FORK:INTERNAL=1 //Have function frexpf H5_HAVE_FREXPF:INTERNAL=1 //Have function frexpl H5_HAVE_FREXPL:INTERNAL=1 //Have function fseeko H5_HAVE_FSEEKO:INTERNAL=1 //Have function fseeko64 H5_HAVE_FSEEKO64:INTERNAL=1 //Have function fstat64 H5_HAVE_FSTAT64:INTERNAL=1 //Have function ftello H5_HAVE_FTELLO:INTERNAL=1 //Have function ftello64 H5_HAVE_FTELLO64:INTERNAL=1 //Have function ftruncate64 H5_HAVE_FTRUNCATE64:INTERNAL=1 //Other test H5_HAVE_FUNCTION:INTERNAL=1 //Have function GetConsoleScreenBufferInfo H5_HAVE_GETCONSOLESCREENBUFFERINFO:INTERNAL= //Have function gethostname H5_HAVE_GETHOSTNAME:INTERNAL=1 //Have function getpwuid H5_HAVE_GETPWUID:INTERNAL=1 //Have function getrusage H5_HAVE_GETRUSAGE:INTERNAL=1 //Have function gettextinfo H5_HAVE_GETTEXTINFO:INTERNAL= //H5_HAVE_GETTIMEOFDAY H5_HAVE_GETTIMEOFDAY:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;globus/common.h H5_HAVE_GLOBUS_COMMON_H:INTERNAL= //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h;dlfcn.h;inttypes.h H5_HAVE_INTTYPES_H:INTERNAL=1 //Have function ioctl H5_HAVE_IOCTL:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;io.h H5_HAVE_IO_H:INTERNAL= //Have library dl;m H5_HAVE_LIBDL:INTERNAL=1 //Have library m; H5_HAVE_LIBM:INTERNAL=1 //Have library socket;m;dl H5_HAVE_LIBSOCKET:INTERNAL= //Have library ucb;m;dl H5_HAVE_LIBUCB:INTERNAL= //Have library ws2_32;m;dl H5_HAVE_LIBWS2_32:INTERNAL= //Have library wsock32;m;dl H5_HAVE_LIBWSOCK32:INTERNAL= //Have function longjmp H5_HAVE_LONGJMP:INTERNAL=1 //Have function lseek64 H5_HAVE_LSEEK64:INTERNAL=1 //Have function lstat H5_HAVE_LSTAT:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;mach/mach_time.h H5_HAVE_MACH_MACH_TIME_H:INTERNAL= //Have symbol sigsetjmp H5_HAVE_MACRO_SIGSETJMP:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h H5_HAVE_MEMORY_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h;dlfcn.h;inttypes.h;netinet/in.h H5_HAVE_NETINET_IN_H:INTERNAL=1 //Other test H5_HAVE_OFF64_T:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pdb.h H5_HAVE_PDB_H:INTERNAL= //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h H5_HAVE_PTHREAD_H:INTERNAL=1 //Have function random H5_HAVE_RANDOM:INTERNAL=1 //Have function rand_r H5_HAVE_RAND_R:INTERNAL=1 //Have function setjmp H5_HAVE_SETJMP:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h H5_HAVE_SETJMP_H:INTERNAL=1 //Have function setsysinfo H5_HAVE_SETSYSINFO:INTERNAL= //Have function sigaction H5_HAVE_SIGACTION:INTERNAL=1 //Have function siglongjmp H5_HAVE_SIGLONGJMP:INTERNAL=1 //Have function signal H5_HAVE_SIGNAL:INTERNAL=1 //Have function sigprocmask H5_HAVE_SIGPROCMASK:INTERNAL=1 //Have function sigsetjmp H5_HAVE_SIGSETJMP:INTERNAL= //Have function snprintf H5_HAVE_SNPRINTF:INTERNAL=1 //Other test H5_HAVE_SOCKLEN_T:INTERNAL=1 //Have function srandom H5_HAVE_SRANDOM:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;srbclient.h H5_HAVE_SRBCLIENT_H:INTERNAL= //Have function stat64 H5_HAVE_STAT64:INTERNAL=1 //Other test H5_HAVE_STAT64_STRUCT:INTERNAL=1 //Other test H5_HAVE_STAT_ST_BLOCKS:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h H5_HAVE_STDDEF_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h H5_HAVE_STDINT_H:INTERNAL=1 //Have include stdint.h H5_HAVE_STDINT_H_CXX:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h H5_HAVE_STDLIB_H:INTERNAL=1 //Have function strdup H5_HAVE_STRDUP:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h H5_HAVE_STRINGS_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h H5_HAVE_STRING_H:INTERNAL=1 //Other test H5_HAVE_STRUCT_TEXT_INFO:INTERNAL= //Other test H5_HAVE_STRUCT_TIMEZONE:INTERNAL=1 //Other test H5_HAVE_STRUCT_TM_TM_ZONE:INTERNAL=1 //Other test H5_HAVE_STRUCT_VIDEOCONFIG:INTERNAL= //Have function symlink H5_HAVE_SYMLINK:INTERNAL=1 //Have function system H5_HAVE_SYSTEM:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h H5_HAVE_SYS_IOCTL_H:INTERNAL=1 H5_HAVE_SYS_PROC_H:INTERNAL= //Have include ;sys/resource.h H5_HAVE_SYS_RESOURCE_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h H5_HAVE_SYS_SOCKET_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h H5_HAVE_SYS_STAT_H:INTERNAL=1 H5_HAVE_SYS_SYSINFO_H:INTERNAL= //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h H5_HAVE_SYS_TIMEB_H:INTERNAL=1 //H5_HAVE_SYS_TIME_GETTIMEOFDAY H5_HAVE_SYS_TIME_GETTIMEOFDAY:INTERNAL=1 //Have include sys/resource.h;sys/time.h H5_HAVE_SYS_TIME_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h H5_HAVE_SYS_TYPES_H:INTERNAL=1 //Other test H5_HAVE_TIMEZONE:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h H5_HAVE_TIME_H:INTERNAL=1 //Have symbol TIOCGETD H5_HAVE_TIOCGETD:INTERNAL=1 //Have symbol TIOCGWINSZ H5_HAVE_TIOCGWINSZ:INTERNAL=1 //Other test H5_HAVE_TM_GMTOFF:INTERNAL=1 //Other test H5_HAVE_TM_ZONE:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h H5_HAVE_UNISTD_H:INTERNAL=1 //Have function vasprintf H5_HAVE_VASPRINTF:INTERNAL=1 //Have function vsnprintf H5_HAVE_VSNPRINTF:INTERNAL=1 //Have function waitpid H5_HAVE_WAITPID:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;winsock2.h H5_HAVE_WINSOCK2_H:INTERNAL= //Have function _getvideoconfig H5_HAVE__GETVIDEOCONFIG:INTERNAL= //Have function _scrsize H5_HAVE__SCRSIZE:INTERNAL= //Other test H5_HAVE___TM_GMTOFF:INTERNAL= //Other test H5_INLINE_TEST___inline:INTERNAL=1 //Other test H5_INLINE_TEST___inline__:INTERNAL=1 //Other test H5_INLINE_TEST_inline:INTERNAL=1 //checking IF accurately converting from integers to long double H5_INTEGER_TO_LDOUBLE_ACCURATE:INTERNAL=1 //checking IF converting from long double to integers is accurate H5_LDOUBLE_TO_INTEGER_ACCURATE:INTERNAL=1 //Checking IF converting from long double to integers works H5_LDOUBLE_TO_INTEGER_WORKS:INTERNAL=1 //Result of TRY_COMPILE H5_LDOUBLE_TO_INTEGER_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LDOUBLE_TO_INTEGER_WORKS_RUN:INTERNAL=0 //Checking IF correctly converting long double to (unsigned) long // long values H5_LDOUBLE_TO_LLONG_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_LDOUBLE_TO_LLONG_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LDOUBLE_TO_LLONG_ACCURATE_RUN:INTERNAL=0 //Define if your system converts long double to (unsigned) long // values with special algorithm H5_LDOUBLE_TO_LONG_SPECIAL:INTERNAL=0 //Checking IF correctly converting long double to unsigned int // values H5_LDOUBLE_TO_UINT_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_LDOUBLE_TO_UINT_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LDOUBLE_TO_UINT_ACCURATE_RUN:INTERNAL=0 //Use Legacy Names for Libraries and Programs H5_LEGACY_NAMING:INTERNAL=ON //Checking IF compiling long long to floating-point typecasts work H5_LLONG_TO_FP_CAST_WORKS:INTERNAL=1 //Checking IF correctly converting (unsigned) long long to long // double values H5_LLONG_TO_LDOUBLE_CORRECT:INTERNAL=1 //Result of TRY_COMPILE H5_LLONG_TO_LDOUBLE_CORRECT_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LLONG_TO_LDOUBLE_CORRECT_RUN:INTERNAL=0 //Other test H5_LONE_COLON:INTERNAL=1 //Define if your system can convert (unsigned) long to long double // values with special algorithm H5_LONG_TO_LDOUBLE_SPECIAL:INTERNAL=0 //Checking IF alignment restrictions are strictly enforced H5_NO_ALIGNMENT_RESTRICTIONS:INTERNAL=1 //Result of TRY_COMPILE H5_NO_ALIGNMENT_RESTRICTIONS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_NO_ALIGNMENT_RESTRICTIONS_RUN:INTERNAL=0 //CXX test H5_NO_NAMESPACE:INTERNAL= //CXX test H5_NO_STD:INTERNAL= //Width for printf for type `long long' or `__int64', us. `ll H5_PRINTF_LL_WIDTH:INTERNAL="l" //CHECK_TYPE_SIZE: sizeof(char) H5_SIZEOF_CHAR:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(double) H5_SIZEOF_DOUBLE:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(float) H5_SIZEOF_FLOAT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int) H5_SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int16_t) H5_SIZEOF_INT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int32_t) H5_SIZEOF_INT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int64_t) H5_SIZEOF_INT64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int8_t) H5_SIZEOF_INT8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int_fast16_t) H5_SIZEOF_INT_FAST16_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_fast32_t) H5_SIZEOF_INT_FAST32_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_fast64_t) H5_SIZEOF_INT_FAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_fast8_t) H5_SIZEOF_INT_FAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int_least16_t) H5_SIZEOF_INT_LEAST16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int_least32_t) H5_SIZEOF_INT_LEAST32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int_least64_t) H5_SIZEOF_INT_LEAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_least8_t) H5_SIZEOF_INT_LEAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(long) H5_SIZEOF_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long double) H5_SIZEOF_LONG_DOUBLE:INTERNAL=16 //CHECK_TYPE_SIZE: sizeof(long long) H5_SIZEOF_LONG_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(off64_t) H5_SIZEOF_OFF64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(off_t) H5_SIZEOF_OFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ptrdiff_t) H5_SIZEOF_PTRDIFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(short) H5_SIZEOF_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(size_t) H5_SIZEOF_SIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ssize_t) H5_SIZEOF_SSIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint16_t) H5_SIZEOF_UINT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint32_t) H5_SIZEOF_UINT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(uint64_t) H5_SIZEOF_UINT64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint8_t) H5_SIZEOF_UINT8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(uint_fast16_t) H5_SIZEOF_UINT_FAST16_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_fast32_t) H5_SIZEOF_UINT_FAST32_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_fast64_t) H5_SIZEOF_UINT_FAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_fast8_t) H5_SIZEOF_UINT_FAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(uint_least16_t) H5_SIZEOF_UINT_LEAST16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint_least32_t) H5_SIZEOF_UINT_LEAST32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(uint_least64_t) H5_SIZEOF_UINT_LEAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_least8_t) H5_SIZEOF_UINT_LEAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(unsigned) H5_SIZEOF_UNSIGNED:INTERNAL=4 //SizeOf for __int64 H5_SIZEOF___INT64:INTERNAL=0 //Other test H5_STDC_HEADERS:INTERNAL=1 //Other test H5_SYSTEM_SCOPE_THREADS:INTERNAL=1 //Other test H5_TIME_WITH_SYS_TIME:INTERNAL=1 //Checking IF compiling unsigned long long to floating-point typecasts // work H5_ULLONG_TO_FP_CAST_WORKS:INTERNAL=1 //Checking IF converting unsigned long long to long double with // precision H5_ULLONG_TO_LDOUBLE_PRECISION:INTERNAL=1 //Result of TRY_COMPILE H5_ULLONG_TO_LDOUBLE_PRECISION_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_ULLONG_TO_LDOUBLE_PRECISION_RUN:INTERNAL=0 //Checking IF accurately converting unsigned long to float values H5_ULONG_TO_FLOAT_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_ULONG_TO_FLOAT_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_ULONG_TO_FLOAT_ACCURATE_RUN:INTERNAL=0 //Other test H5_VSNPRINTF_WORKS:INTERNAL=1 //Result of TEST_BIG_ENDIAN H5_WORDS_BIGENDIAN:INTERNAL=0 HASH_MAP_CLASS:INTERNAL=unordered_map HASH_MAP_H:INTERNAL=tr1/unordered_map HASH_NAMESPACE:INTERNAL=std::tr1 HASH_SET_CLASS:INTERNAL=unordered_set HASH_SET_H:INTERNAL=tr1/unordered_set //Have symbol alloca HAVE_ALLOCA:INTERNAL=1 //Have include ;alloca.h HAVE_ALLOCA_H:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h HAVE_ANSIDECL_H:INTERNAL= //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h HAVE_ARPA_INET_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h HAVE_ARPA_NAMESER_H:INTERNAL=1 //Have include assert.h HAVE_ASSERT_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_ATTRIBUTE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_C99_DESIGNATED_INITIALIZER:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_C99_FUNC:INTERNAL=TRUE //Have variable CLOCK_MONOTONIC HAVE_CLOCK_MONOTONIC:INTERNAL= //Result of TRY_COMPILE HAVE_CMAKE_REQUIRE_LARGE_FILE_SUPPORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_WORDS_BIGENDIAN:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h HAVE_CTYPE_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_DIRECT:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h HAVE_DIRENT_H:INTERNAL=1 //Have include dlfcn.h HAVE_DLFCN_H:INTERNAL=1 //Have library dl;-lpthread;dl;m HAVE_DLOPEN:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;dl.h HAVE_DL_H:INTERNAL= //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h HAVE_ERRNO_H:INTERNAL=1 //Have include fcntl.h HAVE_FCNTL_H:INTERNAL=1 //Have include fenv.h HAVE_FENV_H:INTERNAL=1 //Have symbol finite HAVE_FINITE:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h HAVE_FLOAT_H:INTERNAL=1 //Have function floor HAVE_FLOOR:INTERNAL= //Have symbol fpclass HAVE_FPCLASS:INTERNAL= //Have symbol fprintf HAVE_FPRINTF:INTERNAL=1 //Have symbol fp_class HAVE_FP_CLASS:INTERNAL= //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;fp_class.h HAVE_FP_CLASS_H:INTERNAL= //Have function fseeko HAVE_FSEEKO:INTERNAL=1 //Have symbol ftime HAVE_FTIME:INTERNAL=1 //NetCDF test HAVE_FTRUNCATE:INTERNAL=1 //Result of TRY_COMPILE HAVE_FUNCTION:INTERNAL=TRUE //Test HAVE_GCC_ERROR_RETURN_TYPE HAVE_GCC_ERROR_RETURN_TYPE:INTERNAL=1 //Test HAVE_GCC_VISIBILITY HAVE_GCC_VISIBILITY:INTERNAL=1 //Result of TRY_COMPILE HAVE_GETADDRINFO_COMPILED:INTERNAL=TRUE //Have function getopt HAVE_GETOPT:INTERNAL=1 //Have symbol gettimeofday HAVE_GETTIMEOFDAY:INTERNAL=1 //Result of TRY_COMPILE HAVE_H5_SIZEOF_CHAR:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_LONG_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_OFF64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_OFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_PTRDIFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_SIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_SSIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UNSIGNED:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF___INT64:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_H5_WORDS_BIGENDIAN:INTERNAL=TRUE HAVE_HASH_MAP:INTERNAL=1 HAVE_HASH_SET:INTERNAL=1 //Result of TRY_COMPILE HAVE_ICET_SIZEOF_CHAR:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_ICET_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_ICET_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_ICET_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_ICET_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_ICET_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_ICET_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_ICET_SIZEOF_VOID_P:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_ICET_SIZEOF___INT64:INTERNAL=FALSE //Have includes ieeefp.h HAVE_IEEEFP_H:INTERNAL= //Have include alloca.h;stdlib.h;sys/types.h;sys/stat.h;unistd.h;fcntl.h;stdio.h;string.h;stddef.h;stdint.h;inttypes.h HAVE_INTTYPES_H:INTERNAL=1 //Have function isascii HAVE_ISASCII:INTERNAL=1 //Have library dl; HAVE_LIBDL:INTERNAL=1 //Have include limits.h HAVE_LIMITS_H:INTERNAL=1 //Have symbol localtime HAVE_LOCALTIME:INTERNAL=1 //Have include malloc.h HAVE_MALLOC_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h HAVE_MATH_H:INTERNAL=1 //Have function memmove HAVE_MEMMOVE:INTERNAL=1 //Have include memory.h HAVE_MEMORY_H:INTERNAL=1 //Have function memset HAVE_MEMSET:INTERNAL=1 //Have function mmap HAVE_MMAP:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;nan.h HAVE_NAN_H:INTERNAL= //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;ndir.h HAVE_NDIR_H:INTERNAL= //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h HAVE_NETDB_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h HAVE_NETINET_IN_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_OFF64_T:INTERNAL=TRUE //Have function pow HAVE_POW:INTERNAL= //Have symbol printf HAVE_PRINTF:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h HAVE_PTHREAD_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h HAVE_RESOLV_H:INTERNAL=1 //Have include search.h HAVE_SEARCH_H:INTERNAL=1 //Have library dld;dl HAVE_SHLLOAD:INTERNAL= //Have symbol signal HAVE_SIGNAL:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h HAVE_SIGNAL_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_OFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_PTRDIFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SSIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UCHAR:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_SIZEOF_VOID_P:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF__BOOL:INTERNAL=TRUE //Have symbol snprintf HAVE_SNPRINTF:INTERNAL=1 //Result of TRY_COMPILE HAVE_SOCKLEN_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SOCKLEN_T_COMPILED:INTERNAL=TRUE //Have symbol sprintf HAVE_SPRINTF:INTERNAL=1 //Have function sqrt HAVE_SQRT:INTERNAL= //Have symbol sscanf HAVE_SSCANF:INTERNAL=1 //Have symbol stat HAVE_STAT:INTERNAL=1 //Result of TRY_COMPILE HAVE_STAT64_STRUCT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_STAT_ST_BLOCKS:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h HAVE_STDARG_H:INTERNAL=1 //Have include alloca.h;stdlib.h;sys/types.h;sys/stat.h;unistd.h;fcntl.h;stdio.h;string.h;stddef.h;stdint.h;inttypes.h;stdbool.h HAVE_STDBOOL_H:INTERNAL=1 //Have include stddef.h HAVE_STDDEF_H:INTERNAL=1 //Have include stdint.h HAVE_STDINT_H:INTERNAL=1 //Have include alloca.h;stdlib.h;sys/types.h;sys/stat.h;unistd.h;fcntl.h;stdio.h HAVE_STDIO_H:INTERNAL=1 //Have include alloca.h;stdlib.h HAVE_STDLIB_H:INTERNAL=1 //Have function strcasecmp HAVE_STRCASECMP:INTERNAL=1 //Have function strchr HAVE_STRCHR:INTERNAL=1 //Have symbol strdup HAVE_STRDUP:INTERNAL=1 //Have symbol strerror HAVE_STRERROR:INTERNAL=1 //Have symbol strftime HAVE_STRFTIME:INTERNAL=1 //Have include strings.h HAVE_STRINGS_H:INTERNAL=1 //Have include alloca.h;stdlib.h;sys/types.h;sys/stat.h;unistd.h;fcntl.h;stdio.h;string.h HAVE_STRING_H:INTERNAL=1 //Have symbol strndup HAVE_STRNDUP:INTERNAL=1 //Have function strrchr HAVE_STRRCHR:INTERNAL=1 //Have function strstr HAVE_STRSTR:INTERNAL=1 //Have function strtol HAVE_STRTOL:INTERNAL=1 //Have function strtoll HAVE_STRTOLL:INTERNAL=1 //Have function strtoul HAVE_STRTOUL:INTERNAL=1 //Result of TRY_COMPILE HAVE_STRUCT_TEXT_INFO:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_STRUCT_TIMEZONE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_STRUCT_TM_TM_ZONE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_STRUCT_VIDEOCONFIG:INTERNAL=FALSE //NetCDF test HAVE_ST_BLKSIZE:INTERNAL=1 //Result of TRY_COMPILE HAVE_SYS_DIR_H_COMPILED:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h;sys/mman.h HAVE_SYS_MMAN_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_SYS_NDIR_H_COMPILED:INTERNAL=FALSE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h HAVE_SYS_SELECT_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h HAVE_SYS_SOCKET_H:INTERNAL=1 //Have include alloca.h;stdlib.h;sys/types.h;sys/stat.h HAVE_SYS_STAT_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h;sys/mman.h;sys/timeb.h HAVE_SYS_TIMEB_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_SYS_TIME_GETTIMEOFDAY:INTERNAL=TRUE //Have include sys/time.h HAVE_SYS_TIME_H:INTERNAL=1 //Have include sys/types.h HAVE_SYS_TYPES_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_TIMEZONE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_TIME_GETTIMEOFDAY:INTERNAL=FALSE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h HAVE_TIME_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_TM_GMTOFF:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_TM_ZONE:INTERNAL=TRUE //Have include unistd.h HAVE_UNISTD_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_VA_COPY_COMPILED:INTERNAL=TRUE //Have symbol vfprintf HAVE_VFPRINTF:INTERNAL=1 //Have symbol vsnprintf HAVE_VSNPRINTF:INTERNAL=1 //Have symbol vsprintf HAVE_VSPRINTF:INTERNAL=1 //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_UINT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_UINT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_U_INT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_U_INT32_T:INTERNAL=TRUE //Have includes windows.h HAVE_WINDOWS_H:INTERNAL= //Result of TRY_COMPILE HAVE_XDMF_SIZEOF_CHAR:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_XDMF_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_XDMF_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_XDMF_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_XDMF_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_XDMF_SIZEOF_SHORT:INTERNAL=TRUE //Have symbol _stat HAVE__STAT:INTERNAL= //Result of TRY_COMPILE HAVE___TM_GMTOFF:INTERNAL=FALSE //Result of TRY_COMPILE HAVE___VA_COPY_COMPILED:INTERNAL=TRUE //Allow External Library Building (NO SVN TGZ) HDF5_ALLOW_EXTERNAL_SUPPORT:INTERNAL=OFF //Build HDF5 C++ Library HDF5_BUILD_CPP_LIB:INTERNAL=OFF //Build HIGH Level HDF5 Library HDF5_BUILD_HL_LIB:INTERNAL=ON //ADVANCED property for variable: HDF5_BUILD_STATIC_EXECS HDF5_BUILD_STATIC_EXECS-ADVANCED:INTERNAL=1 //Disable compiler warnings HDF5_DISABLE_COMPILER_WARNINGS:INTERNAL=ON //ADVANCED property for variable: HDF5_ENABLE_ALL_WARNINGS HDF5_ENABLE_ALL_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_CODESTACK HDF5_ENABLE_CODESTACK-ADVANCED:INTERNAL=1 //Enable the function stack tracing (for developer debugging). HDF5_ENABLE_CODESTACK:INTERNAL=OFF //Enable code coverage for Libraries and Programs HDF5_ENABLE_COVERAGE:INTERNAL=OFF //ADVANCED property for variable: HDF5_ENABLE_DEBUG_APIS HDF5_ENABLE_DEBUG_APIS-ADVANCED:INTERNAL=1 //Enable deprecated public API symbols HDF5_ENABLE_DEPRECATED_SYMBOLS:INTERNAL=ON //ADVANCED property for variable: HDF5_ENABLE_DIRECT_VFD HDF5_ENABLE_DIRECT_VFD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_EMBEDDED_LIBINFO HDF5_ENABLE_EMBEDDED_LIBINFO-ADVANCED:INTERNAL=1 //Enable GPFS hints for the MPI/POSIX file driver HDF5_ENABLE_GPFS:INTERNAL=OFF //ADVANCED property for variable: HDF5_ENABLE_GROUPFIVE_WARNINGS HDF5_ENABLE_GROUPFIVE_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPFOUR_WARNINGS HDF5_ENABLE_GROUPFOUR_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPONE_WARNINGS HDF5_ENABLE_GROUPONE_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPTHREE_WARNINGS HDF5_ENABLE_GROUPTHREE_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPTWO_WARNINGS HDF5_ENABLE_GROUPTWO_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPZERO_WARNINGS HDF5_ENABLE_GROUPZERO_WARNINGS-ADVANCED:INTERNAL=1 //Enable datasets larger than memory HDF5_ENABLE_HSIZET:INTERNAL=ON //Enable support for large (64-bit) files on Linux. HDF5_ENABLE_LARGE_FILE:INTERNAL=ON //Enable parallel build (requires MPI) HDF5_ENABLE_PARALLEL:INTERNAL=OFF //Use SZip Filter HDF5_ENABLE_SZIP_SUPPORT:INTERNAL=OFF //Enable Threadsafety HDF5_ENABLE_THREADSAFE:INTERNAL=OFF //Enable API tracing capability HDF5_ENABLE_TRACE:INTERNAL=OFF //Indicate that a memory checker is used HDF5_ENABLE_USING_MEMCHECKER:INTERNAL=OFF //Enable Zlib Filters HDF5_ENABLE_Z_LIB_SUPPORT:INTERNAL=ON //ADVANCED property for variable: HDF5_Enable_Clear_File_Buffers HDF5_Enable_Clear_File_Buffers-ADVANCED:INTERNAL=1 //Securely clear file buffers before writing to file HDF5_Enable_Clear_File_Buffers:INTERNAL=ON //Instrument The library HDF5_Enable_Instrument:INTERNAL=OFF //Used to pass variables between directories HDF5_LIBRARIES_TO_EXPORT:INTERNAL=vtkhdf5;vtkhdf5_hl //ADVANCED property for variable: HDF5_METADATA_TRACE_FILE HDF5_METADATA_TRACE_FILE-ADVANCED:INTERNAL=1 //Enable metadata trace file collection HDF5_METADATA_TRACE_FILE:INTERNAL=OFF //ADVANCED property for variable: HDF5_NO_PACKAGES HDF5_NO_PACKAGES-ADVANCED:INTERNAL=1 //CPACK - include external libraries HDF5_PACKAGE_EXTLIBS:INTERNAL=OFF //ADVANCED property for variable: HDF5_PACK_EXAMPLES HDF5_PACK_EXAMPLES-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE HDF5_PRINTF_LL_TEST_COMPILE:INTERNAL=TRUE //Result of TRY_RUN HDF5_PRINTF_LL_TEST_RUN:INTERNAL=0 //ADVANCED property for variable: HDF5_STRICT_FORMAT_CHECKS HDF5_STRICT_FORMAT_CHECKS-ADVANCED:INTERNAL=1 //Whether to perform strict file format checks HDF5_STRICT_FORMAT_CHECKS:INTERNAL=OFF //Use the HDF5 1.6.x API by default HDF5_USE_16_API_DEFAULT:INTERNAL=OFF //Use the FLETCHER32 Filter HDF5_USE_FILTER_FLETCHER32:INTERNAL=ON //Use the NBIT Filter HDF5_USE_FILTER_NBIT:INTERNAL=ON //Use the SCALEOFFSET Filter HDF5_USE_FILTER_SCALEOFFSET:INTERNAL=ON //Use the SHUFFLE Filter HDF5_USE_FILTER_SHUFFLE:INTERNAL=ON //ADVANCED property for variable: HDF5_USE_FOLDERS HDF5_USE_FOLDERS-ADVANCED:INTERNAL=1 //Use the PACKED BITS feature in h5dump HDF5_USE_H5DUMP_PACKED_BITS:INTERNAL=ON //ADVANCED property for variable: HDF5_WANT_DATA_ACCURACY HDF5_WANT_DATA_ACCURACY-ADVANCED:INTERNAL=1 //IF data accuracy is guaranteed during data conversions HDF5_WANT_DATA_ACCURACY:INTERNAL=ON //ADVANCED property for variable: HDF5_WANT_DCONV_EXCEPTION HDF5_WANT_DCONV_EXCEPTION-ADVANCED:INTERNAL=1 //exception handling functions is checked during data conversions HDF5_WANT_DCONV_EXCEPTION:INTERNAL=ON ICET_INSTALL_TARGETS:INTERNAL=IceTCore;IceTMPI;IceTGL //ADVANCED property for variable: ICET_MAGIC_K ICET_MAGIC_K-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ICET_MAX_IMAGE_SPLIT ICET_MAX_IMAGE_SPLIT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ICET_MPIRUN_EXE ICET_MPIRUN_EXE-ADVANCED:INTERNAL=1 //This is set from VTK_MPIRUN_EXE. ICET_MPIRUN_EXE:INTERNAL= //ADVANCED property for variable: ICET_MPI_MAX_NUMPROCS ICET_MPI_MAX_NUMPROCS-ADVANCED:INTERNAL=1 //This is set from VTK_MPI_MAX_NUMPROCS. ICET_MPI_MAX_NUMPROCS:INTERNAL= //ADVANCED property for variable: ICET_MPI_NUMPROC_FLAG ICET_MPI_NUMPROC_FLAG-ADVANCED:INTERNAL=1 //This is set from a combination of VTK_MPI_PRENUMPROC_FLAGS and // VTK_MPI_NUMPROC_FLAG ICET_MPI_NUMPROC_FLAG:INTERNAL=; //ADVANCED property for variable: ICET_MPI_POSTFLAGS ICET_MPI_POSTFLAGS-ADVANCED:INTERNAL=1 //This is set from VTK_MPI_POSTFLAGS. ICET_MPI_POSTFLAGS:INTERNAL= //ADVANCED property for variable: ICET_MPI_PREFLAGS ICET_MPI_PREFLAGS-ADVANCED:INTERNAL=1 //This is set from VTK_MPI_PREFLAGS. ICET_MPI_PREFLAGS:INTERNAL= //CHECK_TYPE_SIZE: sizeof(char) ICET_SIZEOF_CHAR:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(double) ICET_SIZEOF_DOUBLE:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(float) ICET_SIZEOF_FLOAT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int) ICET_SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(long) ICET_SIZEOF_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long long) ICET_SIZEOF_LONG_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(short) ICET_SIZEOF_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(void*) ICET_SIZEOF_VOID_P:INTERNAL=8 //CHECK_TYPE_SIZE: __int64 unknown ICET_SIZEOF___INT64:INTERNAL= //ADVANCED property for variable: ICET_USE_MPE ICET_USE_MPE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ICET_USE_MPI ICET_USE_MPI-ADVANCED:INTERNAL=1 //Use OffScreen rendering through EGL ICET_USE_OFFSCREEN_EGL:INTERNAL=OFF //ADVANCED property for variable: ICET_USE_OPENGL ICET_USE_OPENGL-ADVANCED:INTERNAL=1 //Use OffScreen Mesa ICET_USE_OSMESA:INTERNAL=TRUE //Result of TRY_COMPILE INLINE_TEST___inline:INTERNAL=TRUE //Result of TRY_COMPILE INLINE_TEST___inline__:INTERNAL=TRUE //Result of TRY_COMPILE INLINE_TEST_inline:INTERNAL=TRUE //ADVANCED property for variable: INSTALL_BIN_DIR INSTALL_BIN_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_INC_DIR INSTALL_INC_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_LIB_DIR INSTALL_LIB_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_MAN_DIR INSTALL_MAN_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_PKGCONFIG_DIR INSTALL_PKGCONFIG_DIR-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_ATOLL_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_ATOL_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_BACKTRACE_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_CSTDIO_COMPILED:INTERNAL=TRUE //Have include cxxabi.h KWSYS_CXX_HAS_CXXABIH:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_CXXABI_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_DLADDR_COMPILED:INTERNAL=TRUE //Have include dlfcn.h KWSYS_CXX_HAS_DLFCNH:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H_COMPILED:INTERNAL=FALSE //Have include execinfo.h KWSYS_CXX_HAS_EXECINFOH:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_GETLOADAVG_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_LONG_LONG_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_RLIMIT64_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_SETENV_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_UNSETENV_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_UTIMENSAT_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_UTIMES_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS__ATOI64_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_HAS___INT64_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_STAT_HAS_ST_MTIMESPEC_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_STAT_HAS_ST_MTIM_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_C_HAS_PTRDIFF_T_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_C_HAS_SSIZE_T_COMPILED:INTERNAL=TRUE //Result of TRY_RUN KWSYS_LFS_WORKS:INTERNAL=0 //Result of TRY_COMPILE KWSYS_LFS_WORKS_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_STL_HAS_WSTRING_COMPILED:INTERNAL=TRUE //Have include sys/types.h;ifaddrs.h KWSYS_SYS_HAS_IFADDRS_H:INTERNAL=1 //ADVANCED property for variable: LIBRARY_OUTPUT_PATH LIBRARY_OUTPUT_PATH-ADVANCED:INTERNAL=1 LIBRARY_OUTPUT_PATH:INTERNAL=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/ThirdParty/protobuf/vtkprotobuf/bin //Result of TRY_COMPILE LONE_COLON:INTERNAL=TRUE //ADVANCED property for variable: MPIEXEC MPIEXEC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPIEXEC_MAX_NUMPROCS MPIEXEC_MAX_NUMPROCS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPIEXEC_NUMPROC_FLAG MPIEXEC_NUMPROC_FLAG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPIEXEC_POSTFLAGS MPIEXEC_POSTFLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPIEXEC_PREFLAGS MPIEXEC_PREFLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_COMPILER MPI_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_COMPILE_FLAGS MPI_CXX_COMPILE_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_INCLUDE_PATH MPI_CXX_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_LIBRARIES MPI_CXX_LIBRARIES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_LINK_FLAGS MPI_CXX_LINK_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_COMPILER MPI_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_COMPILE_FLAGS MPI_C_COMPILE_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_INCLUDE_PATH MPI_C_INCLUDE_PATH-ADVANCED:INTERNAL=0 //ADVANCED property for variable: MPI_C_LIBRARIES MPI_C_LIBRARIES-ADVANCED:INTERNAL=0 //ADVANCED property for variable: MPI_C_LINK_FLAGS MPI_C_LINK_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_EXTRA_LIBRARY MPI_EXTRA_LIBRARY-ADVANCED:INTERNAL=1 //Scratch variable for MPI header detection MPI_HEADER_PATH:INTERNAL=MPI_HEADER_PATH-NOTFOUND //Scratch variable for MPI lib detection MPI_LIB:INTERNAL=MPI_LIB-NOTFOUND //ADVANCED property for variable: MPI_LIBRARY MPI_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_AutobahnPython Module_AutobahnPython-ADVANCED:INTERNAL=1 //Request building AutobahnPython Module_AutobahnPython:INTERNAL=OFF //ADVANCED property for variable: Module_PoissonReconstruction Module_PoissonReconstruction-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_Pygments Module_Pygments-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_SixPython Module_SixPython-ADVANCED:INTERNAL=1 //Request building SixPython Module_SixPython:INTERNAL=OFF //ADVANCED property for variable: Module_Twisted Module_Twisted-ADVANCED:INTERNAL=1 //Request building Twisted Module_Twisted:INTERNAL=OFF //ADVANCED property for variable: Module_VisItLib Module_VisItLib-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_WikiExamples Module_WikiExamples-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_ZopeInterface Module_ZopeInterface-ADVANCED:INTERNAL=1 //Request building ZopeInterface Module_ZopeInterface:INTERNAL=OFF //ADVANCED property for variable: Module_pqApplicationComponents Module_pqApplicationComponents-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_pqComponents Module_pqComponents-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_pqCore Module_pqCore-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_pqDeprecated Module_pqDeprecated-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_pqPython Module_pqPython-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_pqWidgets Module_pqWidgets-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_smTestDriver Module_smTestDriver-ADVANCED:INTERNAL=1 //Request building smTestDriver Module_smTestDriver:INTERNAL=OFF //ADVANCED property for variable: Module_vtkAcceleratorsDax Module_vtkAcceleratorsDax-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkAcceleratorsPiston Module_vtkAcceleratorsPiston-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkAddon Module_vtkAddon-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkChartsCore Module_vtkChartsCore-ADVANCED:INTERNAL=1 //Request building vtkChartsCore Module_vtkChartsCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkClientServer Module_vtkClientServer-ADVANCED:INTERNAL=1 //Request building vtkClientServer Module_vtkClientServer:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonColor Module_vtkCommonColor-ADVANCED:INTERNAL=1 //Request building vtkCommonColor Module_vtkCommonColor:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonComputationalGeometry Module_vtkCommonComputationalGeometry-ADVANCED:INTERNAL=1 //Request building vtkCommonComputationalGeometry Module_vtkCommonComputationalGeometry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonCore Module_vtkCommonCore-ADVANCED:INTERNAL=1 //Request building vtkCommonCore Module_vtkCommonCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonDataModel Module_vtkCommonDataModel-ADVANCED:INTERNAL=1 //Request building vtkCommonDataModel Module_vtkCommonDataModel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonExecutionModel Module_vtkCommonExecutionModel-ADVANCED:INTERNAL=1 //Request building vtkCommonExecutionModel Module_vtkCommonExecutionModel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonMath Module_vtkCommonMath-ADVANCED:INTERNAL=1 //Request building vtkCommonMath Module_vtkCommonMath:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonMisc Module_vtkCommonMisc-ADVANCED:INTERNAL=1 //Request building vtkCommonMisc Module_vtkCommonMisc:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonSystem Module_vtkCommonSystem-ADVANCED:INTERNAL=1 //Request building vtkCommonSystem Module_vtkCommonSystem:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonTransforms Module_vtkCommonTransforms-ADVANCED:INTERNAL=1 //Request building vtkCommonTransforms Module_vtkCommonTransforms:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCosmoHaloFinder Module_vtkCosmoHaloFinder-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkDICOM Module_vtkDICOM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkDICOMParser Module_vtkDICOMParser-ADVANCED:INTERNAL=1 //Request building vtkDICOMParser Module_vtkDICOMParser:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDomainsChemistry Module_vtkDomainsChemistry-ADVANCED:INTERNAL=1 //Request building vtkDomainsChemistry Module_vtkDomainsChemistry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDomainsChemistryOpenGL2 Module_vtkDomainsChemistryOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkDomainsChemistryOpenGL2 Module_vtkDomainsChemistryOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDomainsMicroscopy Module_vtkDomainsMicroscopy-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersAMR Module_vtkFiltersAMR-ADVANCED:INTERNAL=1 //Request building vtkFiltersAMR Module_vtkFiltersAMR:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersCore Module_vtkFiltersCore-ADVANCED:INTERNAL=1 //Request building vtkFiltersCore Module_vtkFiltersCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersExtraction Module_vtkFiltersExtraction-ADVANCED:INTERNAL=1 //Request building vtkFiltersExtraction Module_vtkFiltersExtraction:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersFlowPaths Module_vtkFiltersFlowPaths-ADVANCED:INTERNAL=1 //Request building vtkFiltersFlowPaths Module_vtkFiltersFlowPaths:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersGeneral Module_vtkFiltersGeneral-ADVANCED:INTERNAL=1 //Request building vtkFiltersGeneral Module_vtkFiltersGeneral:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersGeneric Module_vtkFiltersGeneric-ADVANCED:INTERNAL=1 //Request building vtkFiltersGeneric Module_vtkFiltersGeneric:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersGeometry Module_vtkFiltersGeometry-ADVANCED:INTERNAL=1 //Request building vtkFiltersGeometry Module_vtkFiltersGeometry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersHybrid Module_vtkFiltersHybrid-ADVANCED:INTERNAL=1 //Request building vtkFiltersHybrid Module_vtkFiltersHybrid:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersHyperTree Module_vtkFiltersHyperTree-ADVANCED:INTERNAL=1 //Request building vtkFiltersHyperTree Module_vtkFiltersHyperTree:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersImaging Module_vtkFiltersImaging-ADVANCED:INTERNAL=1 //Request building vtkFiltersImaging Module_vtkFiltersImaging:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersMatlab Module_vtkFiltersMatlab-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersModeling Module_vtkFiltersModeling-ADVANCED:INTERNAL=1 //Request building vtkFiltersModeling Module_vtkFiltersModeling:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallel Module_vtkFiltersParallel-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallel Module_vtkFiltersParallel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelDIY2 Module_vtkFiltersParallelDIY2-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallelDIY2 Module_vtkFiltersParallelDIY2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelFlowPaths Module_vtkFiltersParallelFlowPaths-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallelFlowPaths Module_vtkFiltersParallelFlowPaths:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelGeometry Module_vtkFiltersParallelGeometry-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallelGeometry Module_vtkFiltersParallelGeometry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelImaging Module_vtkFiltersParallelImaging-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallelImaging Module_vtkFiltersParallelImaging:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelMPI Module_vtkFiltersParallelMPI-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallelMPI Module_vtkFiltersParallelMPI:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelStatistics Module_vtkFiltersParallelStatistics-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallelStatistics Module_vtkFiltersParallelStatistics:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersPoints Module_vtkFiltersPoints-ADVANCED:INTERNAL=1 //Request building vtkFiltersPoints Module_vtkFiltersPoints:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersProgrammable Module_vtkFiltersProgrammable-ADVANCED:INTERNAL=1 //Request building vtkFiltersProgrammable Module_vtkFiltersProgrammable:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersPython Module_vtkFiltersPython-ADVANCED:INTERNAL=1 //Request building vtkFiltersPython Module_vtkFiltersPython:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersReebGraph Module_vtkFiltersReebGraph-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersSMP Module_vtkFiltersSMP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersSelection Module_vtkFiltersSelection-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersSources Module_vtkFiltersSources-ADVANCED:INTERNAL=1 //Request building vtkFiltersSources Module_vtkFiltersSources:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersStatistics Module_vtkFiltersStatistics-ADVANCED:INTERNAL=1 //Request building vtkFiltersStatistics Module_vtkFiltersStatistics:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersStatisticsGnuR Module_vtkFiltersStatisticsGnuR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersTexture Module_vtkFiltersTexture-ADVANCED:INTERNAL=1 //Request building vtkFiltersTexture Module_vtkFiltersTexture:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersVerdict Module_vtkFiltersVerdict-ADVANCED:INTERNAL=1 //Request building vtkFiltersVerdict Module_vtkFiltersVerdict:INTERNAL=OFF //ADVANCED property for variable: Module_vtkGUISupportQt Module_vtkGUISupportQt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGUISupportQtOpenGL Module_vtkGUISupportQtOpenGL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGUISupportQtSQL Module_vtkGUISupportQtSQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGUISupportQtWebkit Module_vtkGUISupportQtWebkit-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGeovisCore Module_vtkGeovisCore-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOADIOS Module_vtkIOADIOS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOAMR Module_vtkIOAMR-ADVANCED:INTERNAL=1 //Request building vtkIOAMR Module_vtkIOAMR:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOCore Module_vtkIOCore-ADVANCED:INTERNAL=1 //Request building vtkIOCore Module_vtkIOCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOEnSight Module_vtkIOEnSight-ADVANCED:INTERNAL=1 //Request building vtkIOEnSight Module_vtkIOEnSight:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExodus Module_vtkIOExodus-ADVANCED:INTERNAL=1 //Request building vtkIOExodus Module_vtkIOExodus:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExport Module_vtkIOExport-ADVANCED:INTERNAL=1 //Request building vtkIOExport Module_vtkIOExport:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExportOpenGL Module_vtkIOExportOpenGL-ADVANCED:INTERNAL=1 //Request building vtkIOExportOpenGL Module_vtkIOExportOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExportOpenGL2 Module_vtkIOExportOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkIOExportOpenGL2 Module_vtkIOExportOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOFFMPEG Module_vtkIOFFMPEG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOGDAL Module_vtkIOGDAL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOGeoJSON Module_vtkIOGeoJSON-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOGeometry Module_vtkIOGeometry-ADVANCED:INTERNAL=1 //Request building vtkIOGeometry Module_vtkIOGeometry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOImage Module_vtkIOImage-ADVANCED:INTERNAL=1 //Request building vtkIOImage Module_vtkIOImage:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOImport Module_vtkIOImport-ADVANCED:INTERNAL=1 //Request building vtkIOImport Module_vtkIOImport:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOInfovis Module_vtkIOInfovis-ADVANCED:INTERNAL=1 //Request building vtkIOInfovis Module_vtkIOInfovis:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOLSDyna Module_vtkIOLSDyna-ADVANCED:INTERNAL=1 //Request building vtkIOLSDyna Module_vtkIOLSDyna:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOLegacy Module_vtkIOLegacy-ADVANCED:INTERNAL=1 //Request building vtkIOLegacy Module_vtkIOLegacy:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOMINC Module_vtkIOMINC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOMPIImage Module_vtkIOMPIImage-ADVANCED:INTERNAL=1 //Request building vtkIOMPIImage Module_vtkIOMPIImage:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOMPIParallel Module_vtkIOMPIParallel-ADVANCED:INTERNAL=1 //Request building vtkIOMPIParallel Module_vtkIOMPIParallel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOMovie Module_vtkIOMovie-ADVANCED:INTERNAL=1 //Request building vtkIOMovie Module_vtkIOMovie:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOMySQL Module_vtkIOMySQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIONetCDF Module_vtkIONetCDF-ADVANCED:INTERNAL=1 //Request building vtkIONetCDF Module_vtkIONetCDF:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOODBC Module_vtkIOODBC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOPLY Module_vtkIOPLY-ADVANCED:INTERNAL=1 //Request building vtkIOPLY Module_vtkIOPLY:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOParallel Module_vtkIOParallel-ADVANCED:INTERNAL=1 //Request building vtkIOParallel Module_vtkIOParallel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOParallelExodus Module_vtkIOParallelExodus-ADVANCED:INTERNAL=1 //Request building vtkIOParallelExodus Module_vtkIOParallelExodus:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOParallelLSDyna Module_vtkIOParallelLSDyna-ADVANCED:INTERNAL=1 //Request building vtkIOParallelLSDyna Module_vtkIOParallelLSDyna:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOParallelNetCDF Module_vtkIOParallelNetCDF-ADVANCED:INTERNAL=1 //Request building vtkIOParallelNetCDF Module_vtkIOParallelNetCDF:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOParallelXML Module_vtkIOParallelXML-ADVANCED:INTERNAL=1 //Request building vtkIOParallelXML Module_vtkIOParallelXML:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOPostgreSQL Module_vtkIOPostgreSQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOSQL Module_vtkIOSQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOTecplotTable Module_vtkIOTecplotTable-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOVPIC Module_vtkIOVPIC-ADVANCED:INTERNAL=1 //Request building vtkIOVPIC Module_vtkIOVPIC:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOVideo Module_vtkIOVideo-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOVisItBridge Module_vtkIOVisItBridge-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOXML Module_vtkIOXML-ADVANCED:INTERNAL=1 //Request building vtkIOXML Module_vtkIOXML:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOXMLParser Module_vtkIOXMLParser-ADVANCED:INTERNAL=1 //Request building vtkIOXMLParser Module_vtkIOXMLParser:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOXdmf2 Module_vtkIOXdmf2-ADVANCED:INTERNAL=1 //Request building vtkIOXdmf2 Module_vtkIOXdmf2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOXdmf3 Module_vtkIOXdmf3-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkImagingColor Module_vtkImagingColor-ADVANCED:INTERNAL=1 //Request building vtkImagingColor Module_vtkImagingColor:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingCore Module_vtkImagingCore-ADVANCED:INTERNAL=1 //Request building vtkImagingCore Module_vtkImagingCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingFourier Module_vtkImagingFourier-ADVANCED:INTERNAL=1 //Request building vtkImagingFourier Module_vtkImagingFourier:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingGeneral Module_vtkImagingGeneral-ADVANCED:INTERNAL=1 //Request building vtkImagingGeneral Module_vtkImagingGeneral:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingHybrid Module_vtkImagingHybrid-ADVANCED:INTERNAL=1 //Request building vtkImagingHybrid Module_vtkImagingHybrid:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingMath Module_vtkImagingMath-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkImagingMorphological Module_vtkImagingMorphological-ADVANCED:INTERNAL=1 //Request building vtkImagingMorphological Module_vtkImagingMorphological:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingSources Module_vtkImagingSources-ADVANCED:INTERNAL=1 //Request building vtkImagingSources Module_vtkImagingSources:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingStatistics Module_vtkImagingStatistics-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkImagingStencil Module_vtkImagingStencil-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInfovisBoost Module_vtkInfovisBoost-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInfovisBoostGraphAlgorithms Module_vtkInfovisBoostGraphAlgorithms-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInfovisCore Module_vtkInfovisCore-ADVANCED:INTERNAL=1 //Request building vtkInfovisCore Module_vtkInfovisCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInfovisLayout Module_vtkInfovisLayout-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInfovisParallel Module_vtkInfovisParallel-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInteractionImage Module_vtkInteractionImage-ADVANCED:INTERNAL=1 //Request building vtkInteractionImage Module_vtkInteractionImage:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInteractionStyle Module_vtkInteractionStyle-ADVANCED:INTERNAL=1 //Request building vtkInteractionStyle Module_vtkInteractionStyle:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInteractionWidgets Module_vtkInteractionWidgets-ADVANCED:INTERNAL=1 //Request building vtkInteractionWidgets Module_vtkInteractionWidgets:INTERNAL=OFF //ADVANCED property for variable: Module_vtkMetaIO Module_vtkMetaIO-ADVANCED:INTERNAL=1 //Request building vtkMetaIO Module_vtkMetaIO:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVAnimation Module_vtkPVAnimation-ADVANCED:INTERNAL=1 //Request building vtkPVAnimation Module_vtkPVAnimation:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVCatalyst Module_vtkPVCatalyst-ADVANCED:INTERNAL=1 //Request building vtkPVCatalyst Module_vtkPVCatalyst:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVCatalystTestDriver Module_vtkPVCatalystTestDriver-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkPVClientServerCoreCore Module_vtkPVClientServerCoreCore-ADVANCED:INTERNAL=1 //Request building vtkPVClientServerCoreCore Module_vtkPVClientServerCoreCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVClientServerCoreDefault Module_vtkPVClientServerCoreDefault-ADVANCED:INTERNAL=1 //Request building vtkPVClientServerCoreDefault Module_vtkPVClientServerCoreDefault:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVClientServerCoreRendering Module_vtkPVClientServerCoreRendering-ADVANCED:INTERNAL=1 //Request building vtkPVClientServerCoreRendering Module_vtkPVClientServerCoreRendering:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVCommon Module_vtkPVCommon-ADVANCED:INTERNAL=1 //Request building vtkPVCommon Module_vtkPVCommon:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVServerImplementationCore Module_vtkPVServerImplementationCore-ADVANCED:INTERNAL=1 //Request building vtkPVServerImplementationCore Module_vtkPVServerImplementationCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVServerImplementationRendering Module_vtkPVServerImplementationRendering-ADVANCED:INTERNAL=1 //Request building vtkPVServerImplementationRendering Module_vtkPVServerImplementationRendering:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVServerManagerApplication Module_vtkPVServerManagerApplication-ADVANCED:INTERNAL=1 //Request building vtkPVServerManagerApplication Module_vtkPVServerManagerApplication:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVServerManagerCore Module_vtkPVServerManagerCore-ADVANCED:INTERNAL=1 //Request building vtkPVServerManagerCore Module_vtkPVServerManagerCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVServerManagerDefault Module_vtkPVServerManagerDefault-ADVANCED:INTERNAL=1 //Request building vtkPVServerManagerDefault Module_vtkPVServerManagerDefault:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVServerManagerRendering Module_vtkPVServerManagerRendering-ADVANCED:INTERNAL=1 //Request building vtkPVServerManagerRendering Module_vtkPVServerManagerRendering:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVVTKExtensionsCGNSReader Module_vtkPVVTKExtensionsCGNSReader-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkPVVTKExtensionsCore Module_vtkPVVTKExtensionsCore-ADVANCED:INTERNAL=1 //Request building vtkPVVTKExtensionsCore Module_vtkPVVTKExtensionsCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVVTKExtensionsCosmoTools Module_vtkPVVTKExtensionsCosmoTools-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkPVVTKExtensionsDefault Module_vtkPVVTKExtensionsDefault-ADVANCED:INTERNAL=1 //Request building vtkPVVTKExtensionsDefault Module_vtkPVVTKExtensionsDefault:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVVTKExtensionsPoints Module_vtkPVVTKExtensionsPoints-ADVANCED:INTERNAL=1 //Request building vtkPVVTKExtensionsPoints Module_vtkPVVTKExtensionsPoints:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVVTKExtensionsRendering Module_vtkPVVTKExtensionsRendering-ADVANCED:INTERNAL=1 //Request building vtkPVVTKExtensionsRendering Module_vtkPVVTKExtensionsRendering:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParaViewWeb Module_vtkParaViewWeb-ADVANCED:INTERNAL=1 //Request building vtkParaViewWeb Module_vtkParaViewWeb:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParaViewWebApplications Module_vtkParaViewWebApplications-ADVANCED:INTERNAL=1 //Request building vtkParaViewWebApplications Module_vtkParaViewWebApplications:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParaViewWebCore Module_vtkParaViewWebCore-ADVANCED:INTERNAL=1 //Request building vtkParaViewWebCore Module_vtkParaViewWebCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParaViewWebDocumentation Module_vtkParaViewWebDocumentation-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkParaViewWebPython Module_vtkParaViewWebPython-ADVANCED:INTERNAL=1 //Request building vtkParaViewWebPython Module_vtkParaViewWebPython:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParaViewWebWidgets Module_vtkParaViewWebWidgets-ADVANCED:INTERNAL=1 //Request building vtkParaViewWebWidgets Module_vtkParaViewWebWidgets:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParallelCore Module_vtkParallelCore-ADVANCED:INTERNAL=1 //Request building vtkParallelCore Module_vtkParallelCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParallelMPI Module_vtkParallelMPI-ADVANCED:INTERNAL=1 //Request building vtkParallelMPI Module_vtkParallelMPI:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParallelMPI4Py Module_vtkParallelMPI4Py-ADVANCED:INTERNAL=1 //Request building vtkParallelMPI4Py Module_vtkParallelMPI4Py:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParseOGLExt Module_vtkParseOGLExt-ADVANCED:INTERNAL=1 //Request building vtkParseOGLExt Module_vtkParseOGLExt:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPointCloud Module_vtkPointCloud-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkPython Module_vtkPython-ADVANCED:INTERNAL=1 //Request building vtkPython Module_vtkPython:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPythonInterpreter Module_vtkPythonInterpreter-ADVANCED:INTERNAL=1 //Request building vtkPythonInterpreter Module_vtkPythonInterpreter:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingAnnotation Module_vtkRenderingAnnotation-ADVANCED:INTERNAL=1 //Request building vtkRenderingAnnotation Module_vtkRenderingAnnotation:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingContext2D Module_vtkRenderingContext2D-ADVANCED:INTERNAL=1 //Request building vtkRenderingContext2D Module_vtkRenderingContext2D:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingContextOpenGL Module_vtkRenderingContextOpenGL-ADVANCED:INTERNAL=1 //Request building vtkRenderingContextOpenGL Module_vtkRenderingContextOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingContextOpenGL2 Module_vtkRenderingContextOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingContextOpenGL2 Module_vtkRenderingContextOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingCore Module_vtkRenderingCore-ADVANCED:INTERNAL=1 //Request building vtkRenderingCore Module_vtkRenderingCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingExternal Module_vtkRenderingExternal-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingFreeType Module_vtkRenderingFreeType-ADVANCED:INTERNAL=1 //Request building vtkRenderingFreeType Module_vtkRenderingFreeType:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingFreeTypeFontConfig Module_vtkRenderingFreeTypeFontConfig-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingGL2PS Module_vtkRenderingGL2PS-ADVANCED:INTERNAL=1 //Request building vtkRenderingGL2PS Module_vtkRenderingGL2PS:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingGL2PSOpenGL2 Module_vtkRenderingGL2PSOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingGL2PSOpenGL2 Module_vtkRenderingGL2PSOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingImage Module_vtkRenderingImage-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingLIC Module_vtkRenderingLIC-ADVANCED:INTERNAL=1 //Request building vtkRenderingLIC Module_vtkRenderingLIC:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingLICOpenGL2 Module_vtkRenderingLICOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingLICOpenGL2 Module_vtkRenderingLICOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingLOD Module_vtkRenderingLOD-ADVANCED:INTERNAL=1 //Request building vtkRenderingLOD Module_vtkRenderingLOD:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingLabel Module_vtkRenderingLabel-ADVANCED:INTERNAL=1 //Request building vtkRenderingLabel Module_vtkRenderingLabel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingMatplotlib Module_vtkRenderingMatplotlib-ADVANCED:INTERNAL=1 //Request building vtkRenderingMatplotlib Module_vtkRenderingMatplotlib:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingOSPRay Module_vtkRenderingOSPRay-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingOpenGL Module_vtkRenderingOpenGL-ADVANCED:INTERNAL=1 //Request building vtkRenderingOpenGL Module_vtkRenderingOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingOpenGL2 Module_vtkRenderingOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingOpenGL2 Module_vtkRenderingOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingParallel Module_vtkRenderingParallel-ADVANCED:INTERNAL=1 //Request building vtkRenderingParallel Module_vtkRenderingParallel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingParallelLIC Module_vtkRenderingParallelLIC-ADVANCED:INTERNAL=1 //Request building vtkRenderingParallelLIC Module_vtkRenderingParallelLIC:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingQt Module_vtkRenderingQt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingSceneGraph Module_vtkRenderingSceneGraph-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingTk Module_vtkRenderingTk-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingVolume Module_vtkRenderingVolume-ADVANCED:INTERNAL=1 //Request building vtkRenderingVolume Module_vtkRenderingVolume:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingVolumeAMR Module_vtkRenderingVolumeAMR-ADVANCED:INTERNAL=1 //Request building vtkRenderingVolumeAMR Module_vtkRenderingVolumeAMR:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingVolumeOpenGL Module_vtkRenderingVolumeOpenGL-ADVANCED:INTERNAL=1 //Request building vtkRenderingVolumeOpenGL Module_vtkRenderingVolumeOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingVolumeOpenGL2 Module_vtkRenderingVolumeOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingVolumeOpenGL2 Module_vtkRenderingVolumeOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTclTk Module_vtkTclTk-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkTestingCore Module_vtkTestingCore-ADVANCED:INTERNAL=1 //Request building vtkTestingCore Module_vtkTestingCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTestingGenericBridge Module_vtkTestingGenericBridge-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkTestingIOSQL Module_vtkTestingIOSQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkTestingRendering Module_vtkTestingRendering-ADVANCED:INTERNAL=1 //Request building vtkTestingRendering Module_vtkTestingRendering:INTERNAL=OFF //ADVANCED property for variable: Module_vtkUtilitiesBenchmarks Module_vtkUtilitiesBenchmarks-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkUtilitiesColorSeriesToXML Module_vtkUtilitiesColorSeriesToXML-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkUtilitiesEncodeString Module_vtkUtilitiesEncodeString-ADVANCED:INTERNAL=1 //Request building vtkUtilitiesEncodeString Module_vtkUtilitiesEncodeString:INTERNAL=OFF //ADVANCED property for variable: Module_vtkUtilitiesHashSource Module_vtkUtilitiesHashSource-ADVANCED:INTERNAL=1 //Request building vtkUtilitiesHashSource Module_vtkUtilitiesHashSource:INTERNAL=OFF //ADVANCED property for variable: Module_vtkUtilitiesLegacyColorMapXMLToJSON Module_vtkUtilitiesLegacyColorMapXMLToJSON-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkUtilitiesProcessXML Module_vtkUtilitiesProcessXML-ADVANCED:INTERNAL=1 //Request building vtkUtilitiesProcessXML Module_vtkUtilitiesProcessXML:INTERNAL=OFF //ADVANCED property for variable: Module_vtkUtilitiesWrapClientServer Module_vtkUtilitiesWrapClientServer-ADVANCED:INTERNAL=1 //Request building vtkUtilitiesWrapClientServer Module_vtkUtilitiesWrapClientServer:INTERNAL=OFF //ADVANCED property for variable: Module_vtkVPIC Module_vtkVPIC-ADVANCED:INTERNAL=1 //Request building vtkVPIC Module_vtkVPIC:INTERNAL=OFF //ADVANCED property for variable: Module_vtkViewsContext2D Module_vtkViewsContext2D-ADVANCED:INTERNAL=1 //Request building vtkViewsContext2D Module_vtkViewsContext2D:INTERNAL=OFF //ADVANCED property for variable: Module_vtkViewsCore Module_vtkViewsCore-ADVANCED:INTERNAL=1 //Request building vtkViewsCore Module_vtkViewsCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkViewsGeovis Module_vtkViewsGeovis-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkViewsInfovis Module_vtkViewsInfovis-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkViewsQt Module_vtkViewsQt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWebApplications Module_vtkWebApplications-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWebCore Module_vtkWebCore-ADVANCED:INTERNAL=1 //Request building vtkWebCore Module_vtkWebCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkWebGLExporter Module_vtkWebGLExporter-ADVANCED:INTERNAL=1 //Request building vtkWebGLExporter Module_vtkWebGLExporter:INTERNAL=OFF //ADVANCED property for variable: Module_vtkWebInstall Module_vtkWebInstall-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWebJavaScript Module_vtkWebJavaScript-ADVANCED:INTERNAL=1 //Request building vtkWebJavaScript Module_vtkWebJavaScript:INTERNAL=OFF //ADVANCED property for variable: Module_vtkWebPython Module_vtkWebPython-ADVANCED:INTERNAL=1 //Request building vtkWebPython Module_vtkWebPython:INTERNAL=OFF //ADVANCED property for variable: Module_vtkWrappingJava Module_vtkWrappingJava-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingPythonCore Module_vtkWrappingPythonCore-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingTcl Module_vtkWrappingTcl-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingTools Module_vtkWrappingTools-ADVANCED:INTERNAL=1 //Request building vtkWrappingTools Module_vtkWrappingTools:INTERNAL=OFF //ADVANCED property for variable: Module_vtkalglib Module_vtkalglib-ADVANCED:INTERNAL=1 //Request building vtkalglib Module_vtkalglib:INTERNAL=OFF //ADVANCED property for variable: Module_vtkdiy2 Module_vtkdiy2-ADVANCED:INTERNAL=1 //Request building vtkdiy2 Module_vtkdiy2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkexodusII Module_vtkexodusII-ADVANCED:INTERNAL=1 //Request building vtkexodusII Module_vtkexodusII:INTERNAL=OFF //ADVANCED property for variable: Module_vtkexpat Module_vtkexpat-ADVANCED:INTERNAL=1 //Request building vtkexpat Module_vtkexpat:INTERNAL=OFF //ADVANCED property for variable: Module_vtkfreetype Module_vtkfreetype-ADVANCED:INTERNAL=1 //Request building vtkfreetype Module_vtkfreetype:INTERNAL=OFF //ADVANCED property for variable: Module_vtkgl2ps Module_vtkgl2ps-ADVANCED:INTERNAL=1 //Request building vtkgl2ps Module_vtkgl2ps:INTERNAL=OFF //ADVANCED property for variable: Module_vtkglew Module_vtkglew-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkhdf5 Module_vtkhdf5-ADVANCED:INTERNAL=1 //Request building vtkhdf5 Module_vtkhdf5:INTERNAL=OFF //ADVANCED property for variable: Module_vtkicet Module_vtkicet-ADVANCED:INTERNAL=1 //Request building vtkicet Module_vtkicet:INTERNAL=OFF //ADVANCED property for variable: Module_vtkjpeg Module_vtkjpeg-ADVANCED:INTERNAL=1 //Request building vtkjpeg Module_vtkjpeg:INTERNAL=OFF //ADVANCED property for variable: Module_vtkjsoncpp Module_vtkjsoncpp-ADVANCED:INTERNAL=1 //Request building vtkjsoncpp Module_vtkjsoncpp:INTERNAL=OFF //ADVANCED property for variable: Module_vtkkwiml Module_vtkkwiml-ADVANCED:INTERNAL=1 //Request building vtkkwiml Module_vtkkwiml:INTERNAL=OFF //ADVANCED property for variable: Module_vtklibproj4 Module_vtklibproj4-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtklibxml2 Module_vtklibxml2-ADVANCED:INTERNAL=1 //Request building vtklibxml2 Module_vtklibxml2:INTERNAL=OFF //ADVANCED property for variable: Module_vtklz4 Module_vtklz4-ADVANCED:INTERNAL=1 //Request building vtklz4 Module_vtklz4:INTERNAL=OFF //ADVANCED property for variable: Module_vtkmpi4py Module_vtkmpi4py-ADVANCED:INTERNAL=1 //Request building vtkmpi4py Module_vtkmpi4py:INTERNAL=OFF //ADVANCED property for variable: Module_vtknetcdf Module_vtknetcdf-ADVANCED:INTERNAL=1 //Request building vtknetcdf Module_vtknetcdf:INTERNAL=OFF //ADVANCED property for variable: Module_vtkoggtheora Module_vtkoggtheora-ADVANCED:INTERNAL=1 //Request building vtkoggtheora Module_vtkoggtheora:INTERNAL=OFF //ADVANCED property for variable: Module_vtkpng Module_vtkpng-ADVANCED:INTERNAL=1 //Request building vtkpng Module_vtkpng:INTERNAL=OFF //ADVANCED property for variable: Module_vtkprotobuf Module_vtkprotobuf-ADVANCED:INTERNAL=1 //Request building vtkprotobuf Module_vtkprotobuf:INTERNAL=OFF //ADVANCED property for variable: Module_vtkpugixml Module_vtkpugixml-ADVANCED:INTERNAL=1 //Request building vtkpugixml Module_vtkpugixml:INTERNAL=OFF //ADVANCED property for variable: Module_vtkqttesting Module_vtkqttesting-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtksqlite Module_vtksqlite-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtksys Module_vtksys-ADVANCED:INTERNAL=1 //Request building vtksys Module_vtksys:INTERNAL=OFF //ADVANCED property for variable: Module_vtktiff Module_vtktiff-ADVANCED:INTERNAL=1 //Request building vtktiff Module_vtktiff:INTERNAL=OFF //ADVANCED property for variable: Module_vtkverdict Module_vtkverdict-ADVANCED:INTERNAL=1 //Request building vtkverdict Module_vtkverdict:INTERNAL=OFF //ADVANCED property for variable: Module_vtkxdmf2 Module_vtkxdmf2-ADVANCED:INTERNAL=1 //Request building vtkxdmf2 Module_vtkxdmf2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkxdmf3 Module_vtkxdmf3-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkzlib Module_vtkzlib-ADVANCED:INTERNAL=1 //Request building vtkzlib Module_vtkzlib:INTERNAL=OFF //ADVANCED property for variable: NETCDF4_CHUNK_CACHE_NELEMS NETCDF4_CHUNK_CACHE_NELEMS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_CHUNK_CACHE_PREEMPTION NETCDF4_CHUNK_CACHE_PREEMPTION-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_CHUNK_CACHE_SIZE NETCDF4_CHUNK_CACHE_SIZE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_DEFAULT_CHUNKS_IN_CACHE NETCDF4_DEFAULT_CHUNKS_IN_CACHE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_DEFAULT_CHUNK_SIZE NETCDF4_DEFAULT_CHUNK_SIZE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_MAX_DEFAULT_CACHE_SIZE NETCDF4_MAX_DEFAULT_CACHE_SIZE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF_DISABLE_COMPILER_WARNINGS NETCDF_DISABLE_COMPILER_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF_ENABLE_CXX NETCDF_ENABLE_CXX-ADVANCED:INTERNAL=1 //Have library c NOT_NEED_LIBNSL:INTERNAL=1 //CXX test NO_STATIC_CAST:INTERNAL= //CHECK_TYPE_SIZE: sizeof(off64_t) OFF64_T:INTERNAL=8 //CXX test OLD_HEADER_FILENAME:INTERNAL= //ADVANCED property for variable: OSMESA_INCLUDE_DIR OSMESA_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OSMESA_LIBRARY OSMESA_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_AcceleratedAlgorithms PARAVIEW_AUTOLOAD_PLUGIN_AcceleratedAlgorithms-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_AnalyzeNIfTIIO PARAVIEW_AUTOLOAD_PLUGIN_AnalyzeNIfTIIO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_ArrowGlyph PARAVIEW_AUTOLOAD_PLUGIN_ArrowGlyph-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_CDIReader PARAVIEW_AUTOLOAD_PLUGIN_CDIReader-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_EyeDomeLighting PARAVIEW_AUTOLOAD_PLUGIN_EyeDomeLighting-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_GMVReader PARAVIEW_AUTOLOAD_PLUGIN_GMVReader-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_GeodesicMeasurement PARAVIEW_AUTOLOAD_PLUGIN_GeodesicMeasurement-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_H5PartReader PARAVIEW_AUTOLOAD_PLUGIN_H5PartReader-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_Moments PARAVIEW_AUTOLOAD_PLUGIN_Moments-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_NonOrthogonalSource PARAVIEW_AUTOLOAD_PLUGIN_NonOrthogonalSource-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_PacMan PARAVIEW_AUTOLOAD_PLUGIN_PacMan-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_PointSprite PARAVIEW_AUTOLOAD_PLUGIN_PointSprite-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_RGBZView PARAVIEW_AUTOLOAD_PLUGIN_RGBZView-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_SLACTools PARAVIEW_AUTOLOAD_PLUGIN_SLACTools-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_SciberQuestToolKit PARAVIEW_AUTOLOAD_PLUGIN_SciberQuestToolKit-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_SierraPlotTools PARAVIEW_AUTOLOAD_PLUGIN_SierraPlotTools-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_StreamingParticles PARAVIEW_AUTOLOAD_PLUGIN_StreamingParticles-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_SurfaceLIC PARAVIEW_AUTOLOAD_PLUGIN_SurfaceLIC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_ThickenLayeredCells PARAVIEW_AUTOLOAD_PLUGIN_ThickenLayeredCells-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_UncertaintyRendering PARAVIEW_AUTOLOAD_PLUGIN_UncertaintyRendering-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_CATALYST_ADAPTORS PARAVIEW_BUILD_CATALYST_ADAPTORS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_AcceleratedAlgorithms PARAVIEW_BUILD_PLUGIN_AcceleratedAlgorithms-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_AdiosReader PARAVIEW_BUILD_PLUGIN_AdiosReader-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_AnalyzeNIfTIIO PARAVIEW_BUILD_PLUGIN_AnalyzeNIfTIIO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_ArrowGlyph PARAVIEW_BUILD_PLUGIN_ArrowGlyph-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_CDIReader PARAVIEW_BUILD_PLUGIN_CDIReader-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_EyeDomeLighting PARAVIEW_BUILD_PLUGIN_EyeDomeLighting-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_GMVReader PARAVIEW_BUILD_PLUGIN_GMVReader-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_GeodesicMeasurement PARAVIEW_BUILD_PLUGIN_GeodesicMeasurement-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_H5PartReader PARAVIEW_BUILD_PLUGIN_H5PartReader-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_InSituExodus PARAVIEW_BUILD_PLUGIN_InSituExodus-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_MantaView PARAVIEW_BUILD_PLUGIN_MantaView-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_Moments PARAVIEW_BUILD_PLUGIN_Moments-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_NonOrthogonalSource PARAVIEW_BUILD_PLUGIN_NonOrthogonalSource-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_PacMan PARAVIEW_BUILD_PLUGIN_PacMan-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_PointSprite PARAVIEW_BUILD_PLUGIN_PointSprite-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_RGBZView PARAVIEW_BUILD_PLUGIN_RGBZView-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_SLACTools PARAVIEW_BUILD_PLUGIN_SLACTools-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_SciberQuestToolKit PARAVIEW_BUILD_PLUGIN_SciberQuestToolKit-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_SierraPlotTools PARAVIEW_BUILD_PLUGIN_SierraPlotTools-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_StreamingParticles PARAVIEW_BUILD_PLUGIN_StreamingParticles-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_SurfaceLIC PARAVIEW_BUILD_PLUGIN_SurfaceLIC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_ThickenLayeredCells PARAVIEW_BUILD_PLUGIN_ThickenLayeredCells-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_UncertaintyRendering PARAVIEW_BUILD_PLUGIN_UncertaintyRendering-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_VaporPlugin PARAVIEW_BUILD_PLUGIN_VaporPlugin-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_WEB_DOCUMENTATION PARAVIEW_BUILD_WEB_DOCUMENTATION-ADVANCED:INTERNAL=1 //List of modules to CS wrap PARAVIEW_CURRENT_CS_MODULES:INTERNAL=vtkCommonCore;vtkCommonMath;vtkCommonMisc;vtkCommonSystem;vtkCommonTransforms;vtkCommonDataModel;vtkCommonColor;vtkCommonExecutionModel;vtkFiltersCore;vtkCommonComputationalGeometry;vtkFiltersGeneral;vtkImagingCore;vtkImagingFourier;vtkFiltersStatistics;vtkFiltersExtraction;vtkInfovisCore;vtkFiltersGeometry;vtkFiltersSources;vtkRenderingCore;vtkRenderingFreeType;vtkRenderingContext2D;vtkChartsCore;vtkPythonInterpreter;vtkIOCore;vtkIOGeometry;vtkIOXMLParser;vtkIOXML;vtkDomainsChemistry;vtkIOLegacy;vtkParallelCore;vtkFiltersAMR;vtkFiltersFlowPaths;vtkFiltersGeneric;vtkImagingSources;vtkFiltersHybrid;vtkFiltersHyperTree;vtkImagingGeneral;vtkFiltersImaging;vtkFiltersModeling;vtkFiltersParallel;vtkParallelMPI;vtkFiltersParallelDIY2;vtkFiltersParallelFlowPaths;vtkFiltersParallelGeometry;vtkFiltersParallelImaging;vtkFiltersParallelMPI;vtkFiltersParallelStatistics;vtkFiltersPoints;vtkFiltersProgrammable;vtkFiltersPython;vtkFiltersTexture;vtkFiltersVerdict;vtkIOAMR;vtkIOEnSight;vtkIOExodus;vtkIOImage;vtkImagingHybrid;vtkRenderingOpenGL;vtkRenderingContextOpenGL;vtkRenderingGL2PS;vtkIOExport;vtkImagingColor;vtkRenderingAnnotation;vtkRenderingLabel;vtkIOExportOpenGL;vtkIOImport;vtkIOInfovis;vtkIOLSDyna;vtkIOMPIImage;vtkIONetCDF;vtkIOParallel;vtkIOMPIParallel;vtkIOMovie;vtkIOPLY;vtkIOParallelExodus;vtkIOParallelLSDyna;vtkIOParallelNetCDF;vtkIOParallelXML;vtkIOVPIC;vtkIOXdmf2;vtkImagingMorphological;vtkInteractionStyle;vtkRenderingVolume;vtkInteractionWidgets;vtkInteractionImage;vtkPVCommon;vtkPVVTKExtensionsCore;vtkPVClientServerCoreCore;vtkPVServerImplementationCore;vtkPVServerManagerCore;vtkRenderingLIC;vtkRenderingMatplotlib;vtkRenderingParallel;vtkRenderingParallelLIC;vtkRenderingVolumeOpenGL;vtkRenderingVolumeAMR;vtkPVVTKExtensionsRendering;vtkPVVTKExtensionsDefault;vtkViewsCore;vtkViewsContext2D;vtkWebGLExporter;vtkPVClientServerCoreRendering;vtkPVClientServerCoreDefault;vtkPVServerImplementationRendering;vtkPVServerManagerRendering;vtkTestingRendering;vtkPVServerManagerDefault;vtkPVAnimation;vtkPVVTKExtensionsPoints;vtkParallelMPI4Py;vtkRenderingLOD;vtkPVServerManagerApplication;vtkPVCatalyst;vtkWebCore;vtkParaViewWebCore //ADVANCED property for variable: PARAVIEW_DATA_EXCLUDE_FROM_ALL PARAVIEW_DATA_EXCLUDE_FROM_ALL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_DATA_STORE PARAVIEW_DATA_STORE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_ENABLE_COSMOTOOLS PARAVIEW_ENABLE_COSMOTOOLS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_ENABLE_MATPLOTLIB PARAVIEW_ENABLE_MATPLOTLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_ENABLE_SPYPLOT_MARKERS PARAVIEW_ENABLE_SPYPLOT_MARKERS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_ENABLE_VTK_MODULES_AS_NEEDED PARAVIEW_ENABLE_VTK_MODULES_AS_NEEDED-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_ENABLE_WEB PARAVIEW_ENABLE_WEB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_EXTERNAL_PLUGIN_DIRS PARAVIEW_EXTERNAL_PLUGIN_DIRS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_EXTRA_EXTERNAL_PLUGINS PARAVIEW_EXTRA_EXTERNAL_PLUGINS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_FREEZE_PYTHON PARAVIEW_FREEZE_PYTHON-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_INITIALIZE_MPI_ON_CLIENT PARAVIEW_INITIALIZE_MPI_ON_CLIENT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_PLUGIN_LOADER_PATHS PARAVIEW_PLUGIN_LOADER_PATHS-ADVANCED:INTERNAL=1 //Server Manager XMLs PARAVIEW_SERVERMANAGER_XMLS:INTERNAL=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ParaViewCore/ServerManager/SMApplication/Resources/3d_widgets.xml;/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ParaViewCore/ServerManager/SMApplication/Resources/filters.xml;/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ParaViewCore/ServerManager/SMApplication/Resources/internal_writers.xml;/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ParaViewCore/ServerManager/SMApplication/Resources/readers.xml;/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ParaViewCore/ServerManager/SMApplication/Resources/rendering.xml;/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ParaViewCore/ServerManager/SMApplication/Resources/sources.xml;/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ParaViewCore/ServerManager/SMApplication/Resources/utilities.xml;/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ParaViewCore/ServerManager/SMApplication/Resources/views_and_representations.xml;/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ParaViewCore/ServerManager/SMApplication/Resources/writers.xml;/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ParaViewCore/ServerManager/Default/settings.xml;/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ParaViewCore/Animation/animation.xml;/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ParaViewCore/VTKExtensions/Points/points.xml;/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ParaViewCore/ServerManager/SMApplication/Resources/proxies_mpi.xml;/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ParaViewCore/ServerManager/SMApplication/Resources/proxies_opengl1.xml;/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/ParaViewCore/ServerManager/SMApplication/Resources/pythonfilter.xml //ADVANCED property for variable: PARAVIEW_USE_ATP PARAVIEW_USE_ATP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_USE_ICE_T PARAVIEW_USE_ICE_T-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_USE_MPI_SSEND PARAVIEW_USE_MPI_SSEND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_USE_UNIFIED_BINDINGS PARAVIEW_USE_UNIFIED_BINDINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PROTOBUF_DISABLE_COMPILER_WARNINGS PROTOBUF_DISABLE_COMPILER_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PV_TEST_CLEAN_COMMAND PV_TEST_CLEAN_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PV_TEST_CLIENT PV_TEST_CLIENT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PV_TEST_INIT_COMMAND PV_TEST_INIT_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PV_TEST_USE_RANDOM_PORTS PV_TEST_USE_RANDOM_PORTS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_ENABLE_MODULE_mpi4py.MPE PYTHON_ENABLE_MODULE_mpi4py.MPE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_ENABLE_MODULE_mpi4py.MPI PYTHON_ENABLE_MODULE_mpi4py.MPI-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_ENABLE_MODULE_mpi4py.dl PYTHON_ENABLE_MODULE_mpi4py.dl-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_EXECUTABLE PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_EXTRA_LIBS PYTHON_EXTRA_LIBS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_INCLUDE_DIR PYTHON_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_LIBRARY PYTHON_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_MODULE_mpi4py.MPE_BUILD_SHARED PYTHON_MODULE_mpi4py.MPE_BUILD_SHARED-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_MODULE_mpi4py.MPI_BUILD_SHARED PYTHON_MODULE_mpi4py.MPI_BUILD_SHARED-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_MODULE_mpi4py.dl_BUILD_SHARED PYTHON_MODULE_mpi4py.dl_BUILD_SHARED-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_UTIL_LIBRARY PYTHON_UTIL_LIBRARY-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(double) SIZEOF_DOUBLE:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(float) SIZEOF_FLOAT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int) SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(long) SIZEOF_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long long) SIZEOF_LONG_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(off_t) SIZEOF_OFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ptrdiff_t) SIZEOF_PTRDIFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(short) SIZEOF_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(size_t) SIZEOF_SIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ssize_t) SIZEOF_SSIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: uchar unknown SIZEOF_UCHAR:INTERNAL= //CHECK_TYPE_SIZE: sizeof(void *) SIZEOF_VOID_P:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(_Bool) SIZEOF__BOOL:INTERNAL=1 //ADVANCED property for variable: SQTK_CUDA SQTK_CUDA-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SQTK_DEBUG SQTK_DEBUG-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE STDC_HEADERS:INTERNAL=TRUE //Result of TRY_COMPILE SUCCEED:INTERNAL=TRUE //Result of TRY_COMPILE SUCCEED_MAP:INTERNAL=TRUE //Result of TRY_COMPILE SUCCEED_SET:INTERNAL=TRUE //Result of TRY_COMPILE SUPPORT_IP6_COMPILED:INTERNAL=TRUE //ADVANCED property for variable: SURFACELIC_PLUGIN_TESTING SURFACELIC_PLUGIN_TESTING-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE SYSTEM_SCOPE_THREADS:INTERNAL=TRUE //Result of TRY_COMPILE TEST_DIRECT_VFD_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN TEST_DIRECT_VFD_WORKS_RUN:INTERNAL=0 //Performing TEST_LFS_WORKS TEST_LFS_WORKS:INTERNAL=1 //Result of TRY_COMPILE TEST_LFS_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN TEST_LFS_WORKS_RUN:INTERNAL=0 //Result of TRY_COMPILE TIME_WITH_SYS_TIME:INTERNAL=TRUE //ADVANCED property for variable: USE_COMPILER_HIDDEN_VISIBILITY USE_COMPILER_HIDDEN_VISIBILITY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VERDICT_BUILD_DOC VERDICT_BUILD_DOC-ADVANCED:INTERNAL=1 //Build the 2007 Verdict User Manual VERDICT_BUILD_DOC:INTERNAL=OFF //ADVANCED property for variable: VERDICT_ENABLE_TESTING VERDICT_ENABLE_TESTING-ADVANCED:INTERNAL=1 //Should tests of the VERDICT library be built? VERDICT_ENABLE_TESTING:INTERNAL=OFF //ADVANCED property for variable: VERDICT_MANGLE VERDICT_MANGLE-ADVANCED:INTERNAL=1 //Mangle verdict names for inclusion in a larger library? VERDICT_MANGLE:INTERNAL=OFF //A string to prepend to all verdict function names and classes. VERDICT_MANGLE_PREFIX:INTERNAL= //Result of TRY_COMPILE VSNPRINTF_WORKS:INTERNAL=TRUE VTKFTGL_BINARY_DIR:INTERNAL=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/VTK/Utilities/ftgl VTKFTGL_SOURCE_DIR:INTERNAL=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/VTK/Utilities/ftgl //ADVANCED property for variable: VTKOGGTHEORA_DISABLE_ASM VTKOGGTHEORA_DISABLE_ASM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTKOGGTHEORA_DISABLE_FLOAT VTKOGGTHEORA_DISABLE_FLOAT-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int) VTKOGGTHEORA_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int16_t) VTKOGGTHEORA_INT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int32_t) VTKOGGTHEORA_INT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int64_t) VTKOGGTHEORA_INT64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long) VTKOGGTHEORA_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long long) VTKOGGTHEORA_LONG_LONG:INTERNAL=8 //ADVANCED property for variable: VTKOGGTHEORA_SHARED_LINKER_FLAGS VTKOGGTHEORA_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(short) VTKOGGTHEORA_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint16_t) VTKOGGTHEORA_UINT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint32_t) VTKOGGTHEORA_UINT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(u_int16_t) VTKOGGTHEORA_U_INT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(u_int32_t) VTKOGGTHEORA_U_INT32_T:INTERNAL=4 //ADVANCED property for variable: VTK_ALL_NEW_OBJECT_FACTORY VTK_ALL_NEW_OBJECT_FACTORY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_ANDROID_BUILD VTK_ANDROID_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_BUILD_ALL_MODULES VTK_BUILD_ALL_MODULES-ADVANCED:INTERNAL=1 //Directory where python modules will be built VTK_BUILD_PYTHON_MODULE_DIR:INTERNAL=/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/lib/site-packages //Test VTK_CONST_REVERSE_ITERATOR_COMPARISON VTK_CONST_REVERSE_ITERATOR_COMPARISON:INTERNAL=1 //ADVANCED property for variable: VTK_DATA_STORE VTK_DATA_STORE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DEBUG_LEAKS VTK_DEBUG_LEAKS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DISPATCH_AOS_ARRAYS VTK_DISPATCH_AOS_ARRAYS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DISPATCH_SOA_ARRAYS VTK_DISPATCH_SOA_ARRAYS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DISPATCH_TYPED_ARRAYS VTK_DISPATCH_TYPED_ARRAYS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_EGL_DEVICE_INDEX VTK_EGL_DEVICE_INDEX-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_ENABLE_KITS VTK_ENABLE_KITS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_ENABLE_VTKPYTHON VTK_ENABLE_VTKPYTHON-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_EXTRA_COMPILER_WARNINGS VTK_EXTRA_COMPILER_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_FORBID_DOWNLOADS VTK_FORBID_DOWNLOADS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_GLEXT_FILE VTK_GLEXT_FILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_GLXEXT_FILE VTK_GLXEXT_FILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_Imaging VTK_Group_Imaging-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_MPI VTK_Group_MPI-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_ParaViewCore VTK_Group_ParaViewCore-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_ParaViewQt VTK_Group_ParaViewQt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_ParaViewRendering VTK_Group_ParaViewRendering-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_Qt VTK_Group_Qt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_Rendering VTK_Group_Rendering-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_StandAlone VTK_Group_StandAlone-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_Tk VTK_Group_Tk-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_Views VTK_Group_Views-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_Web VTK_Group_Web-ADVANCED:INTERNAL=1 //Have symbol feenableexcept VTK_HAS_FEENABLEEXCEPT:INTERNAL=1 //Have symbol finite VTK_HAS_FINITE:INTERNAL=1 //Have symbol isfinite VTK_HAS_ISFINITE:INTERNAL=1 //Have symbol isinf VTK_HAS_ISINF:INTERNAL=1 //Have symbol isnan VTK_HAS_ISNAN:INTERNAL=1 //Test VTK_HAS_STD_ISFINITE VTK_HAS_STD_ISFINITE:INTERNAL=1 //Test VTK_HAS_STD_ISINF VTK_HAS_STD_ISINF:INTERNAL=1 //Test VTK_HAS_STD_ISNAN VTK_HAS_STD_ISNAN:INTERNAL=1 //Support for getsockname with socklen_t VTK_HAVE_GETSOCKNAME_WITH_SOCKLEN_T:INTERNAL=1 //Have library socket VTK_HAVE_LIBSOCKET:INTERNAL= //Have symbol SO_REUSEADDR VTK_HAVE_SO_REUSEADDR:INTERNAL=1 //For __sync atomic builtins. VTK_HAVE_SYNC_BUILTINS:INTERNAL=1 //VTK modular always ignores BTX VTK_IGNORE_BTX:INTERNAL=ON //ADVANCED property for variable: VTK_IGNORE_GLDRIVER_BUGS VTK_IGNORE_GLDRIVER_BUGS-ADVANCED:INTERNAL=1 //Directory where python modules will be installed VTK_INSTALL_PYTHON_MODULE_DIR:INTERNAL=lib/paraview-5.0/site-packages //ADVANCED property for variable: VTK_IOS_BUILD VTK_IOS_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_LEGACY_REMOVE VTK_LEGACY_REMOVE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_LEGACY_SILENT VTK_LEGACY_SILENT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_LINKER_FATAL_WARNINGS VTK_LINKER_FATAL_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_MAKE_INSTANTIATORS VTK_MAKE_INSTANTIATORS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_MAX_THREADS VTK_MAX_THREADS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_NO_PYTHON_THREADS VTK_NO_PYTHON_THREADS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_OPENGL_HAS_OSMESA VTK_OPENGL_HAS_OSMESA-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_PYTHON_VERSION VTK_PYTHON_VERSION-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_RENDERINGPARALLELLIC_LINEINTEGRALCONVLOLUTION2D_TIMER VTK_RENDERINGPARALLELLIC_LINEINTEGRALCONVLOLUTION2D_TIMER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_RENDERINGPARALLELLIC_SURFACELICPAINTER_TIMER VTK_RENDERINGPARALLELLIC_SURFACELICPAINTER_TIMER-ADVANCED:INTERNAL=1 //STRINGS property for variable: VTK_RENDERING_BACKEND VTK_RENDERING_BACKEND-STRINGS:INTERNAL=OpenGL2;OpenGL;None //ADVANCED property for variable: VTK_REPORT_OPENGL_ERRORS VTK_REPORT_OPENGL_ERRORS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_REPORT_OPENGL_ERRORS_IN_RELEASE_BUILDS VTK_REPORT_OPENGL_ERRORS_IN_RELEASE_BUILDS-ADVANCED:INTERNAL=1 //STRINGS property for variable: VTK_SMP_IMPLEMENTATION_TYPE VTK_SMP_IMPLEMENTATION_TYPE-STRINGS:INTERNAL=Sequential;OpenMP;TBB //Result of TRY_COMPILE VTK_TEST_SYNC_BUILTINS_COMPILED:INTERNAL=TRUE //ADVANCED property for variable: VTK_USE_64BIT_IDS VTK_USE_64BIT_IDS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_CXX11_FEATURES VTK_USE_CXX11_FEATURES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_GCC_VISIBILITY VTK_USE_GCC_VISIBILITY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_LARGE_DATA VTK_USE_LARGE_DATA-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_OFFSCREEN VTK_USE_OFFSCREEN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_OFFSCREEN_EGL VTK_USE_OFFSCREEN_EGL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_AUTOBAHN VTK_USE_SYSTEM_AUTOBAHN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_DIY2 VTK_USE_SYSTEM_DIY2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_EXPAT VTK_USE_SYSTEM_EXPAT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_FREETYPE VTK_USE_SYSTEM_FREETYPE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_GL2PS VTK_USE_SYSTEM_GL2PS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_GLEW VTK_USE_SYSTEM_GLEW-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_HDF5 VTK_USE_SYSTEM_HDF5-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_ICET VTK_USE_SYSTEM_ICET-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_JPEG VTK_USE_SYSTEM_JPEG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_JSONCPP VTK_USE_SYSTEM_JSONCPP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LIBRARIES VTK_USE_SYSTEM_LIBRARIES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LIBXML2 VTK_USE_SYSTEM_LIBXML2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LZ4 VTK_USE_SYSTEM_LZ4-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_MPI4PY VTK_USE_SYSTEM_MPI4PY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_NETCDF VTK_USE_SYSTEM_NETCDF-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_OGGTHEORA VTK_USE_SYSTEM_OGGTHEORA-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_PNG VTK_USE_SYSTEM_PNG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_PROTOBUF VTK_USE_SYSTEM_PROTOBUF-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_PUGIXML VTK_USE_SYSTEM_PUGIXML-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_SIX VTK_USE_SYSTEM_SIX-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_TIFF VTK_USE_SYSTEM_TIFF-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_TWISTED VTK_USE_SYSTEM_TWISTED-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_XDMF2 VTK_USE_SYSTEM_XDMF2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_ZLIB VTK_USE_SYSTEM_ZLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_ZOPE VTK_USE_SYSTEM_ZOPE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_TDX VTK_USE_TDX-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_TK VTK_USE_TK-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_X VTK_USE_X-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_VPIC_USE_MPI VTK_VPIC_USE_MPI-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_WARN_ON_DISPATCH_FAILURE VTK_WARN_ON_DISPATCH_FAILURE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_WGLEXT_FILE VTK_WGLEXT_FILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_WRAP_HINTS VTK_WRAP_HINTS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_WRAP_JAVA VTK_WRAP_JAVA-ADVANCED:INTERNAL=1 //Should VTK Python wrapping be built? VTK_WRAP_PYTHON:INTERNAL=ON //ADVANCED property for variable: VTK_WRAP_TCL VTK_WRAP_TCL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_XDMF_USE_MPI VTK_XDMF_USE_MPI-ADVANCED:INTERNAL=1 //Test Wno-unused-result Wno-unused-result:INTERNAL=1 //ADVANCED property for variable: XDMF_BUILD_MPI XDMF_BUILD_MPI-ADVANCED:INTERNAL=1 //ADVANCED property for variable: XDMF_HAS_NDGM XDMF_HAS_NDGM-ADVANCED:INTERNAL=1 //Whether streams support 64-bit types XDMF_HAVE_64BIT_STREAMS:INTERNAL=1 //ADVANCED property for variable: XDMF_HAVE_FCNTL XDMF_HAVE_FCNTL-ADVANCED:INTERNAL=1 //Have include malloc.h XDMF_HAVE_MALLOC_H:INTERNAL=1 //ADVANCED property for variable: XDMF_HAVE_MMAN XDMF_HAVE_MMAN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: XDMF_HAVE_NETINET XDMF_HAVE_NETINET-ADVANCED:INTERNAL=1 XDMF_REGENERATE_WRAPPERS:INTERNAL=OFF XDMF_REGENERATE_YACCLEX:INTERNAL=OFF //CHECK_TYPE_SIZE: sizeof(char) XDMF_SIZEOF_CHAR:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(double) XDMF_SIZEOF_DOUBLE:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(float) XDMF_SIZEOF_FLOAT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int) XDMF_SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(long) XDMF_SIZEOF_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(short) XDMF_SIZEOF_SHORT:INTERNAL=2 //ADVANCED property for variable: XDMF_USE_BZIP2 XDMF_USE_BZIP2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: XDMF_USE_GZIP XDMF_USE_GZIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: XDMF_USE_MYSQL XDMF_USE_MYSQL-ADVANCED:INTERNAL=1 XDMF_WRAP_CSHARP:INTERNAL=OFF XDMF_WRAP_PYTHON:INTERNAL=OFF XDMF_WRAP_TCL:INTERNAL=OFF //Have include unistd.h Z_HAVE_UNISTD_H:INTERNAL=1 //ParaView has been configured __paraview_configured:INTERNAL=TRUE protobut_determine_hash_namespace_done:INTERNAL=TRUE protobut_pthread_test_done:INTERNAL=TRUE pthread_test_result:INTERNAL=PTHREAD_CREATE_JOINABLE -------------- next part -------------- A non-text attachment was scrubbed... Name: cone_clip.py Type: text/x-python Size: 1821 bytes Desc: not available URL: From nenadus at gmail.com Tue Apr 4 06:05:34 2017 From: nenadus at gmail.com (Nenad Vujicic) Date: Tue, 4 Apr 2017 12:05:34 +0200 Subject: [Paraview] ParaView v5.2 problems with PLY files with point clouds In-Reply-To: References: Message-ID: Cory, Thank you for response. Bil has already solved it (crashing problem, on January 25th, 2017) and pushed it to repository, so it became part of ParaView v5.3.0 release. Thanks, Nenad. On Tue, Apr 4, 2017 at 2:44 AM, Cory Quammen wrote: > Nenad, > > Sorry, this has been sitting in my inbox for a while now. > > I tried reading the PLY file you cited [1] with ParaView 5.3. It seems > to read the points just fine. > > What might be confusing is that since there is no cell data, the > points are not rendered in the default "Surface" representation. In > the Properties panel, set the "Representation" type to 3D Glyphs, the > Glyph Type to Sphere, and the Radius to 0.05. You'll see the points as > pictured in the attached image. > > HTH, > Cory > > [1] https://courses.cs.washington.edu/courses/cse558/01sp/ > software/scanalyze/points.html > > On Mon, Jan 16, 2017 at 9:20 AM, Nenad Vujicic wrote: > > Hello everyone, > > > > I found several PLY files which crashed my ParaView based application. I > > inspected vtkPLYReader.cxx and found (Ln 128-140) that it doesn't even > > support loading PLY files with points. > > > > Example of such PLY file: > > https://courses.cs.washington.edu/courses/cse558/01sp/ > software/scanalyze/points.html > > Example of software which successfully opens such PLY file: CloudCompare > - > > http://www.danielgm.net/cc/ > > > > Do you maybe have in plan adding support for such PLY files? Has someone > > perhaps already implemented such feature and is willing to share it? > > > > Thanks in advance, > > Nenad. > > > > _______________________________________________ > > Powered by www.kitware.com > > > > Visit other Kitware open-source projects at > > http://www.kitware.com/opensource/opensource.html > > > > Please keep messages on-topic and check the ParaView Wiki at: > > http://paraview.org/Wiki/ParaView > > > > Search the list archives at: http://markmail.org/search/?q=ParaView > > > > Follow this link to subscribe/unsubscribe: > > http://public.kitware.com/mailman/listinfo/paraview > > > > > > -- > Cory Quammen > Staff R&D Engineer > Kitware, Inc. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bruce.david.jones at gmail.com Tue Apr 4 08:32:47 2017 From: bruce.david.jones at gmail.com (Bruce Jones) Date: Tue, 04 Apr 2017 12:32:47 +0000 Subject: [Paraview] Point Gaussian Radius Message-ID: When using Point Gaussian for a large number of points, with an unsuitably large Gaussian radius, ParaView becomes unresponsive for a long time before it finally renders. In ParaView <=5.2, this was a fairly minor annoyance, the default Gaussian radius was always too high, but you could set the Gaussian radius to a suitable value before changing to point Gaussian. However, in ParaView 5.3 it is not possible to change the Gaussian radius before switching modes. With the default so high we are left waiting a long time before we are able to do anything again. My suggestion here is to either revert the behaviour back to 5.2, where the Gaussian radius could be specified before changing modes. Or (better), set the default to 0, which still renders the points, but without the massive lag time. Regards, Bruce -------------- next part -------------- An HTML attachment was scrubbed... URL: From jkulesza at umich.edu Tue Apr 4 09:20:22 2017 From: jkulesza at umich.edu (Joel Kulesza) Date: Tue, 4 Apr 2017 07:20:22 -0600 Subject: [Paraview] 2D Plot Log Warning Toggle Inquiry Message-ID: Colleagues, Is there any ETA for incorporating this, or similar, functionality to disable the log warning when zero/negative values are encountered? https://gitlab.kitware.com/paraview/paraview/merge_requests/827 Please contact me with any comments, questions, or concerns. Thank you, Joel Joel A. Kulesza, P.E.Ph.D. Candidate / Graduate Student Researcher University of Michigan, College of EngineeringNuclear Engineering & Radiological Sciences Dept.2355 Bonisteel Boulevard Ann Arbor, MI 48109-2104, USAMobile: +1 (734) 223-7312 <(734)%20223-7312>Email: jkulesza at umich.eduHome Page: http://www.engin.umich.edu/ners/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Tue Apr 4 10:42:03 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Tue, 4 Apr 2017 10:42:03 -0400 Subject: [Paraview] Point Gaussian Radius In-Reply-To: References: Message-ID: Bruce, Thanks for the report, and sorry for the inconvenience. Cleaning up the Point Gaussian representation is being tracked in an issue here: https://gitlab.kitware.com/paraview/paraview/issues/17000 Best, Cory On Tue, Apr 4, 2017 at 8:32 AM, Bruce Jones wrote: > When using Point Gaussian for a large number of points, with an unsuitably > large Gaussian radius, ParaView becomes unresponsive for a long time before > it finally renders. In ParaView <=5.2, this was a fairly minor annoyance, > the default Gaussian radius was always too high, but you could set the > Gaussian radius to a suitable value before changing to point Gaussian. > However, in ParaView 5.3 it is not possible to change the Gaussian radius > before switching modes. With the default so high we are left waiting a long > time before we are able to do anything again. > > My suggestion here is to either revert the behaviour back to 5.2, where the > Gaussian radius could be specified before changing modes. Or (better), set > the default to 0, which still renders the points, but without the massive > lag time. > > Regards, > Bruce > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From Jutta.Dreer at lrz.de Tue Apr 4 12:01:08 2017 From: Jutta.Dreer at lrz.de (Dreer, Jutta) Date: Tue, 4 Apr 2017 16:01:08 +0000 Subject: [Paraview] Camera offset in Cave (ParaView 5.2.0) Message-ID: Dear ParaView experts, I managed to get ParaView 5.2.0 running in our Cave. I connect a cluster of servers, load the VR plugin, connect VRPN and start tracking. Then I load one of the geometric primitives like a cube and I am glad to say that I see the object moving when moving the glasses, so head tracking is working in principle. I can move or rotate the object with a wand, and it's even moving and turning in the correct direction (Yippee !!). Now here's the problem: it seems to me that I have an offset of the viewer's position of several meters in the positive z direction (backward). The left and right movements of the object on the projection wall somehow correspond to the movement of the head position, but they seem to belong to a much longer distance between viewer and object. The VR module's window is showing values for a camera position which is several meters from the origin of the Cave (VRPN will give measurements in meters), although the viewer is in fact near to the origin (in the middle of the Cave). How can I avoid to add an offset to the Camera and just take plain VRPN values for head position? I am not very experienced with ParaView, sorry if this should be trivial. Any help is welcome. Thanks in advance. Best Regards Jutta Dreer Leibniz Supercomputing Centre, Munich, Germany Jutta.Dreer at lrz.de -------------- next part -------------- An HTML attachment was scrubbed... URL: From chrisneal at snumerics.com Tue Apr 4 12:15:12 2017 From: chrisneal at snumerics.com (Christopher Neal) Date: Tue, 4 Apr 2017 12:15:12 -0400 Subject: [Paraview] ParaView 5 Crashes on macOS (Sierra) In-Reply-To: References: <377360A2-FDC6-4612-A3A6-D1C247083BF8@pointwise.com> Message-ID: Not sure if it is a general Gmsh reader, but there is a merge request pending that claims to introduce a reader. https://gitlab.kitware.com/paraview/paraview/merge_requests/1453 On Mon, Apr 3, 2017 at 3:39 PM, Cory Quammen wrote: > Zach, > > Thanks for trying it out! I'm glad to hear it is fixed. > > To my knowledge, ParaView does not read Gmsh files directly. Apparently, > you can save out VTK files from Gmsh that can be read into ParaView: > > https://www.cfd-online.com/Forums/openfoam-meshing-open/ > 139538-rendering-gmsh-files-paraview.html > > Cory > > On Mon, Apr 3, 2017 at 3:27 PM, Zach Davis wrote: > >> Hi Cory, >> >> This build works for me. I don?t have the crashing issue as before. On >> a completely unrelated note since I?m replying to the entire mailing list, >> is there a way to view mesh files in the Gmsh format using ParaView? >> >> Best Regards, >> >> [image: Pointwise, Inc.] >> Zach Davis >> Pointwise?, Inc. >> Sr. Engineer, Sales & Marketing >> 213 South Jennings Avenue >> Fort Worth, TX 76104-1107 >> >> *E*: zach.davis at pointwise.com >> *P*: (817) 377-2807 x1202 <(817)%20377-2807> >> *F*: (817) 377-2799 >> >> >> >> On Apr 3, 2017, at 2:07 PM, Cory Quammen >> wrote: >> >> Zach, >> >> Would you mind trying this nightly build of ParaView? >> >> http://www.paraview.org/paraview-downloads/download.php? >> submit=Download&version=nightly&type=all&os=all&downloadFile >> =ParaView-5.3.0-219-g24f5a44-Qt5-OpenGL2-MPI-OSX10.8-64bit.dmg >> >> I recently merged a change that should hopefully fix this crash. >> >> Thanks, >> Cory >> >> On Tue, Mar 21, 2017 at 2:09 PM, Cory Quammen >> wrote: >> >>> Zach, >>> >>> Thanks for the information. >>> >>> I mounted an SMB volume on my machine and did not get a crash when >>> opening a file in ParaView 5.3.0. That leaves NFS as causing some unhandled >>> condition in the code pointed out by your error report. >>> >>> I'll file a bug report and investigate for 5.4.0. >>> >>> https://gitlab.kitware.com/paraview/paraview/issues/17310 >>> >>> Thanks, >>> Cory >>> >>> On Tue, Mar 21, 2017 at 1:36 PM, Zach Davis >>> wrote: >>> >>>> Hi Cory, >>>> >>>> I have three SMB volumes and one NFS volume mounted at >>>> /Users/zdavis/Shares using Autofs. As an aside, I have been able to revert >>>> to using ParaView 4.4.0, but obviously don?t want to be stuck on this >>>> version forever if it can be avoided. >>>> >>>> Best Regards, >>>> >>>> >>>> [image: Pointwise, Inc.] >>>> Zach Davis >>>> Pointwise?, Inc. >>>> Sr. Engineer, Sales & Marketing >>>> 213 South Jennings Avenue >>>> Fort Worth, TX 76104-1107 >>>> >>>> *E*: zach.davis at pointwise.com >>>> *P*: (817) 377-2807 x1202 <(817)%20377-2807> >>>> *F*: (817) 377-2799 >>>> >>>> >>>> >>>> >>>> On Mar 21, 2017, at 12:30 PM, Cory Quammen >>>> wrote: >>>> >>>> Hi Zach, >>>> >>>> Someone else on this mailing list recently reported a similar crash. Do >>>> you have any unusual file systems mounted on the Mac in question? That will >>>> help debug the problem. >>>> >>>> Thanks, >>>> Cory >>>> >>>> On Tue, Mar 21, 2017 at 1:22 PM, Zach Davis w >>>> rote: >>>> >>>>> Tuesday, 21 March 2017 >>>>> >>>>> >>>>> >>>>> All, >>>>> >>>>> I?ve been having issues with ParaView version 5 builds since their >>>>> release. I?ve tried each new release as its announced, but run into the >>>>> same issue. The application can be opened, but anytime I attempt to open a >>>>> file the application crashes before even displaying the Open/Save dialog >>>>> window. The termination signal is a Segmentation fault of type 11. I?ve >>>>> attached the crash report for anyone more knowledgeable about what the >>>>> issue is. Has anyone else experienced this issue? Is there a workaround? >>>>> >>>>> Best Regards, >>>>> >>>>> >>>>> >>>>> [image: Pointwise, Inc.] >>>>> Zach Davis >>>>> Pointwise?, Inc. >>>>> Sr. Engineer, Sales & Marketing >>>>> 213 South Jennings Avenue >>>>> Fort Worth, TX 76104-1107 >>>>> >>>>> *E*: zach.davis at pointwise.com >>>>> *P*: (817) 377-2807 x1202 <(817)%20377-2807> >>>>> *F*: (817) 377-2799 >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> enc >>>>> >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Powered by www.kitware.com >>>>> >>>>> Visit other Kitware open-source projects at >>>>> http://www.kitware.com/opensource/opensource.html >>>>> >>>>> Please keep messages on-topic and check the ParaView Wiki at: >>>>> http://paraview.org/Wiki/ParaView >>>>> >>>>> Search the list archives at: http://markmail.org/search/?q=ParaView >>>>> >>>>> Follow this link to subscribe/unsubscribe: >>>>> http://public.kitware.com/mailman/listinfo/paraview >>>>> >>>>> >>>> >>>> >>>> -- >>>> Cory Quammen >>>> Staff R&D Engineer >>>> Kitware, Inc. >>>> >>>> >>>> >>> >>> >>> -- >>> Cory Quammen >>> Staff R&D Engineer >>> Kitware, Inc. >>> >> >> >> >> -- >> Cory Quammen >> Staff R&D Engineer >> Kitware, Inc. >> >> >> > > > -- > Cory Quammen > Staff R&D Engineer > Kitware, Inc. > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > -- Christopher Neal Research Engineer Streamline Numerics, Inc. https://www.snumerics.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From joachim.pouderoux at kitware.com Tue Apr 4 13:38:01 2017 From: joachim.pouderoux at kitware.com (Joachim Pouderoux) Date: Tue, 4 Apr 2017 13:38:01 -0400 Subject: [Paraview] Problems with writing VTK in MPI In-Reply-To: References: Message-ID: Jose, It looks like the file for time step 50 is incomplete: there is less values than expected. See, the files correspond to same mesh, only the "roh" point array is different but file t50 is more than 6MB smaller than t0 which is not correct as data is written in binary but not compressed. So I guess there is a bug in your writing procedure but it is not possible to tell more without analysing its source code. Best regards, *Joachim Pouderoux*, PhD *Technical Expert - Scientific Computing Team* *Kitware SAS * 2017-03-29 16:31 GMT-04:00 Jos? Luis L?pez L?pez < jlopezfisica at ciencias.unam.mx>: > Hi! Paraviewers, > > We are having problems with the output VTK files when running a Lattice > Boltzmann simulation in parallel with MPI. I am not sure what could be the > problem. The thing is that when executing the program in the front end > there is no problem, however when sending sbatch with 64 processors the > files most of the time do not write correctly. I am attaching a file and > maybe you can guide me to solve the issue, > > warmly, > Jose > > > The files have square part that should not be there, > ? > rho1_t.50.vtk > > ?? > rho1_t.0.vtk > > ? > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From utkarsh.ayachit at kitware.com Tue Apr 4 20:26:17 2017 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Tue, 4 Apr 2017 20:26:17 -0400 Subject: [Paraview] pvpython script fails on Paraview 5.0.1 In-Reply-To: References: Message-ID: Bishwajit, Just remove the "SetScaleArray" invocation from your script to over this issue. I suspect you're building the GUI with VTK_RENDERING_BACKEND cmake variable set to OpenGL2, while with 5.0.1, it may be defaulting to OpenGL, as a result your Mesa build is using legacy OpenGL backend. This is causing mismatch in available parameters of the representations. Utkarsh On Mon, Apr 3, 2017 at 9:37 PM, Bishwajit Dutta wrote: > > Dear > All, > > I have compiled Paraview 5.0.1 on ubuntu with mesa libs to run it on CPU. > Also I generated a simple pvpython script from Paraview 5.0.1 GUI on my > windows machine (attached) and the script runs fine there. > However this script fails with my mesa compiled pvpython. > > =============error logs=============== > Traceback (most recent call last): > File "cone_clip.py", line 19, in > cone1Display.SetScaleArray = [None, ''] > File > "/home/bd/gohan_mount/bdutta/PARAVIEW/PV_Vignesh/bd_build_mesa/lib/site-packages/paraview/servermanager.py", > line 307, in __setattr__ > "to add this attribute.") > AttributeError: Attribute SetScaleArray does not exist. This class does not > allow addition of new attributes to avoid mistakes due to typos. Use > add_attribute() if you really want to add this attribute. > ============================= > > I have built the Paraview with the following options (CMakeCache.txt > attached): > cmake ../ -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release > -DPARAVIEW_ENABLE_CATALYST=ON -DPARAVIEW_ENABLE_PYTHON=ON > -DPYTHON_LIBRARY=$PYTHON_LIBRARY -DPYTHON_INCLUDE_DIR=$PYTHON_INCLUDE_DIR > -DPARAVIEW_USE_MPI=ON -DMPI_HEADER_PATH=$MPI_HEADER_PATH > -DCMAKE_INSTALL_PREFIX=$BD_INSTALL_PATH -DPARAVIEW_BUILD_QT_GUI=OFF > -DVTK_USE_X=OFF -DOPENGL_INCLUDE_DIR=$BD_INSTALL_PATH/include > -DOPENGL_gl_LIBRARY=$BD_INSTALL_PATH/lib/libOSMesa.so > -DOPENGL_glu_LIBRARY=$BD_INSTALL_PATH/lib/libGLU.so > -DVTK_OPENGL_HAS_OSMESA=ON -DOSMESA_INCLUDE_DIR=$BD_INSTALL_PATH/include > -DOSMESA_LIBRARY=$BD_INSTALL_PATH/lib/libOSMesa.so > > Do I need to pass some extra parameters while building and if so what are > they? All my GUI generated scripts seem to fail with similar errors. > > Thanks in advance for guidance. > > BR, > Bishwajit (Bish) Dutta > CpE - Grad Student > Virginia Tech > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > From rustem.khabetdinov at gmail.com Wed Apr 5 07:02:35 2017 From: rustem.khabetdinov at gmail.com (Rustem Khabetdinov) Date: Wed, 5 Apr 2017 14:02:35 +0300 Subject: [Paraview] ParaView crashes when adding new filter Message-ID: Hello, I found a bug when adding new filter to collapsed sources. https://gitlab.kitware.com/paraview/paraview/issues/17357 This bug also happens in 5.3. Best Regards, Rustem -------------- next part -------------- An HTML attachment was scrubbed... URL: From utkarsh.ayachit at kitware.com Wed Apr 5 23:50:08 2017 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Wed, 5 Apr 2017 23:50:08 -0400 Subject: [Paraview] 2D Plot Log Warning Toggle Inquiry In-Reply-To: References: Message-ID: It got dropped off the radar. We hope to have it merged in in time for 5.4 release. Utkarsh On Tue, Apr 4, 2017 at 9:20 AM, Joel Kulesza wrote: > Colleagues, > > Is there any ETA for incorporating this, or similar, functionality to > disable the log warning when zero/negative values are encountered? > > https://gitlab.kitware.com/paraview/paraview/merge_requests/827 > > Please contact me with any comments, questions, or concerns. > > Thank you, > Joel > > Joel A. Kulesza, P.E.Ph.D. Candidate / Graduate Student Researcher > University of Michigan, College of EngineeringNuclear Engineering & > Radiological Sciences Dept.2355 Bonisteel Boulevard > Ann Arbor, MI 48109-2104, USAMobile: +1 (734) 223-7312 <(734)%20223-7312>Email: > jkulesza at umich.eduHome Page: http://www.engin.umich.edu/ners/ > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From joachim.pouderoux at kitware.com Thu Apr 6 12:07:51 2017 From: joachim.pouderoux at kitware.com (Joachim Pouderoux) Date: Thu, 6 Apr 2017 12:07:51 -0400 Subject: [Paraview] ParaView 5 Crashes on macOS (Sierra) In-Reply-To: References: <377360A2-FDC6-4612-A3A6-D1C247083BF8@pointwise.com> Message-ID: Hi, We are indeed working on the integration of a third party plugin to read Gmsh data into ParaView. Please take a look here to know more about this plugin. Best, *Joachim Pouderoux*, PhD *Technical Expert - Scientific Computing Team* *Kitware SAS * 2017-04-04 12:15 GMT-04:00 Christopher Neal : > Not sure if it is a general Gmsh reader, but there is a merge request > pending that claims to introduce a reader. > > https://gitlab.kitware.com/paraview/paraview/merge_requests/1453 > > > > On Mon, Apr 3, 2017 at 3:39 PM, Cory Quammen > wrote: > >> Zach, >> >> Thanks for trying it out! I'm glad to hear it is fixed. >> >> To my knowledge, ParaView does not read Gmsh files directly. Apparently, >> you can save out VTK files from Gmsh that can be read into ParaView: >> >> https://www.cfd-online.com/Forums/openfoam-meshing-open/1395 >> 38-rendering-gmsh-files-paraview.html >> >> Cory >> >> On Mon, Apr 3, 2017 at 3:27 PM, Zach Davis wrote: >> >>> Hi Cory, >>> >>> This build works for me. I don?t have the crashing issue as before. On >>> a completely unrelated note since I?m replying to the entire mailing list, >>> is there a way to view mesh files in the Gmsh format using ParaView? >>> >>> Best Regards, >>> >>> [image: Pointwise, Inc.] >>> Zach Davis >>> Pointwise?, Inc. >>> Sr. Engineer, Sales & Marketing >>> 213 South Jennings Avenue >>> Fort Worth, TX 76104-1107 >>> >>> *E*: zach.davis at pointwise.com >>> *P*: (817) 377-2807 x1202 <(817)%20377-2807> >>> *F*: (817) 377-2799 >>> >>> >>> >>> On Apr 3, 2017, at 2:07 PM, Cory Quammen >>> wrote: >>> >>> Zach, >>> >>> Would you mind trying this nightly build of ParaView? >>> >>> http://www.paraview.org/paraview-downloads/download.php?subm >>> it=Download&version=nightly&type=all&os=all&downloadFile= >>> ParaView-5.3.0-219-g24f5a44-Qt5-OpenGL2-MPI-OSX10.8-64bit.dmg >>> >>> I recently merged a change that should hopefully fix this crash. >>> >>> Thanks, >>> Cory >>> >>> On Tue, Mar 21, 2017 at 2:09 PM, Cory Quammen >>> wrote: >>> >>>> Zach, >>>> >>>> Thanks for the information. >>>> >>>> I mounted an SMB volume on my machine and did not get a crash when >>>> opening a file in ParaView 5.3.0. That leaves NFS as causing some unhandled >>>> condition in the code pointed out by your error report. >>>> >>>> I'll file a bug report and investigate for 5.4.0. >>>> >>>> https://gitlab.kitware.com/paraview/paraview/issues/17310 >>>> >>>> Thanks, >>>> Cory >>>> >>>> On Tue, Mar 21, 2017 at 1:36 PM, Zach Davis >>>> wrote: >>>> >>>>> Hi Cory, >>>>> >>>>> I have three SMB volumes and one NFS volume mounted at >>>>> /Users/zdavis/Shares using Autofs. As an aside, I have been able to revert >>>>> to using ParaView 4.4.0, but obviously don?t want to be stuck on this >>>>> version forever if it can be avoided. >>>>> >>>>> Best Regards, >>>>> >>>>> >>>>> [image: Pointwise, Inc.] >>>>> Zach Davis >>>>> Pointwise?, Inc. >>>>> Sr. Engineer, Sales & Marketing >>>>> 213 South Jennings Avenue >>>>> Fort Worth, TX 76104-1107 >>>>> >>>>> *E*: zach.davis at pointwise.com >>>>> *P*: (817) 377-2807 x1202 <(817)%20377-2807> >>>>> *F*: (817) 377-2799 >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> On Mar 21, 2017, at 12:30 PM, Cory Quammen >>>>> wrote: >>>>> >>>>> Hi Zach, >>>>> >>>>> Someone else on this mailing list recently reported a similar crash. >>>>> Do you have any unusual file systems mounted on the Mac in question? That >>>>> will help debug the problem. >>>>> >>>>> Thanks, >>>>> Cory >>>>> >>>>> On Tue, Mar 21, 2017 at 1:22 PM, Zach Davis w >>>>> rote: >>>>> >>>>>> Tuesday, 21 March 2017 >>>>>> >>>>>> >>>>>> >>>>>> All, >>>>>> >>>>>> I?ve been having issues with ParaView version 5 builds since their >>>>>> release. I?ve tried each new release as its announced, but run into the >>>>>> same issue. The application can be opened, but anytime I attempt to open a >>>>>> file the application crashes before even displaying the Open/Save dialog >>>>>> window. The termination signal is a Segmentation fault of type 11. I?ve >>>>>> attached the crash report for anyone more knowledgeable about what the >>>>>> issue is. Has anyone else experienced this issue? Is there a workaround? >>>>>> >>>>>> Best Regards, >>>>>> >>>>>> >>>>>> >>>>>> [image: Pointwise, Inc.] >>>>>> Zach Davis >>>>>> Pointwise?, Inc. >>>>>> Sr. Engineer, Sales & Marketing >>>>>> 213 South Jennings Avenue >>>>>> Fort Worth, TX 76104-1107 >>>>>> >>>>>> *E*: zach.davis at pointwise.com >>>>>> *P*: (817) 377-2807 x1202 <(817)%20377-2807> >>>>>> *F*: (817) 377-2799 >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> enc >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Powered by www.kitware.com >>>>>> >>>>>> Visit other Kitware open-source projects at >>>>>> http://www.kitware.com/opensource/opensource.html >>>>>> >>>>>> Please keep messages on-topic and check the ParaView Wiki at: >>>>>> http://paraview.org/Wiki/ParaView >>>>>> >>>>>> Search the list archives at: http://markmail.org/search/?q=ParaView >>>>>> >>>>>> Follow this link to subscribe/unsubscribe: >>>>>> http://public.kitware.com/mailman/listinfo/paraview >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Cory Quammen >>>>> Staff R&D Engineer >>>>> Kitware, Inc. >>>>> >>>>> >>>>> >>>> >>>> >>>> -- >>>> Cory Quammen >>>> Staff R&D Engineer >>>> Kitware, Inc. >>>> >>> >>> >>> >>> -- >>> Cory Quammen >>> Staff R&D Engineer >>> Kitware, Inc. >>> >>> >>> >> >> >> -- >> Cory Quammen >> Staff R&D Engineer >> Kitware, Inc. >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> >> > > > -- > Christopher Neal > Research Engineer > Streamline Numerics, Inc. > https://www.snumerics.com/ > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rdjamis at sandia.gov Thu Apr 6 19:22:11 2017 From: rdjamis at sandia.gov (Jamison, Ryan Dale) Date: Thu, 6 Apr 2017 23:22:11 +0000 Subject: [Paraview] RescaleTransferFunctionToDataRange Doesn't Seem to Work in Python Script Message-ID: <81F17C36-54F4-4AEA-93F1-7569E89A7172@sandia.gov> Hello Everyone, I?m trying to use RescaleTransferFunctionToDataRange to scale my data range in a python script. When I run a trace and use the ?Rescale to Data Range? button, the trace echoes the RescaleTransferFunctionToDataRange command. When I run that same command fro the Python Shell or when using pvpython, the command doesn?t work (i.e. the range is not changed). Now, if I use the builtin Python Shell and run the commands, nothing happens when the commands are run. But, if I run the commands and then move the model at all, the command then works. It seems to me that though the command was issued, it wasn?t executed until I moved the model. Question is, how do I get this same behavior when I run in batch mode (pvpython)? I?ve attached an example. The image (image.png) produced is in the correct orientation but the max and min values for the stress_xx labels are incorrect. The correct max is 58.07 and the min is -18.85. I?d appreciate any help! This is the command I?m running: /Applications/ParaView.app/Contents/bin/pvpython script.py This example was generated on OS X 10.11.6 using ParaView 5.3.0. I get the same behavior on Linux 5.3.0 too! Thanks, Ryan -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 45095 bytes Desc: image.png URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: script.py Type: text/x-python-script Size: 3415 bytes Desc: script.py URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: concentric_cylinders.e Type: application/octet-stream Size: 151508 bytes Desc: concentric_cylinders.e URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: From utkarsh.ayachit at kitware.com Thu Apr 6 23:31:42 2017 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Thu, 6 Apr 2017 23:31:42 -0400 Subject: [Paraview] RescaleTransferFunctionToDataRange Doesn't Seem to Work in Python Script In-Reply-To: <81F17C36-54F4-4AEA-93F1-7569E89A7172@sandia.gov> References: <81F17C36-54F4-4AEA-93F1-7569E89A7172@sandia.gov> Message-ID: Ryan, Try this: before calling *RescaleTransferFunctionToDataRange*, call *UpdatePipeline() *or *UpdatePipeline(proxy=concentric_cylinderse)*. As you change properties on the reader, the reader won't rexecute/update until the data is rendered on *UpdatePipeline* is called. Unless the reader updates, you won't have updated array ranges etc. As a result when you call *RescaleTransferFunctionToDataRange* which uses current data ranges, it ends up using the ranges from the most resent update -- which probably happened in *Show()*. Utkarsh On Thu, Apr 6, 2017 at 7:22 PM, Jamison, Ryan Dale wrote: > Hello Everyone, > > I?m trying to use RescaleTransferFunctionToDataRange to scale my data > range in a python script. When I run a trace and use the ?Rescale to Data > Range? button, the trace echoes the RescaleTransferFunctionToDataRange > command. When I run that same command fro the Python Shell or when using > pvpython, the command doesn?t work (i.e. the range is not changed). > > Now, if I use the builtin Python Shell and run the commands, nothing > happens when the commands are run. But, if I run the commands and then move > the model at all, the command then works. It seems to me that though the > command was issued, it wasn?t executed until I moved the model. > > Question is, how do I get this same behavior when I run in batch mode > (pvpython)? I?ve attached an example. The image (image.png) produced is in > the correct orientation but the max and min values for the stress_xx labels > are incorrect. The correct max is 58.07 and the min is -18.85. I?d > appreciate any help! > > This is the command I?m running: > > /Applications/ParaView.app/Contents/bin/pvpython script.py > > This example was generated on OS X 10.11.6 using ParaView 5.3.0. I get the > same behavior on Linux 5.3.0 too! > > Thanks, Ryan > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From florian.hoffmann at inutech.de Fri Apr 7 12:30:11 2017 From: florian.hoffmann at inutech.de (Florian Hoffmann) Date: Fri, 7 Apr 2017 18:30:11 +0200 Subject: [Paraview] [SuperBuild] Docker ? Message-ID: <931665d1-8ded-b5fe-c390-db10591273ad@inutech.de> hello everyone, does anybody out there would like to share some experience with a recent ParaView Superbuild (>=version 5.2) with *Docker* ? - Suggestions/recommendations for existing Dockerfiles ? - Suggestions for settings like: Qt version, Mesa3D vs. OpenGL, ... ? Thanks a lot. Best regards, Florian -------------- next part -------------- An HTML attachment was scrubbed... URL: From frank0734 at gmail.com Sat Apr 8 16:08:28 2017 From: frank0734 at gmail.com (Liang Wang) Date: Sat, 8 Apr 2017 16:08:28 -0400 Subject: [Paraview] Python: How to change the location and size of orientation axes? Message-ID: >From http://public.kitware.com/pipermail/paraview/2010-July/018081.html it was not possible back then to change the size of orientation axes. Is it possible now, hopefully through Python, too? -------------- next part -------------- An HTML attachment was scrubbed... URL: From frank0734 at gmail.com Sat Apr 8 19:46:40 2017 From: frank0734 at gmail.com (Liang Wang) Date: Sat, 8 Apr 2017 19:46:40 -0400 Subject: [Paraview] Python: How to change the location and size of orientation axes? In-Reply-To: References: Message-ID: I figured out a way by using the vtkAxesActor class directly. An example script: from paraview.simple import * paraview.simple._DisableFirstRenderCameraReset() renderView1 = GetActiveViewOrCreate('RenderView') sphere1 = Sphere() sphere1.Radius = 1.0 sphere1Display = Show(sphere1, renderView1) sphere1Display.SetRepresentationType('Outline') import vtk renderer = renderView1.GetRenderer() axes = vtk.vtkAxesActor() #axes.SetAxisLabels(0) # 0/1 to turn off/on axis labels transform = vtk.vtkTransform() transform.Translate(-1.0, -1.0, -1.0) transform.Scale(0.75, 0.75, 0.75) axes.SetUserTransform(transform) tprop = vtk.vtkTextProperty() #tprop.SetFontSize(6) # seems to be overriden by vtkCaptionActor2D tprop.SetBold(1) tprop.SetItalic(0) tprop.SetColor(1.0, 1.0, 1.0) tprop.SetOpacity(1.0) tprop.SetFontFamilyToTimes() for label in [ axes.GetXAxisCaptionActor2D(), axes.GetYAxisCaptionActor2D(), axes.GetZAxisCaptionActor2D(), ]: # set Positoin2 label.SetWidth(label.GetWidth() * 0.5) label.SetHeight(label.GetHeight() * 0.5) label.SetCaptionTextProperty(tprop) renderer.AddActor(axes) Interact() On Sat, Apr 8, 2017 at 4:08 PM, Liang Wang wrote: > From http://public.kitware.com/pipermail/paraview/2010-July/018081.html > it was not possible back then to change the size of orientation axes. > > Is it possible now, hopefully through Python, too? > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot_2017-04-08_19-45-18.png Type: image/png Size: 9733 bytes Desc: not available URL: From frank0734 at gmail.com Sat Apr 8 22:05:08 2017 From: frank0734 at gmail.com (Liang Wang) Date: Sat, 8 Apr 2017 22:05:08 -0400 Subject: [Paraview] Python: How to change the location and size of orientation axes? In-Reply-To: References: Message-ID: It turned out using the vtkPVAxesWidget might be more appropriate because it is attached to a fixed renderer thus does not rotate when you rotate your main renderer. However, I still do not know how to set the location and size of the resulting orientation axes more accurately. Maybe it is because the resulting renderer always zoom to match the dimension of the resulting orientation axes? from paraview.simple import * paraview.simple._DisableFirstRenderCameraReset() renderView1 = GetActiveViewOrCreate('RenderView') sphere1 = Sphere() sphere1.Radius = 1.0 sphere1Display = Show(sphere1, renderView1) sphere1Display.SetRepresentationType('Outline') renderer = renderView1.GetRenderer() renderView1.OrientationAxesVisibility = 0 import vtk a = vtk.vtkPVAxesWidget() a.SetParentRenderer(renderer) a.SetViewport(0, 0, 0.4, 0.4) # default is (0, 0, 0.25, 0.25) r = a.GetRenderer() aa = a.GetAxesActor() # vtkPVAxesActor #aa.SetOrigin(-5.0, -5.0, -5.0) # not working #aa.SetPosition(-5.0, -5.0, -5.0) # not working #aa.SetScale(2.0, 2.0, 2.0) # not working #aa.SetShaftTypeToCylinder() #aa.SetCylinderRadius(aa.GetCylinderRadius()*2.0) #aa.SetConeRadius(aa.GetConeRadius()*2.0) Interact() On Sat, Apr 8, 2017 at 7:46 PM, Liang Wang wrote: > I figured out a way by using the vtkAxesActor class directly. > > An example script: > > from paraview.simple import * > paraview.simple._DisableFirstRenderCameraReset() > > renderView1 = GetActiveViewOrCreate('RenderView') > > sphere1 = Sphere() > sphere1.Radius = 1.0 > sphere1Display = Show(sphere1, renderView1) > sphere1Display.SetRepresentationType('Outline') > > import vtk > renderer = renderView1.GetRenderer() > axes = vtk.vtkAxesActor() > > #axes.SetAxisLabels(0) # 0/1 to turn off/on axis labels > > transform = vtk.vtkTransform() > transform.Translate(-1.0, -1.0, -1.0) > transform.Scale(0.75, 0.75, 0.75) > axes.SetUserTransform(transform) > > tprop = vtk.vtkTextProperty() > #tprop.SetFontSize(6) # seems to be overriden by vtkCaptionActor2D > tprop.SetBold(1) > tprop.SetItalic(0) > tprop.SetColor(1.0, 1.0, 1.0) > tprop.SetOpacity(1.0) > tprop.SetFontFamilyToTimes() > > for label in [ > axes.GetXAxisCaptionActor2D(), > axes.GetYAxisCaptionActor2D(), > axes.GetZAxisCaptionActor2D(), > ]: > # set Positoin2 > label.SetWidth(label.GetWidth() * 0.5) > label.SetHeight(label.GetHeight() * 0.5) > label.SetCaptionTextProperty(tprop) > > renderer.AddActor(axes) > > Interact() > > > On Sat, Apr 8, 2017 at 4:08 PM, Liang Wang wrote: > >> From http://public.kitware.com/pipermail/paraview/2010-July/018081.html >> it was not possible back then to change the size of orientation axes. >> >> Is it possible now, hopefully through Python, too? >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ben.boeckel at kitware.com Mon Apr 10 09:49:52 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Mon, 10 Apr 2017 09:49:52 -0400 Subject: [Paraview] [SuperBuild] Docker ? In-Reply-To: <931665d1-8ded-b5fe-c390-db10591273ad@inutech.de> References: <931665d1-8ded-b5fe-c390-db10591273ad@inutech.de> Message-ID: <20170410134952.GB12500@megas.kitware.com> On Fri, Apr 07, 2017 at 18:30:11 +0200, Florian Hoffmann wrote: > does anybody out there would like to share some experience with a recent > ParaView Superbuild (>=version 5.2) with *Docker* ? > > - Suggestions/recommendations for existing Dockerfiles ? > > - Suggestions for settings like: Qt version, Mesa3D vs. OpenGL, ... ? For building or running within a Docker image? We use a Docker image to build it and to do some rudimentary testing (using a VNC server plumbed in from the host). --Ben From nabil.ghodbane at gmail.com Mon Apr 10 10:18:21 2017 From: nabil.ghodbane at gmail.com (Nabil Ghodbane) Date: Mon, 10 Apr 2017 16:18:21 +0200 Subject: [Paraview] [SuperBuild] Docker ? In-Reply-To: <20170410134952.GB12500@megas.kitware.com> References: <931665d1-8ded-b5fe-c390-db10591273ad@inutech.de> <20170410134952.GB12500@megas.kitware.com> Message-ID: Hi Ben, it is not clear to me what you did. Did you build your own docker with Paraview on top of it and if this is the case could you share the Dockerfile you implemented to build the docker image? thanks Nabil Ghodbane (Ph. D. Habil*.*) Phone: +33 6 34 42 33 43 Mailto: nabil.ghodbane at gmail.com On Mon, Apr 10, 2017 at 3:49 PM, Ben Boeckel wrote: > On Fri, Apr 07, 2017 at 18:30:11 +0200, Florian Hoffmann wrote: > > does anybody out there would like to share some experience with a recent > > ParaView Superbuild (>=version 5.2) with *Docker* ? > > > > - Suggestions/recommendations for existing Dockerfiles ? > > > > - Suggestions for settings like: Qt version, Mesa3D vs. OpenGL, ... ? > > For building or running within a Docker image? We use a Docker image to > build it and to do some rudimentary testing (using a VNC server plumbed > in from the host). > > --Ben > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rdjamis at sandia.gov Mon Apr 10 11:17:43 2017 From: rdjamis at sandia.gov (Jamison, Ryan Dale) Date: Mon, 10 Apr 2017 15:17:43 +0000 Subject: [Paraview] [EXTERNAL] RescaleTransferFunctionToDataRange Doesn't Seem to Work in Python Script In-Reply-To: References: <81F17C36-54F4-4AEA-93F1-7569E89A7172@sandia.gov> Message-ID: Utkarsh, Thanks for the info! UpdatePipeline() did the trick! The script is now working like expected! Best, Ryan On Apr 6, 2017, at 9:31 PM, Utkarsh Ayachit > wrote: Ryan, Try this: before calling RescaleTransferFunctionToDataRange, call UpdatePipeline() or UpdatePipeline(proxy=concentric_cylinderse). As you change properties on the reader, the reader won't rexecute/update until the data is rendered on UpdatePipeline is called. Unless the reader updates, you won't have updated array ranges etc. As a result when you call RescaleTransferFunctionToDataRange which uses current data ranges, it ends up using the ranges from the most resent update -- which probably happened in Show(). Utkarsh On Thu, Apr 6, 2017 at 7:22 PM, Jamison, Ryan Dale > wrote: Hello Everyone, I?m trying to use RescaleTransferFunctionToDataRange to scale my data range in a python script. When I run a trace and use the ?Rescale to Data Range? button, the trace echoes the RescaleTransferFunctionToDataRange command. When I run that same command fro the Python Shell or when using pvpython, the command doesn?t work (i.e. the range is not changed). Now, if I use the builtin Python Shell and run the commands, nothing happens when the commands are run. But, if I run the commands and then move the model at all, the command then works. It seems to me that though the command was issued, it wasn?t executed until I moved the model. Question is, how do I get this same behavior when I run in batch mode (pvpython)? I?ve attached an example. The image (image.png) produced is in the correct orientation but the max and min values for the stress_xx labels are incorrect. The correct max is 58.07 and the min is -18.85. I?d appreciate any help! This is the command I?m running: /Applications/ParaView.app/Contents/bin/pvpython script.py This example was generated on OS X 10.11.6 using ParaView 5.3.0. I get the same behavior on Linux 5.3.0 too! Thanks, Ryan _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview -------------- next part -------------- An HTML attachment was scrubbed... URL: From ben.boeckel at kitware.com Mon Apr 10 11:27:46 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Mon, 10 Apr 2017 11:27:46 -0400 Subject: [Paraview] [SuperBuild] Docker ? In-Reply-To: References: <931665d1-8ded-b5fe-c390-db10591273ad@inutech.de> <20170410134952.GB12500@megas.kitware.com> Message-ID: <20170410152746.GA13241@megas.kitware.com> On Mon, Apr 10, 2017 at 16:18:21 +0200, Nabil Ghodbane wrote: > it is not clear to me what you did. Did you build your own docker with > Paraview on top of it and if this is the case could you share the > Dockerfile you implemented to build the docker image? The Dockerfile (and associated files) we use to build the image are attached. It also does buildbot stuff rather than building ParaView directly, but it has all the bits necessary to build the binaries we make. I'd have to extract the systemd configuration used to inject the Xauthority and VNC bits into the container from the machine though if you need that (if you're using Mesa for offscreen rendering, you shouldn't need it). --Ben -------------- next part -------------- A non-text attachment was scrubbed... Name: pvbinsdash-docker.tar.bz2 Type: application/x-bzip2 Size: 1793 bytes Desc: not available URL: From nabil.ghodbane at gmail.com Mon Apr 10 17:35:53 2017 From: nabil.ghodbane at gmail.com (Nabil Ghodbane) Date: Mon, 10 Apr 2017 23:35:53 +0200 Subject: [Paraview] [SuperBuild] Docker ? In-Reply-To: <20170410152746.GA13241@megas.kitware.com> References: <931665d1-8ded-b5fe-c390-db10591273ad@inutech.de> <20170410134952.GB12500@megas.kitware.com> <20170410152746.GA13241@megas.kitware.com> Message-ID: thanks for sharing! Nabil Ghodbane (Ph. D. Habil*.*) Phone: +33 6 34 42 33 43 Mailto: nabil.ghodbane at gmail.com On Mon, Apr 10, 2017 at 5:27 PM, Ben Boeckel wrote: > On Mon, Apr 10, 2017 at 16:18:21 +0200, Nabil Ghodbane wrote: > > it is not clear to me what you did. Did you build your own docker with > > Paraview on top of it and if this is the case could you share the > > Dockerfile you implemented to build the docker image? > > The Dockerfile (and associated files) we use to build the image are > attached. It also does buildbot stuff rather than building ParaView > directly, but it has all the bits necessary to build the binaries we > make. > > I'd have to extract the systemd configuration used to inject the > Xauthority and VNC bits into the container from the machine though if > you need that (if you're using Mesa for offscreen rendering, you > shouldn't need it). > > --Ben > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nenadus at gmail.com Tue Apr 11 06:34:24 2017 From: nenadus at gmail.com (Nenad Vujicic) Date: Tue, 11 Apr 2017 12:34:24 +0200 Subject: [Paraview] ParaView v5.3: Generating textures from scalars and lookup table Message-ID: Hello everyone, I've just started building my ParaView exporter plugin using ParaView v5.3 with OpenGL2 selected for backend rendering (PARAVIEW_RENDERING_BACKEND), however, I'm having troubles with generating textures from scalars used for coloring the meshes. What I'm actually doing here is that I'm generating texture from currently selected array and lookup-table and I export texture mapped object instead of exporting object plus scalars and colormap or colors. Previously (with OpenGL used for backend rendering), I was deriving class from vtkScalarsToColorsPainter class for this purpose, however, now, this class is not used anymore with OpenGL2. Does anyone have idea how to solve this problem? Thanks in advance, Nenad. -------------- next part -------------- An HTML attachment was scrubbed... URL: From alfred.thibon at edf.fr Tue Apr 11 09:25:42 2017 From: alfred.thibon at edf.fr (THIBON Alfred) Date: Tue, 11 Apr 2017 13:25:42 +0000 Subject: [Paraview] Python programmable script and XML SetInputArrayToProcess to get array name Message-ID: <9a42092376f644d1b393f4ddd4a220be@NOEINTPEXMU002.NEOPROD.EDF.FR> Dear Paraviewers, I am kind of a newby and can't figure out how to access in a custom plugin the string with the name of a scalar field from an input. I followed informations in Pat Marion's page https://blog.kitware.com/easy-customization-of-the-paraview-python-programmable-filter-property-panel/ and add a snippet from http://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Drop_down_list_with_values_from_input_arrays. But if I managed to use variables from a DoubleVectorProperty by calling its name property from my script, I can't figure out how to access the name of my arrays in the StringVectorProperty populated with SetInputArrayToProcess command. Maybe I am not using the right tools. My goals is to get the string name of my array to read pointdata. Today I can access it by hardcoding the name in my programmable script : self.array = 'CHAMP___ACCELERATION___001' inputs[0].PointData[self.array][:,0] I'd like to get 'CHAMP___ACCELERATION___001' from a drop down list. With the following snippet the list is populated but I can't access the string selected. That must be simple... I am not sure my message (and my English) are very clear... Thank you very much for your incoming help ! Alfred -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- Ce message et toutes les pi?ces jointes (ci-apr?s le 'Message') sont ?tablis ? l'intention exclusive des destinataires et les informations qui y figurent sont strictement confidentielles. Toute utilisation de ce Message non conforme ? sa destination, toute diffusion ou toute publication totale ou partielle, est interdite sauf autorisation expresse. Si vous n'?tes pas le destinataire de ce Message, il vous est interdit de le copier, de le faire suivre, de le divulguer ou d'en utiliser tout ou partie. Si vous avez re?u ce Message par erreur, merci de le supprimer de votre syst?me, ainsi que toutes ses copies, et de n'en garder aucune trace sur quelque support que ce soit. Nous vous remercions ?galement d'en avertir imm?diatement l'exp?diteur par retour du message. Il est impossible de garantir que les communications par messagerie ?lectronique arrivent en temps utile, sont s?curis?es ou d?nu?es de toute erreur ou virus. ____________________________________________________ This message and any attachments (the 'Message') are intended solely for the addressees. The information contained in this Message is confidential. Any use of information contained in this Message not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited except formal approval. If you are not the addressee, you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return message. E-mail communication cannot be guaranteed to be timely secure, error or virus-free. -------------- next part -------------- An HTML attachment was scrubbed... URL: From daibane at sandia.gov Tue Apr 11 10:15:50 2017 From: daibane at sandia.gov (Ibanez, Daniel Alejandro) Date: Tue, 11 Apr 2017 14:15:50 +0000 Subject: [Paraview] NaN coloring on non-NaN component Message-ID: <1491920154262.67620@sandia.gov> Hello, I'm using the ParaView 5.2.0 binary download for Mac. I've attached an unstructured grid VTK file, using binary encoding. When I open this file, and try to color by the Y component of nodal velocity, I get the NaN color. I've checked the data right before it goes into the file and am pretty certain there are no NaN or infinity values (by std::isnan, std::isinf, and writing to std::cerr in C++). Could someone take a look at this and confirm whether its a bug or something is actually wrong with my data ? Much appreciated,? Dan Ibanez -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: piece_0.vtu Type: application/octet-stream Size: 6421 bytes Desc: piece_0.vtu URL: From daibane at sandia.gov Tue Apr 11 10:30:57 2017 From: daibane at sandia.gov (Ibanez, Daniel Alejandro) Date: Tue, 11 Apr 2017 14:30:57 +0000 Subject: [Paraview] [EXTERNAL] NaN coloring on non-NaN component In-Reply-To: <1491920154262.67620@sandia.gov> References: <1491920154262.67620@sandia.gov> Message-ID: <1491921063126.58662@sandia.gov> ?Installing the ParaView 5.0.1 binary made this go away. ________________________________ From: ParaView on behalf of Ibanez, Daniel Alejandro Sent: Tuesday, April 11, 2017 8:15 AM To: paraview at paraview.org Cc: Granzow, Brian N (External Contacts) Subject: [EXTERNAL] [Paraview] NaN coloring on non-NaN component Hello, I'm using the ParaView 5.2.0 binary download for Mac. I've attached an unstructured grid VTK file, using binary encoding. When I open this file, and try to color by the Y component of nodal velocity, I get the NaN color. I've checked the data right before it goes into the file and am pretty certain there are no NaN or infinity values (by std::isnan, std::isinf, and writing to std::cerr in C++). Could someone take a look at this and confirm whether its a bug or something is actually wrong with my data ? Much appreciated,? Dan Ibanez -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Tue Apr 11 10:39:06 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Tue, 11 Apr 2017 10:39:06 -0400 Subject: [Paraview] [EXTERNAL] NaN coloring on non-NaN component In-Reply-To: <1491921063126.58662@sandia.gov> References: <1491920154262.67620@sandia.gov> <1491921063126.58662@sandia.gov> Message-ID: Hi Dan, I believe you are encountering this bug in 5.2: https://gitlab.kitware.com/paraview/paraview/issues/17127 It has been fixed in ParaView 5.3.0 and I verified that it works with the dataset you provided. Best regards, Cory On Tue, Apr 11, 2017 at 10:30 AM, Ibanez, Daniel Alejandro wrote: > Installing the ParaView 5.0.1 binary made this go away. > > ________________________________ > From: ParaView on behalf of Ibanez, Daniel > Alejandro > Sent: Tuesday, April 11, 2017 8:15 AM > To: paraview at paraview.org > Cc: Granzow, Brian N (External Contacts) > Subject: [EXTERNAL] [Paraview] NaN coloring on non-NaN component > > > Hello, > > > I'm using the ParaView 5.2.0 binary download for Mac. > > I've attached an unstructured grid VTK file, using binary encoding. > > When I open this file, and try to color by the Y component > > of nodal velocity, I get the NaN color. > > I've checked the data right before it goes into the file > > and am pretty certain there are no NaN or infinity values > > (by std::isnan, std::isinf, and writing to std::cerr in C++). > > > Could someone take a look at this and confirm whether > > its a bug or something is actually wrong with my data ? > > > Much appreciated, > > > Dan Ibanez > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From andy.bauer at kitware.com Tue Apr 11 10:43:39 2017 From: andy.bauer at kitware.com (Andy Bauer) Date: Tue, 11 Apr 2017 10:43:39 -0400 Subject: [Paraview] [EXTERNAL] NaN coloring on non-NaN component In-Reply-To: References: <1491920154262.67620@sandia.gov> <1491921063126.58662@sandia.gov> Message-ID: Hi Cory, What's the behavior supposed to be in PV 5.3 when pseudo-coloring by a variable which has 0 variation? When I look at this in PV 5.3 the lookup table range goes from 0 to 3.4e38. Is that what it's supposed to be? Thanks, Andy On Tue, Apr 11, 2017 at 10:39 AM, Cory Quammen wrote: > Hi Dan, > > I believe you are encountering this bug in 5.2: > https://gitlab.kitware.com/paraview/paraview/issues/17127 > > It has been fixed in ParaView 5.3.0 and I verified that it works with > the dataset you provided. > > Best regards, > Cory > > On Tue, Apr 11, 2017 at 10:30 AM, Ibanez, Daniel Alejandro > wrote: > > Installing the ParaView 5.0.1 binary made this go away. > > > > ________________________________ > > From: ParaView on behalf of Ibanez, > Daniel > > Alejandro > > Sent: Tuesday, April 11, 2017 8:15 AM > > To: paraview at paraview.org > > Cc: Granzow, Brian N (External Contacts) > > Subject: [EXTERNAL] [Paraview] NaN coloring on non-NaN component > > > > > > Hello, > > > > > > I'm using the ParaView 5.2.0 binary download for Mac. > > > > I've attached an unstructured grid VTK file, using binary encoding. > > > > When I open this file, and try to color by the Y component > > > > of nodal velocity, I get the NaN color. > > > > I've checked the data right before it goes into the file > > > > and am pretty certain there are no NaN or infinity values > > > > (by std::isnan, std::isinf, and writing to std::cerr in C++). > > > > > > Could someone take a look at this and confirm whether > > > > its a bug or something is actually wrong with my data ? > > > > > > Much appreciated, > > > > > > Dan Ibanez > > > > > > _______________________________________________ > > Powered by www.kitware.com > > > > Visit other Kitware open-source projects at > > http://www.kitware.com/opensource/opensource.html > > > > Please keep messages on-topic and check the ParaView Wiki at: > > http://paraview.org/Wiki/ParaView > > > > Search the list archives at: http://markmail.org/search/?q=ParaView > > > > Follow this link to subscribe/unsubscribe: > > http://public.kitware.com/mailman/listinfo/paraview > > > > > > -- > Cory Quammen > Staff R&D Engineer > Kitware, Inc. > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Tue Apr 11 10:48:24 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Tue, 11 Apr 2017 10:48:24 -0400 Subject: [Paraview] [EXTERNAL] NaN coloring on non-NaN component In-Reply-To: References: <1491920154262.67620@sandia.gov> <1491921063126.58662@sandia.gov> Message-ID: Andy, Yes, that's the expected behavior for now in 5.3. That's because we are adding an epsilon to the maximum in this case to avoid division-by-zero error in the color mapping math. Soon, ParaView will set the lookup table range so that the min and max are the same and handle the division-by-zero issue better. The color legend will also show the min and max as the same value in this case. Thanks, Cory On Tue, Apr 11, 2017 at 10:43 AM, Andy Bauer wrote: > Hi Cory, > > What's the behavior supposed to be in PV 5.3 when pseudo-coloring by a > variable which has 0 variation? When I look at this in PV 5.3 the lookup > table range goes from 0 to 3.4e38. Is that what it's supposed to be? > > Thanks, > Andy > > On Tue, Apr 11, 2017 at 10:39 AM, Cory Quammen > wrote: >> >> Hi Dan, >> >> I believe you are encountering this bug in 5.2: >> https://gitlab.kitware.com/paraview/paraview/issues/17127 >> >> It has been fixed in ParaView 5.3.0 and I verified that it works with >> the dataset you provided. >> >> Best regards, >> Cory >> >> On Tue, Apr 11, 2017 at 10:30 AM, Ibanez, Daniel Alejandro >> wrote: >> > Installing the ParaView 5.0.1 binary made this go away. >> > >> > ________________________________ >> > From: ParaView on behalf of Ibanez, >> > Daniel >> > Alejandro >> > Sent: Tuesday, April 11, 2017 8:15 AM >> > To: paraview at paraview.org >> > Cc: Granzow, Brian N (External Contacts) >> > Subject: [EXTERNAL] [Paraview] NaN coloring on non-NaN component >> > >> > >> > Hello, >> > >> > >> > I'm using the ParaView 5.2.0 binary download for Mac. >> > >> > I've attached an unstructured grid VTK file, using binary encoding. >> > >> > When I open this file, and try to color by the Y component >> > >> > of nodal velocity, I get the NaN color. >> > >> > I've checked the data right before it goes into the file >> > >> > and am pretty certain there are no NaN or infinity values >> > >> > (by std::isnan, std::isinf, and writing to std::cerr in C++). >> > >> > >> > Could someone take a look at this and confirm whether >> > >> > its a bug or something is actually wrong with my data ? >> > >> > >> > Much appreciated, >> > >> > >> > Dan Ibanez >> > >> > >> > _______________________________________________ >> > Powered by www.kitware.com >> > >> > Visit other Kitware open-source projects at >> > http://www.kitware.com/opensource/opensource.html >> > >> > Please keep messages on-topic and check the ParaView Wiki at: >> > http://paraview.org/Wiki/ParaView >> > >> > Search the list archives at: http://markmail.org/search/?q=ParaView >> > >> > Follow this link to subscribe/unsubscribe: >> > http://public.kitware.com/mailman/listinfo/paraview >> > >> >> >> >> -- >> Cory Quammen >> Staff R&D Engineer >> Kitware, Inc. >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview > > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From daibane at sandia.gov Tue Apr 11 11:06:25 2017 From: daibane at sandia.gov (Ibanez, Daniel Alejandro) Date: Tue, 11 Apr 2017 15:06:25 +0000 Subject: [Paraview] [EXTERNAL] NaN coloring on non-NaN component In-Reply-To: References: <1491920154262.67620@sandia.gov> <1491921063126.58662@sandia.gov> , Message-ID: <1491923191135.85147@sandia.gov> Cory, Please let us know when the better handling of zero variation is available in a ParaView release, I'll be pretty happy about that. The epsilon thing has bugged me for a while now, although I can keep working with it. Thanks, Dan ________________________________________ From: Cory Quammen Sent: Tuesday, April 11, 2017 8:48 AM To: Bauer, Andy (External Contacts) Cc: Ibanez, Daniel Alejandro; Granzow, Brian N (External Contacts); paraview at paraview.org Subject: Re: [Paraview] [EXTERNAL] NaN coloring on non-NaN component Andy, Yes, that's the expected behavior for now in 5.3. That's because we are adding an epsilon to the maximum in this case to avoid division-by-zero error in the color mapping math. Soon, ParaView will set the lookup table range so that the min and max are the same and handle the division-by-zero issue better. The color legend will also show the min and max as the same value in this case. Thanks, Cory On Tue, Apr 11, 2017 at 10:43 AM, Andy Bauer wrote: > Hi Cory, > > What's the behavior supposed to be in PV 5.3 when pseudo-coloring by a > variable which has 0 variation? When I look at this in PV 5.3 the lookup > table range goes from 0 to 3.4e38. Is that what it's supposed to be? > > Thanks, > Andy > > On Tue, Apr 11, 2017 at 10:39 AM, Cory Quammen > wrote: >> >> Hi Dan, >> >> I believe you are encountering this bug in 5.2: >> https://gitlab.kitware.com/paraview/paraview/issues/17127 >> >> It has been fixed in ParaView 5.3.0 and I verified that it works with >> the dataset you provided. >> >> Best regards, >> Cory >> >> On Tue, Apr 11, 2017 at 10:30 AM, Ibanez, Daniel Alejandro >> wrote: >> > Installing the ParaView 5.0.1 binary made this go away. >> > >> > ________________________________ >> > From: ParaView on behalf of Ibanez, >> > Daniel >> > Alejandro >> > Sent: Tuesday, April 11, 2017 8:15 AM >> > To: paraview at paraview.org >> > Cc: Granzow, Brian N (External Contacts) >> > Subject: [EXTERNAL] [Paraview] NaN coloring on non-NaN component >> > >> > >> > Hello, >> > >> > >> > I'm using the ParaView 5.2.0 binary download for Mac. >> > >> > I've attached an unstructured grid VTK file, using binary encoding. >> > >> > When I open this file, and try to color by the Y component >> > >> > of nodal velocity, I get the NaN color. >> > >> > I've checked the data right before it goes into the file >> > >> > and am pretty certain there are no NaN or infinity values >> > >> > (by std::isnan, std::isinf, and writing to std::cerr in C++). >> > >> > >> > Could someone take a look at this and confirm whether >> > >> > its a bug or something is actually wrong with my data ? >> > >> > >> > Much appreciated, >> > >> > >> > Dan Ibanez >> > >> > >> > _______________________________________________ >> > Powered by www.kitware.com >> > >> > Visit other Kitware open-source projects at >> > http://www.kitware.com/opensource/opensource.html >> > >> > Please keep messages on-topic and check the ParaView Wiki at: >> > http://paraview.org/Wiki/ParaView >> > >> > Search the list archives at: http://markmail.org/search/?q=ParaView >> > >> > Follow this link to subscribe/unsubscribe: >> > http://public.kitware.com/mailman/listinfo/paraview >> > >> >> >> >> -- >> Cory Quammen >> Staff R&D Engineer >> Kitware, Inc. >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview > > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From daibane at sandia.gov Tue Apr 11 10:45:11 2017 From: daibane at sandia.gov (Ibanez, Daniel Alejandro) Date: Tue, 11 Apr 2017 14:45:11 +0000 Subject: [Paraview] [EXTERNAL] NaN coloring on non-NaN component In-Reply-To: References: <1491920154262.67620@sandia.gov> <1491921063126.58662@sandia.gov>, Message-ID: <1491921916669.83099@sandia.gov> Thanks, Cory. I think that answers my question. ________________________________________ From: Cory Quammen Sent: Tuesday, April 11, 2017 8:39 AM To: Ibanez, Daniel Alejandro Cc: paraview at paraview.org; Granzow, Brian N (External Contacts) Subject: Re: [Paraview] [EXTERNAL] NaN coloring on non-NaN component Hi Dan, I believe you are encountering this bug in 5.2: https://gitlab.kitware.com/paraview/paraview/issues/17127 It has been fixed in ParaView 5.3.0 and I verified that it works with the dataset you provided. Best regards, Cory On Tue, Apr 11, 2017 at 10:30 AM, Ibanez, Daniel Alejandro wrote: > Installing the ParaView 5.0.1 binary made this go away. > > ________________________________ > From: ParaView on behalf of Ibanez, Daniel > Alejandro > Sent: Tuesday, April 11, 2017 8:15 AM > To: paraview at paraview.org > Cc: Granzow, Brian N (External Contacts) > Subject: [EXTERNAL] [Paraview] NaN coloring on non-NaN component > > > Hello, > > > I'm using the ParaView 5.2.0 binary download for Mac. > > I've attached an unstructured grid VTK file, using binary encoding. > > When I open this file, and try to color by the Y component > > of nodal velocity, I get the NaN color. > > I've checked the data right before it goes into the file > > and am pretty certain there are no NaN or infinity values > > (by std::isnan, std::isinf, and writing to std::cerr in C++). > > > Could someone take a look at this and confirm whether > > its a bug or something is actually wrong with my data ? > > > Much appreciated, > > > Dan Ibanez > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From zdavis at pointwise.com Tue Apr 11 16:16:03 2017 From: zdavis at pointwise.com (Zach Davis) Date: Tue, 11 Apr 2017 20:16:03 +0000 Subject: [Paraview] Issues Opening Tecplot *.dat File(s) Message-ID: Tuesday, 11 April 2017 All, I?m encountering a problem in which ParaVIew seems to freeze when attempting to load a Tecplot *.dat file. An example of a compressed *.dat file that?s causing this issue can be downloaded here (~4.4MB). I?m using ParaVIew 5.3.0-219-g24f5a44 under macOS 10.12.4. Note, the file fails to load under ParaView version 4.4 as well. I?ve compressed the *.dat file with gzip for transmission?please unzip it prior to attempting to reproduce the problem in ParaView. Uncompressed it's a 16MB file, and shouldn?t take very long to load? Any ideas what might be the issue? Is there a problem with the file?s format, or is ParaView the culprit? Best Regards, Zach Davis Pointwise?, Inc. Sr. Engineer, Sales & Marketing 213 South Jennings Avenue Fort Worth, TX 76104-1107 E: zach.davis at pointwise.com P: (817) 377-2807 x1202 F: (817) 377-2799 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 842 bytes Desc: Message signed with OpenPGP URL: From rdjamis at sandia.gov Tue Apr 11 17:10:42 2017 From: rdjamis at sandia.gov (Jamison, Ryan Dale) Date: Tue, 11 Apr 2017 21:10:42 +0000 Subject: [Paraview] Extracting min/max values of current data range as a variable in python Message-ID: <6CB1B391-73BD-4097-8F25-C7418DB55CC0@sandia.gov> Hello Everyone, I?m wanting to gain more control over automation with my paraview python scripts. This time around, I?d like to be able to extract information from the model and use it in my python script. For example, I?d like to extract the minimum and maximum values of a cell variable from a specific block and use those values in the python script. Once I extract this information, I?d use it for some additional processing. Something like: minValue, maxValue = someCoolParaviewFunction(blockName, variableName) Is this possible? If so, any suggestions on how to do it? Thanks, Ryan -------------- next part -------------- An HTML attachment was scrubbed... URL: From chrisneal at snumerics.com Tue Apr 11 17:32:59 2017 From: chrisneal at snumerics.com (Christopher Neal) Date: Tue, 11 Apr 2017 17:32:59 -0400 Subject: [Paraview] Issues Opening Tecplot *.dat File(s) In-Reply-To: References: Message-ID: Hi Zach, I had a similar issue recently. I can't seem to download the file (it's giving a 403 server error that I don't have permission to download). The kitware team found that the Paraview Tecplot reader would get into an infinite loop if it had trouble reading some of the header information. In my case it was a line that contained 'f=point c=black' which was causing the issue. The issue was resolved but the fix isn't in the current version. See the Gitlab issue: https://gitlab.kitware.com/paraview/paraview/issues/17293 On Tue, Apr 11, 2017 at 4:16 PM, Zach Davis wrote: > Tuesday, 11 April 2017 > > > > All, > > I?m encountering a problem in which ParaVIew seems to freeze when > attempting to load a Tecplot *.dat file. An example of a compressed *.dat > file that?s causing this issue can be downloaded here > (~4.4MB). > I?m using ParaVIew 5.3.0-219-g24f5a44 under macOS 10.12.4. Note, the file > fails to load under ParaView version 4.4 as well. I?ve compressed the > *.dat file with gzip for transmission?please unzip it prior to attempting > to reproduce the problem in ParaView. Uncompressed it's a 16MB file, and > shouldn?t take very long to load? Any ideas what might be the issue? Is > there a problem with the file?s format, or is ParaView the culprit? > > Best Regards, > > > > [image: Pointwise, Inc.] > Zach Davis > Pointwise?, Inc. > Sr. Engineer, Sales & Marketing > 213 South Jennings Avenue > Fort Worth, TX 76104-1107 > > *E*: zach.davis at pointwise.com > *P*: (817) 377-2807 x1202 <(817)%20377-2807> > *F*: (817) 377-2799 > > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > -- Christopher Neal Research Engineer Streamline Numerics, Inc. https://www.snumerics.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From zdavis at pointwise.com Tue Apr 11 17:39:01 2017 From: zdavis at pointwise.com (Zach Davis) Date: Tue, 11 Apr 2017 21:39:01 +0000 Subject: [Paraview] Issues Opening Tecplot *.dat File(s) In-Reply-To: References: Message-ID: <2AF3296E-4CE3-4F1C-9572-055C89CBFE28@pointwise.com> Hi Christopher, Thanks for you input. Apologies if the link wasn?t working for you. At least one person on the mailing list was able to download a copy successfully. I don?t know if this will help, but you might try seeing if the following link works any better: https://pointwiseenterprise.sharefile.com/d-sd1c1d4e9eeb450e8 I did a preliminary search for the terms ?f=point? and ?c=black? in my text editor. It doesn?t seem to have found either entries; though, it does appear it?s stuck in a loop of some sort. Best Regards, Zach Davis Pointwise?, Inc. Sr. Engineer, Sales & Marketing 213 South Jennings Avenue Fort Worth, TX 76104-1107 E: zach.davis at pointwise.com P: (817) 377-2807 x1202 F: (817) 377-2799 > On Apr 11, 2017, at 4:32 PM, Christopher Neal wrote: > > Hi Zach, > > I had a similar issue recently. I can't seem to download the file (it's giving a 403 server error that I don't have permission to download). The kitware team found that the Paraview Tecplot reader would get into an infinite loop if it had trouble reading some of the header information. In my case it was a line that contained 'f=point c=black' which was causing the issue. > > The issue was resolved but the fix isn't in the current version. See the Gitlab issue: https://gitlab.kitware.com/paraview/paraview/issues/17293 > > On Tue, Apr 11, 2017 at 4:16 PM, Zach Davis > wrote: > Tuesday, 11 April 2017 > > > > All, > > I?m encountering a problem in which ParaVIew seems to freeze when attempting to load a Tecplot *.dat file. An example of a compressed *.dat file that?s causing this issue can be downloaded here (~4.4MB). I?m using ParaVIew 5.3.0-219-g24f5a44 under macOS 10.12.4. Note, the file fails to load under ParaView version 4.4 as well. I?ve compressed the *.dat file with gzip for transmission?please unzip it prior to attempting to reproduce the problem in ParaView. Uncompressed it's a 16MB file, and shouldn?t take very long to load? Any ideas what might be the issue? Is there a problem with the file?s format, or is ParaView the culprit? > > Best Regards, > > > > > Zach Davis > Pointwise?, Inc. > Sr. Engineer, Sales & Marketing > 213 South Jennings Avenue > Fort Worth, TX 76104-1107 > > E: zach.davis at pointwise.com > P: (817) 377-2807 x1202 > F: (817) 377-2799 > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > > > > -- > Christopher Neal > Research Engineer > Streamline Numerics, Inc. > https://www.snumerics.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 842 bytes Desc: Message signed with OpenPGP URL: From chrisneal at snumerics.com Tue Apr 11 17:44:19 2017 From: chrisneal at snumerics.com (Christopher Neal) Date: Tue, 11 Apr 2017 17:44:19 -0400 Subject: [Paraview] Issues Opening Tecplot *.dat File(s) In-Reply-To: <2AF3296E-4CE3-4F1C-9572-055C89CBFE28@pointwise.com> References: <2AF3296E-4CE3-4F1C-9572-055C89CBFE28@pointwise.com> Message-ID: That link doesn't seem to work either :( For me, those terms were apparently out of date with what the reader was expecting. And so when it hit those tokens it just froze instead of jumping out and throwing an error. It's possible that you have other tokens(i.e. options) that are setting this off. It could also be something else, but the scenario is very close to what I was dealing with. Is the program that is writing the Tecplot file up-to-date with the newest Tecplot file format? On Tue, Apr 11, 2017 at 5:39 PM, Zach Davis wrote: > Hi Christopher, > > Thanks for you input. Apologies if the link wasn?t working for you. At > least one person on the mailing list was able to download a copy > successfully. I don?t know if this will help, but you might try seeing if > the following link works any better: > > https://pointwiseenterprise.sharefile.com/d-sd1c1d4e9eeb450e8 > > I did a preliminary search for the terms ?f=point? and ?c=black? in my > text editor. It doesn?t seem to have found either entries; though, it does > appear it?s stuck in a loop of some sort. > > Best Regards, > > [image: Pointwise, Inc.] > Zach Davis > Pointwise?, Inc. > Sr. Engineer, Sales & Marketing > 213 South Jennings Avenue > Fort Worth, TX 76104-1107 > > *E*: zach.davis at pointwise.com > *P*: (817) 377-2807 x1202 <(817)%20377-2807> > *F*: (817) 377-2799 > > > > On Apr 11, 2017, at 4:32 PM, Christopher Neal > wrote: > > Hi Zach, > > I had a similar issue recently. I can't seem to download the file (it's > giving a 403 server error that I don't have permission to download). The > kitware team found that the Paraview Tecplot reader would get into an > infinite loop if it had trouble reading some of the header information. In > my case it was a line that contained 'f=point c=black' which was causing > the issue. > > The issue was resolved but the fix isn't in the current version. See the > Gitlab issue: https://gitlab.kitware.com/paraview/paraview/issues/17293 > > On Tue, Apr 11, 2017 at 4:16 PM, Zach Davis wrote: > >> Tuesday, 11 April 2017 >> >> >> >> All, >> >> I?m encountering a problem in which ParaVIew seems to freeze when >> attempting to load a Tecplot *.dat file. An example of a compressed *.dat >> file that?s causing this issue can be downloaded here >> (~4.4MB). >> I?m using ParaVIew 5.3.0-219-g24f5a44 under macOS 10.12.4. Note, the file >> fails to load under ParaView version 4.4 as well. I?ve compressed the >> *.dat file with gzip for transmission?please unzip it prior to attempting >> to reproduce the problem in ParaView. Uncompressed it's a 16MB file, and >> shouldn?t take very long to load? Any ideas what might be the issue? Is >> there a problem with the file?s format, or is ParaView the culprit? >> >> Best Regards, >> >> >> >> [image: Pointwise, Inc.] >> Zach Davis >> Pointwise?, Inc. >> Sr. Engineer, Sales & Marketing >> 213 South Jennings Avenue >> Fort Worth, TX 76104-1107 >> >> *E*: zach.davis at pointwise.com >> *P*: (817) 377-2807 x1202 <(817)%20377-2807> >> *F*: (817) 377-2799 >> >> >> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> >> > > > -- > Christopher Neal > Research Engineer > Streamline Numerics, Inc. > https://www.snumerics.com/ > > > -- Christopher Neal Research Engineer Streamline Numerics, Inc. https://www.snumerics.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From zdavis at pointwise.com Tue Apr 11 17:49:19 2017 From: zdavis at pointwise.com (Zach Davis) Date: Tue, 11 Apr 2017 21:49:19 +0000 Subject: [Paraview] Issues Opening Tecplot *.dat File(s) In-Reply-To: References: <2AF3296E-4CE3-4F1C-9572-055C89CBFE28@pointwise.com> Message-ID: <70B21422-9F26-492C-B517-EEEC714F5E92@pointwise.com> Christopher, Sorry, about the link. I would attach the file here, but it exceeds the mailing list?s size limits. The solver I?m using is probably using an older version of the TecIO library, since changes to the Tecplot file format have been changing pretty frequently in recent years? Hopefully someone else who can download the file can help identify which token(s), if any, are causing a problem. Best Regards, Zach Davis Pointwise?, Inc. Sr. Engineer, Sales & Marketing 213 South Jennings Avenue Fort Worth, TX 76104-1107 E: zach.davis at pointwise.com P: (817) 377-2807 x1202 F: (817) 377-2799 > On Apr 11, 2017, at 4:44 PM, Christopher Neal wrote: > > That link doesn't seem to work either :( > > For me, those terms were apparently out of date with what the reader was expecting. And so when it hit those tokens it just froze instead of jumping out and throwing an error. It's possible that you have other tokens(i.e. options) that are setting this off. It could also be something else, but the scenario is very close to what I was dealing with. Is the program that is writing the Tecplot file up-to-date with the newest Tecplot file format? > > On Tue, Apr 11, 2017 at 5:39 PM, Zach Davis > wrote: > Hi Christopher, > > Thanks for you input. Apologies if the link wasn?t working for you. At least one person on the mailing list was able to download a copy successfully. I don?t know if this will help, but you might try seeing if the following link works any better: > > https://pointwiseenterprise.sharefile.com/d-sd1c1d4e9eeb450e8 > > I did a preliminary search for the terms ?f=point? and ?c=black? in my text editor. It doesn?t seem to have found either entries; though, it does appear it?s stuck in a loop of some sort. > > Best Regards, > > > Zach Davis > Pointwise?, Inc. > Sr. Engineer, Sales & Marketing > 213 South Jennings Avenue > Fort Worth, TX 76104-1107 > > E: zach.davis at pointwise.com > P: (817) 377-2807 x1202 > F: (817) 377-2799 > >> On Apr 11, 2017, at 4:32 PM, Christopher Neal > wrote: >> >> Hi Zach, >> >> I had a similar issue recently. I can't seem to download the file (it's giving a 403 server error that I don't have permission to download). The kitware team found that the Paraview Tecplot reader would get into an infinite loop if it had trouble reading some of the header information. In my case it was a line that contained 'f=point c=black' which was causing the issue. >> >> The issue was resolved but the fix isn't in the current version. See the Gitlab issue: https://gitlab.kitware.com/paraview/paraview/issues/17293 >> >> On Tue, Apr 11, 2017 at 4:16 PM, Zach Davis > wrote: >> Tuesday, 11 April 2017 >> >> >> >> All, >> >> I?m encountering a problem in which ParaVIew seems to freeze when attempting to load a Tecplot *.dat file. An example of a compressed *.dat file that?s causing this issue can be downloaded here (~4.4MB). I?m using ParaVIew 5.3.0-219-g24f5a44 under macOS 10.12.4. Note, the file fails to load under ParaView version 4.4 as well. I?ve compressed the *.dat file with gzip for transmission?please unzip it prior to attempting to reproduce the problem in ParaView. Uncompressed it's a 16MB file, and shouldn?t take very long to load? Any ideas what might be the issue? Is there a problem with the file?s format, or is ParaView the culprit? >> >> Best Regards, >> >> >> >> >> Zach Davis >> Pointwise?, Inc. >> Sr. Engineer, Sales & Marketing >> 213 South Jennings Avenue >> Fort Worth, TX 76104-1107 >> >> E: zach.davis at pointwise.com >> P: (817) 377-2807 x1202 >> F: (817) 377-2799 >> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> >> >> >> >> -- >> Christopher Neal >> Research Engineer >> Streamline Numerics, Inc. >> https://www.snumerics.com/ > > > > > -- > Christopher Neal > Research Engineer > Streamline Numerics, Inc. > https://www.snumerics.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 842 bytes Desc: Message signed with OpenPGP URL: From cory.quammen at kitware.com Tue Apr 11 17:58:58 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Tue, 11 Apr 2017 17:58:58 -0400 Subject: [Paraview] Issues Opening Tecplot *.dat File(s) In-Reply-To: <70B21422-9F26-492C-B517-EEEC714F5E92@pointwise.com> References: <2AF3296E-4CE3-4F1C-9572-055C89CBFE28@pointwise.com> <70B21422-9F26-492C-B517-EEEC714F5E92@pointwise.com> Message-ID: Zach, With recent changes to ParaView (March 15, 2017), I was able to "open" the file in the most recent development version of ParaView without getting stuck in an infinite loop, but I did get the following warnings: Warning: In /Users/cory.quammen/src/paraview/VTK/IO/Geometry/vtkTecplotReader.cxx, line 1795 vtkTecplotReader (0x1350d2c00): /Users/cory.quammen/Desktop/oneram6-prism_tec_boundary.dat; Tecplot zone record parameter 'SOLUTIONTIME' is currently unsupported. Warning: In /Users/cory.quammen/src/paraview/VTK/IO/Geometry/vtkTecplotReader.cxx, line 1789 vtkTecplotReader (0x1350d2c00): /Users/cory.quammen/Desktop/oneram6-prism_tec_boundary.dat; Tecplot zone record parameter 'STRANDID' is currently unsupported. ERROR: In /Users/cory.quammen/src/paraview/VTK/IO/Geometry/vtkTecplotReader.cxx, line 1902 vtkTecplotReader (0x1350d2c00): /Users/cory.quammen/Desktop/oneram6-prism_tec_boundary.dat: The record type 0.317283460316E+02 found in the file is unknown. The read fails, but hopefully this tells you what is going on. HTH, Cory On Tue, Apr 11, 2017 at 5:49 PM, Zach Davis wrote: > > > > Christopher, > > Sorry, about the link. I would attach the file here, but it exceeds the > mailing list?s size limits. The solver I?m using is probably using an older > version of the TecIO library, since changes to the Tecplot file format have > been changing pretty frequently in recent years? Hopefully someone else who > can download the file can help identify which token(s), if any, are causing > a problem. > > Best Regards, > > > > Zach Davis > Pointwise?, Inc. > Sr. Engineer, Sales & Marketing > 213 South Jennings Avenue > Fort Worth, TX 76104-1107 > > E: zach.davis at pointwise.com > P: (817) 377-2807 x1202 > F: (817) 377-2799 > > On Apr 11, 2017, at 4:44 PM, Christopher Neal > wrote: > > That link doesn't seem to work either :( > > For me, those terms were apparently out of date with what the reader was > expecting. And so when it hit those tokens it just froze instead of jumping > out and throwing an error. It's possible that you have other tokens(i.e. > options) that are setting this off. It could also be something else, but > the scenario is very close to what I was dealing with. Is the program that > is writing the Tecplot file up-to-date with the newest Tecplot file format? > > On Tue, Apr 11, 2017 at 5:39 PM, Zach Davis wrote: >> >> Hi Christopher, >> >> Thanks for you input. Apologies if the link wasn?t working for you. At >> least one person on the mailing list was able to download a copy >> successfully. I don?t know if this will help, but you might try seeing if >> the following link works any better: >> >> https://pointwiseenterprise.sharefile.com/d-sd1c1d4e9eeb450e8 >> >> I did a preliminary search for the terms ?f=point? and ?c=black? in my >> text editor. It doesn?t seem to have found either entries; though, it does >> appear it?s stuck in a loop of some sort. >> >> Best Regards, >> >> Zach Davis >> Pointwise?, Inc. >> Sr. Engineer, Sales & Marketing >> 213 South Jennings Avenue >> Fort Worth, TX 76104-1107 >> >> E: zach.davis at pointwise.com >> P: (817) 377-2807 x1202 >> F: (817) 377-2799 >> >> >> On Apr 11, 2017, at 4:32 PM, Christopher Neal >> wrote: >> >> Hi Zach, >> >> I had a similar issue recently. I can't seem to download the file (it's >> giving a 403 server error that I don't have permission to download). The >> kitware team found that the Paraview Tecplot reader would get into an >> infinite loop if it had trouble reading some of the header information. In >> my case it was a line that contained 'f=point c=black' which was causing the >> issue. >> >> The issue was resolved but the fix isn't in the current version. See the >> Gitlab issue: https://gitlab.kitware.com/paraview/paraview/issues/17293 >> >> On Tue, Apr 11, 2017 at 4:16 PM, Zach Davis wrote: >>> >>> Tuesday, 11 April 2017 >>> >>> >>> >>> All, >>> >>> I?m encountering a problem in which ParaVIew seems to freeze when >>> attempting to load a Tecplot *.dat file. An example of a compressed *.dat >>> file that?s causing this issue can be downloaded here (~4.4MB). I?m using >>> ParaVIew 5.3.0-219-g24f5a44 under macOS 10.12.4. Note, the file fails to >>> load under ParaView version 4.4 as well. I?ve compressed the *.dat file >>> with gzip for transmission?please unzip it prior to attempting to reproduce >>> the problem in ParaView. Uncompressed it's a 16MB file, and shouldn?t take >>> very long to load? Any ideas what might be the issue? Is there a problem >>> with the file?s format, or is ParaView the culprit? >>> >>> Best Regards, >>> >>> >>> >>> Zach Davis >>> Pointwise?, Inc. >>> Sr. Engineer, Sales & Marketing >>> 213 South Jennings Avenue >>> Fort Worth, TX 76104-1107 >>> >>> E: zach.davis at pointwise.com >>> P: (817) 377-2807 x1202 >>> F: (817) 377-2799 >>> >>> >>> >>> _______________________________________________ >>> Powered by www.kitware.com >>> >>> Visit other Kitware open-source projects at >>> http://www.kitware.com/opensource/opensource.html >>> >>> Please keep messages on-topic and check the ParaView Wiki at: >>> http://paraview.org/Wiki/ParaView >>> >>> Search the list archives at: http://markmail.org/search/?q=ParaView >>> >>> Follow this link to subscribe/unsubscribe: >>> http://public.kitware.com/mailman/listinfo/paraview >>> >> >> >> >> -- >> Christopher Neal >> Research Engineer >> Streamline Numerics, Inc. >> https://www.snumerics.com/ >> >> > > > > -- > Christopher Neal > Research Engineer > Streamline Numerics, Inc. > https://www.snumerics.com/ > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From rccm.kyoshimi at gmail.com Tue Apr 11 21:29:01 2017 From: rccm.kyoshimi at gmail.com (kenichiro yoshimi) Date: Wed, 12 Apr 2017 10:29:01 +0900 Subject: [Paraview] Extracting min/max values of current data range as a variable in python In-Reply-To: <6CB1B391-73BD-4097-8F25-C7418DB55CC0@sandia.gov> References: <6CB1B391-73BD-4097-8F25-C7418DB55CC0@sandia.gov> Message-ID: Hi, I also want to know if there is a simple way to do, since I only have the somewhat redundant code: --- source = GetActiveSource() #options for component: -1, 0, 1 and 2 => Mag, X, Y, Z component = -1 cdi = source.GetDataInformation().GetCompositeDataInformation() for i in range(cdi.GetNumberOfChildren()): print 'Block Name: ', cdi.GetName(i) data = cdi.GetDataInformation(i).GetCellDataInformation() for j in range(data.GetNumberOfArrays()): array = data.GetArrayInformation(j) arrayName = array.GetName() dataRange = array.GetComponentRange(component) print arrayName, dataRange --- Thanks, yoshimi 2017-04-12 6:10 GMT+09:00 Jamison, Ryan Dale : > Hello Everyone, > > I?m wanting to gain more control over automation with my paraview python > scripts. This time around, I?d like to be able to extract information from > the model and use it in my python script. > > For example, I?d like to extract the minimum and maximum values of a cell > variable from a specific block and use those values in the python script. > Once I extract this information, I?d use it for some additional processing. > Something like: > > minValue, maxValue = someCoolParaviewFunction(blockName, variableName) > > Is this possible? If so, any suggestions on how to do it? > > Thanks, > > Ryan > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > From andy.bauer at kitware.com Tue Apr 11 21:46:33 2017 From: andy.bauer at kitware.com (Andy Bauer) Date: Tue, 11 Apr 2017 21:46:33 -0400 Subject: [Paraview] Extracting min/max values of current data range as a variable in python In-Reply-To: References: <6CB1B391-73BD-4097-8F25-C7418DB55CC0@sandia.gov> Message-ID: Hi, Besides Yoshimi's way, you should be able to do something like the following from pvpython, pvbatch or Python shell. yourfilter.PointData.GetArray().GetRange() # or CellData For example, for a Python script for a Wavelet source you would do the following: w = Wavelet() w.UpdatePipeline() # needed to execute the pipeline to create the output w.PointData.GetArray("RTData").GetRange() This will work for the output of a filter that returns a regular VTK data set or a multiblock data set. If you want the range for only a single block of a multiblock I'd recommend using the Extract Block filter to get that block. It should be a shallow copy of the data set to do that so it should be very fast, even if you don't need the output of the Extract Block filter for anything else. Best, Andy On Tue, Apr 11, 2017 at 9:29 PM, kenichiro yoshimi wrote: > Hi, > > I also want to know if there is a simple way to do, since I only have > the somewhat redundant code: > --- > source = GetActiveSource() > > #options for component: -1, 0, 1 and 2 => Mag, X, Y, Z > component = -1 > > cdi = source.GetDataInformation().GetCompositeDataInformation() > > for i in range(cdi.GetNumberOfChildren()): > print 'Block Name: ', cdi.GetName(i) > > data = cdi.GetDataInformation(i).GetCellDataInformation() > for j in range(data.GetNumberOfArrays()): > array = data.GetArrayInformation(j) > arrayName = array.GetName() > dataRange = array.GetComponentRange(component) > print arrayName, dataRange > --- > > Thanks, > yoshimi > > 2017-04-12 6:10 GMT+09:00 Jamison, Ryan Dale : > > Hello Everyone, > > > > I?m wanting to gain more control over automation with my paraview python > > scripts. This time around, I?d like to be able to extract information > from > > the model and use it in my python script. > > > > For example, I?d like to extract the minimum and maximum values of a cell > > variable from a specific block and use those values in the python script. > > Once I extract this information, I?d use it for some additional > processing. > > Something like: > > > > minValue, maxValue = someCoolParaviewFunction(blockName, variableName) > > > > Is this possible? If so, any suggestions on how to do it? > > > > Thanks, > > > > Ryan > > > > _______________________________________________ > > Powered by www.kitware.com > > > > Visit other Kitware open-source projects at > > http://www.kitware.com/opensource/opensource.html > > > > Please keep messages on-topic and check the ParaView Wiki at: > > http://paraview.org/Wiki/ParaView > > > > Search the list archives at: http://markmail.org/search/?q=ParaView > > > > Follow this link to subscribe/unsubscribe: > > http://public.kitware.com/mailman/listinfo/paraview > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -------------- next part -------------- An HTML attachment was scrubbed... URL: From stephane at fujielectric.com Wed Apr 12 04:30:51 2017 From: stephane at fujielectric.com (=?UTF-8?B?c3RlcGhhbmXjg7Pjg4njg7PjgrAg44Oh44OV44Kh44ON?=) Date: Wed, 12 Apr 2017 17:30:51 +0900 Subject: [Paraview] Ansys Reader Message-ID: Hello, Didn't get an answer to my first mail so I will try again. can you open the attached ansys mesh file (.inp) in paraview? If not do you notice anything wrong in the syntax? this file is actually a renamed cdb file generated by ansys APDL. I've been comparing it to the "intake.inp" file format and it looks ok but... Help needed! regards Ndong-Mefane Stephane, Dr.Eng Basic Design Sec. Steam Turbine Dept. Kawasaki Factory Fuji Electric Co., Ltd 1-1, Tanabeshinden, Kawasaki-ku, Kawasaki-city 210-9530, Japan Phone: +81-44-329-2155 Fax: +81-44-329-2394 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: test_mesh2.inp Type: application/octet-stream Size: 194333 bytes Desc: not available URL: From rustem.khabetdinov at gmail.com Wed Apr 12 09:43:36 2017 From: rustem.khabetdinov at gmail.com (Rustem Khabetdinov) Date: Wed, 12 Apr 2017 16:43:36 +0300 Subject: [Paraview] Multiprocessing lib in python shell Message-ID: Hello, There was a bug in python shell running this code: from multiprocessing import Pool p = Pool() It created multiple paraview instances but there was a patch that could help. Now when I try to run the same code the issue is still there. Is it a bug or should I try to change something in build variables to get this code work? Thank you, Rustem -------------- next part -------------- An HTML attachment was scrubbed... URL: From research.em2014 at gmail.com Wed Apr 12 09:57:19 2017 From: research.em2014 at gmail.com (Emna Reseach) Date: Wed, 12 Apr 2017 14:57:19 +0100 Subject: [Paraview] Placing a ContourPlot under a Plot3D Message-ID: Hi I would like to combine a 3-dimensional graph of a function with its 2-dimensional contour-plot underneath it in a professional way. But I have no idea how to start. My computations are done with the help of freefem. Does anyone know, if it is possible, how to do this? Thank you in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: From chet.nieter at kitware.com Wed Apr 12 10:05:46 2017 From: chet.nieter at kitware.com (Chet Nieter) Date: Wed, 12 Apr 2017 10:05:46 -0400 Subject: [Paraview] Issues Opening Tecplot *.dat File(s) In-Reply-To: References: <2AF3296E-4CE3-4F1C-9572-055C89CBFE28@pointwise.com> <70B21422-9F26-492C-B517-EEEC714F5E92@pointwise.com> Message-ID: Zach, It looks like you are facing a similar issue to the one that Christopher reported earlier here: https://gitlab.kitware.com/paraview/paraview/issues/17293 In that particular case the file he was trying to read was an older version of the Tecplot file format and the Paraview Tecplot reader did not know what to do with the header information in the file. As Cory mentioned a recent change to ParaView which is not in the 5.3 release fixed the freeze but currently ParaView does not support the older Tecplot format. Based on the error that Cory is reported the Tecplot reader is still expecting to find header information even though it is now reading the section of the file where the data resides. I can?t say for sure but I suspect your file may also be an older version of the Tecplot file format which is currently not supported by the ParaView Tecplot reader. Chet ======================================= Chet Nieter, Ph.D R&D Engineer, Kitware Inc. http://www.kitware.com/company/team/nieter.html ======================================= > On Apr 11, 2017, at 5:58 PM, Cory Quammen wrote: > > Zach, > > With recent changes to ParaView (March 15, 2017), I was able to "open" > the file in the most recent development version of ParaView without > getting stuck in an infinite loop, but I did get the following > warnings: > > Warning: In /Users/cory.quammen/src/paraview/VTK/IO/Geometry/vtkTecplotReader.cxx, > line 1795 > vtkTecplotReader (0x1350d2c00): > /Users/cory.quammen/Desktop/oneram6-prism_tec_boundary.dat; Tecplot > zone record parameter 'SOLUTIONTIME' is currently unsupported. > Warning: In /Users/cory.quammen/src/paraview/VTK/IO/Geometry/vtkTecplotReader.cxx, > line 1789 > vtkTecplotReader (0x1350d2c00): > /Users/cory.quammen/Desktop/oneram6-prism_tec_boundary.dat; Tecplot > zone record parameter 'STRANDID' is currently unsupported. > ERROR: In /Users/cory.quammen/src/paraview/VTK/IO/Geometry/vtkTecplotReader.cxx, > line 1902 > vtkTecplotReader (0x1350d2c00): > /Users/cory.quammen/Desktop/oneram6-prism_tec_boundary.dat: The record > type 0.317283460316E+02 found in the file is unknown. > > The read fails, but hopefully this tells you what is going on. > > HTH, > Cory > > On Tue, Apr 11, 2017 at 5:49 PM, Zach Davis wrote: >> >> >> >> Christopher, >> >> Sorry, about the link. I would attach the file here, but it exceeds the >> mailing list?s size limits. The solver I?m using is probably using an older >> version of the TecIO library, since changes to the Tecplot file format have >> been changing pretty frequently in recent years? Hopefully someone else who >> can download the file can help identify which token(s), if any, are causing >> a problem. >> >> Best Regards, >> >> >> >> Zach Davis >> Pointwise?, Inc. >> Sr. Engineer, Sales & Marketing >> 213 South Jennings Avenue >> Fort Worth, TX 76104-1107 >> >> E: zach.davis at pointwise.com >> P: (817) 377-2807 x1202 >> F: (817) 377-2799 >> >> On Apr 11, 2017, at 4:44 PM, Christopher Neal >> wrote: >> >> That link doesn't seem to work either :( >> >> For me, those terms were apparently out of date with what the reader was >> expecting. And so when it hit those tokens it just froze instead of jumping >> out and throwing an error. It's possible that you have other tokens(i.e. >> options) that are setting this off. It could also be something else, but >> the scenario is very close to what I was dealing with. Is the program that >> is writing the Tecplot file up-to-date with the newest Tecplot file format? >> >> On Tue, Apr 11, 2017 at 5:39 PM, Zach Davis wrote: >>> >>> Hi Christopher, >>> >>> Thanks for you input. Apologies if the link wasn?t working for you. At >>> least one person on the mailing list was able to download a copy >>> successfully. I don?t know if this will help, but you might try seeing if >>> the following link works any better: >>> >>> https://pointwiseenterprise.sharefile.com/d-sd1c1d4e9eeb450e8 >>> >>> I did a preliminary search for the terms ?f=point? and ?c=black? in my >>> text editor. It doesn?t seem to have found either entries; though, it does >>> appear it?s stuck in a loop of some sort. >>> >>> Best Regards, >>> >>> Zach Davis >>> Pointwise?, Inc. >>> Sr. Engineer, Sales & Marketing >>> 213 South Jennings Avenue >>> Fort Worth, TX 76104-1107 >>> >>> E: zach.davis at pointwise.com >>> P: (817) 377-2807 x1202 >>> F: (817) 377-2799 >>> >>> >>> On Apr 11, 2017, at 4:32 PM, Christopher Neal >>> wrote: >>> >>> Hi Zach, >>> >>> I had a similar issue recently. I can't seem to download the file (it's >>> giving a 403 server error that I don't have permission to download). The >>> kitware team found that the Paraview Tecplot reader would get into an >>> infinite loop if it had trouble reading some of the header information. In >>> my case it was a line that contained 'f=point c=black' which was causing the >>> issue. >>> >>> The issue was resolved but the fix isn't in the current version. See the >>> Gitlab issue: https://gitlab.kitware.com/paraview/paraview/issues/17293 >>> >>> On Tue, Apr 11, 2017 at 4:16 PM, Zach Davis wrote: >>>> >>>> Tuesday, 11 April 2017 >>>> >>>> >>>> >>>> All, >>>> >>>> I?m encountering a problem in which ParaVIew seems to freeze when >>>> attempting to load a Tecplot *.dat file. An example of a compressed *.dat >>>> file that?s causing this issue can be downloaded here (~4.4MB). I?m using >>>> ParaVIew 5.3.0-219-g24f5a44 under macOS 10.12.4. Note, the file fails to >>>> load under ParaView version 4.4 as well. I?ve compressed the *.dat file >>>> with gzip for transmission?please unzip it prior to attempting to reproduce >>>> the problem in ParaView. Uncompressed it's a 16MB file, and shouldn?t take >>>> very long to load? Any ideas what might be the issue? Is there a problem >>>> with the file?s format, or is ParaView the culprit? >>>> >>>> Best Regards, >>>> >>>> >>>> >>>> Zach Davis >>>> Pointwise?, Inc. >>>> Sr. Engineer, Sales & Marketing >>>> 213 South Jennings Avenue >>>> Fort Worth, TX 76104-1107 >>>> >>>> E: zach.davis at pointwise.com >>>> P: (817) 377-2807 x1202 >>>> F: (817) 377-2799 >>>> >>>> >>>> >>>> _______________________________________________ >>>> Powered by www.kitware.com >>>> >>>> Visit other Kitware open-source projects at >>>> http://www.kitware.com/opensource/opensource.html >>>> >>>> Please keep messages on-topic and check the ParaView Wiki at: >>>> http://paraview.org/Wiki/ParaView >>>> >>>> Search the list archives at: http://markmail.org/search/?q=ParaView >>>> >>>> Follow this link to subscribe/unsubscribe: >>>> http://public.kitware.com/mailman/listinfo/paraview >>>> >>> >>> >>> >>> -- >>> Christopher Neal >>> Research Engineer >>> Streamline Numerics, Inc. >>> https://www.snumerics.com/ >>> >>> >> >> >> >> -- >> Christopher Neal >> Research Engineer >> Streamline Numerics, Inc. >> https://www.snumerics.com/ >> >> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> > > > > -- > Cory Quammen > Staff R&D Engineer > Kitware, Inc. > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Wed Apr 12 10:09:51 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Wed, 12 Apr 2017 10:09:51 -0400 Subject: [Paraview] Multiprocessing lib in python shell In-Reply-To: References: Message-ID: Rustem, I doubt the multiprocessing module will every play nicely with the Python interpreter built into ParaView. As you have noticed, multiprocessing works by spawning additional instances of the Python interpreter, in this case, ParaView. If you can live with that and make it work for your use case, great, but I don't know that ParaView would be able to change the multiprocessing module's behavior. Out of curiosity, what is your use case for using the multiprocessing module? Thanks, Cory On Wed, Apr 12, 2017 at 9:43 AM, Rustem Khabetdinov wrote: > Hello, > There was a bug in python shell running this code: > from multiprocessing import Pool > p = Pool() > > It created multiple paraview instances but there was a patch that could > help. Now when I try to run the same code the issue is still there. Is it a > bug or should I try to change something in build variables to get this code > work? > > Thank you, > Rustem > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From cory.quammen at kitware.com Wed Apr 12 10:19:02 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Wed, 12 Apr 2017 10:19:02 -0400 Subject: [Paraview] Placing a ContourPlot under a Plot3D In-Reply-To: References: Message-ID: You don't say what kind of data you have, but I am guessing it is a 2D regular grid? The first step is to load the data into ParaView. It looks like you can save the data in VTK file format from freefem, so start by doing that. Then, you can use the Warp By Scalar filter to create a surface from the 2D data. You can also apply a Contour filter to the data and leave it in place. Attached is an example image of what I imagine you have in mind. HTH, Cory On Wed, Apr 12, 2017 at 9:57 AM, Emna Reseach wrote: > Hi > > I would like to combine a 3-dimensional graph of a function with its > 2-dimensional contour-plot underneath it in a professional way. > But I have no idea how to start. My computations are done with the help of > freefem. > > Does anyone know, if it is possible, how to do this? > Thank you in advance. > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -- Cory Quammen Staff R&D Engineer Kitware, Inc. -------------- next part -------------- A non-text attachment was scrubbed... Name: 3DFunctionContours.png Type: image/png Size: 294973 bytes Desc: not available URL: From hedieh.ebrahimi at amphos21.com Wed Apr 12 10:38:06 2017 From: hedieh.ebrahimi at amphos21.com (Hedieh Ebrahimi) Date: Wed, 12 Apr 2017 16:38:06 +0200 Subject: [Paraview] capability to read data from big-endian machine Message-ID: Dear all, When trying to read data generated on supercomputer (big-endian), the ParaView PFlotran-reader fails. This is because the data generated on the supercomputer is big-endian whereas my machine (Intel machine) uses little-endian. The workaround to fix this is to go to following directory: Utilities/VisItBridge/databases/PFLOTRAN and to the following file : avtPFLOTRANFileFormat.C In the functions avtPFLOTRANFileFormat::GetVar(...) and avtPFLOTRANFileFormat::GetVectorVar(...) there are the following if-statement TWO TIMES IN BOTH FUNCTIONS, so 4 modifications are needed: if (H5Tequal(intype, H5T_NATIVE_FLOAT) || H5Tequal(intype, H5T_NATIVE_DOUBLE) || H5Tequal(intype, H5T_NATIVE_LDOUBLE) ) Replace ALL 4 above OCCURRENCES by if (H5Tequal(intype, H5T_NATIVE_FLOAT) || H5Tequal(intype, H5T_NATIVE_DOUBLE) || H5Tequal(intype, H5T_NATIVE_LDOUBLE) || H5Tequal(intype, H5T_IEEE_F32BE) || H5Tequal(intype, H5T_IEEE_F64BE) ) The problem is I have to compile paraview from source for each update or on every machine. I was wondering whether this capability to read data from big-endian machine could be included. I?d appreciate your answer, Hedieh Ebrahimi Consultant -------------- next part -------------- An HTML attachment was scrubbed... URL: From rustem.khabetdinov at gmail.com Wed Apr 12 10:50:44 2017 From: rustem.khabetdinov at gmail.com (Rustem Khabetdinov) Date: Wed, 12 Apr 2017 17:50:44 +0300 Subject: [Paraview] Multiprocessing lib in python shell In-Reply-To: References: Message-ID: I wanted to use it to download multiple frames from remote server using websockets and creating vtp files. Or to create multiple vtp files. Thank you, Rustem 2017-04-12 17:09 GMT+03:00 Cory Quammen : > Rustem, > > I doubt the multiprocessing module will every play nicely with the > Python interpreter built into ParaView. As you have noticed, > multiprocessing works by spawning additional instances of the Python > interpreter, in this case, ParaView. If you can live with that and > make it work for your use case, great, but I don't know that ParaView > would be able to change the multiprocessing module's behavior. > > Out of curiosity, what is your use case for using the multiprocessing > module? > > Thanks, > Cory > > On Wed, Apr 12, 2017 at 9:43 AM, Rustem Khabetdinov > wrote: > > Hello, > > There was a bug in python shell running this code: > > from multiprocessing import Pool > > p = Pool() > > > > It created multiple paraview instances but there was a patch that could > > help. Now when I try to run the same code the issue is still there. Is > it a > > bug or should I try to change something in build variables to get this > code > > work? > > > > Thank you, > > Rustem > > > > _______________________________________________ > > Powered by www.kitware.com > > > > Visit other Kitware open-source projects at > > http://www.kitware.com/opensource/opensource.html > > > > Please keep messages on-topic and check the ParaView Wiki at: > > http://paraview.org/Wiki/ParaView > > > > Search the list archives at: http://markmail.org/search/?q=ParaView > > > > Follow this link to subscribe/unsubscribe: > > http://public.kitware.com/mailman/listinfo/paraview > > > > > > -- > Cory Quammen > Staff R&D Engineer > Kitware, Inc. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From zdavis at pointwise.com Wed Apr 12 11:19:55 2017 From: zdavis at pointwise.com (Zach Davis) Date: Wed, 12 Apr 2017 15:19:55 +0000 Subject: [Paraview] Issues Opening Tecplot *.dat File(s) In-Reply-To: References: <2AF3296E-4CE3-4F1C-9572-055C89CBFE28@pointwise.com> <70B21422-9F26-492C-B517-EEEC714F5E92@pointwise.com> Message-ID: Chet, Thanks for looking this over for me. I think I can probably recompile my solver using a newer TecIO library as a workaround. Best Regards, Zach Davis Pointwise?, Inc. Sr. Engineer, Sales & Marketing 213 South Jennings Avenue Fort Worth, TX 76104-1107 E: zach.davis at pointwise.com P: (817) 377-2807 x1202 F: (817) 377-2799 > On Apr 12, 2017, at 9:05 AM, Chet Nieter wrote: > > Zach, > > It looks like you are facing a similar issue to the one that Christopher reported earlier here: > > https://gitlab.kitware.com/paraview/paraview/issues/17293 > > In that particular case the file he was trying to read was an older version of the Tecplot file format and the Paraview Tecplot reader did not know what to do with the header information in the file. As Cory mentioned a recent change to ParaView which is not in the 5.3 release fixed the freeze but currently ParaView does not support the older Tecplot format. Based on the error that Cory is reported the Tecplot reader is still expecting to find header information even though it is now reading the section of the file where the data resides. I can?t say for sure but I suspect your file may also be an older version of the Tecplot file format which is currently not supported by the ParaView Tecplot reader. > > Chet > > ======================================= > Chet Nieter, Ph.D > R&D Engineer, Kitware Inc. > http://www.kitware.com/company/team/nieter.html > ======================================= > > >> On Apr 11, 2017, at 5:58 PM, Cory Quammen > wrote: >> >> Zach, >> >> With recent changes to ParaView (March 15, 2017), I was able to "open" >> the file in the most recent development version of ParaView without >> getting stuck in an infinite loop, but I did get the following >> warnings: >> >> Warning: In /Users/cory.quammen/src/paraview/VTK/IO/Geometry/vtkTecplotReader.cxx, >> line 1795 >> vtkTecplotReader (0x1350d2c00): >> /Users/cory.quammen/Desktop/oneram6-prism_tec_boundary.dat; Tecplot >> zone record parameter 'SOLUTIONTIME' is currently unsupported. >> Warning: In /Users/cory.quammen/src/paraview/VTK/IO/Geometry/vtkTecplotReader.cxx, >> line 1789 >> vtkTecplotReader (0x1350d2c00): >> /Users/cory.quammen/Desktop/oneram6-prism_tec_boundary.dat; Tecplot >> zone record parameter 'STRANDID' is currently unsupported. >> ERROR: In /Users/cory.quammen/src/paraview/VTK/IO/Geometry/vtkTecplotReader.cxx, >> line 1902 >> vtkTecplotReader (0x1350d2c00): >> /Users/cory.quammen/Desktop/oneram6-prism_tec_boundary.dat: The record >> type 0.317283460316E+02 found in the file is unknown. >> >> The read fails, but hopefully this tells you what is going on. >> >> HTH, >> Cory >> >> On Tue, Apr 11, 2017 at 5:49 PM, Zach Davis > wrote: >>> >>> >>> >>> Christopher, >>> >>> Sorry, about the link. I would attach the file here, but it exceeds the >>> mailing list?s size limits. The solver I?m using is probably using an older >>> version of the TecIO library, since changes to the Tecplot file format have >>> been changing pretty frequently in recent years? Hopefully someone else who >>> can download the file can help identify which token(s), if any, are causing >>> a problem. >>> >>> Best Regards, >>> >>> >>> >>> Zach Davis >>> Pointwise?, Inc. >>> Sr. Engineer, Sales & Marketing >>> 213 South Jennings Avenue >>> Fort Worth, TX 76104-1107 >>> >>> E: zach.davis at pointwise.com >>> P: (817) 377-2807 x1202 >>> F: (817) 377-2799 >>> >>> On Apr 11, 2017, at 4:44 PM, Christopher Neal > >>> wrote: >>> >>> That link doesn't seem to work either :( >>> >>> For me, those terms were apparently out of date with what the reader was >>> expecting. And so when it hit those tokens it just froze instead of jumping >>> out and throwing an error. It's possible that you have other tokens(i.e. >>> options) that are setting this off. It could also be something else, but >>> the scenario is very close to what I was dealing with. Is the program that >>> is writing the Tecplot file up-to-date with the newest Tecplot file format? >>> >>> On Tue, Apr 11, 2017 at 5:39 PM, Zach Davis > wrote: >>>> >>>> Hi Christopher, >>>> >>>> Thanks for you input. Apologies if the link wasn?t working for you. At >>>> least one person on the mailing list was able to download a copy >>>> successfully. I don?t know if this will help, but you might try seeing if >>>> the following link works any better: >>>> >>>> https://pointwiseenterprise.sharefile.com/d-sd1c1d4e9eeb450e8 >>>> >>>> I did a preliminary search for the terms ?f=point? and ?c=black? in my >>>> text editor. It doesn?t seem to have found either entries; though, it does >>>> appear it?s stuck in a loop of some sort. >>>> >>>> Best Regards, >>>> >>>> Zach Davis >>>> Pointwise?, Inc. >>>> Sr. Engineer, Sales & Marketing >>>> 213 South Jennings Avenue >>>> Fort Worth, TX 76104-1107 >>>> >>>> E: zach.davis at pointwise.com >>>> P: (817) 377-2807 x1202 >>>> F: (817) 377-2799 >>>> >>>> >>>> On Apr 11, 2017, at 4:32 PM, Christopher Neal >>>> wrote: >>>> >>>> Hi Zach, >>>> >>>> I had a similar issue recently. I can't seem to download the file (it's >>>> giving a 403 server error that I don't have permission to download). The >>>> kitware team found that the Paraview Tecplot reader would get into an >>>> infinite loop if it had trouble reading some of the header information. In >>>> my case it was a line that contained 'f=point c=black' which was causing the >>>> issue. >>>> >>>> The issue was resolved but the fix isn't in the current version. See the >>>> Gitlab issue: https://gitlab.kitware.com/paraview/paraview/issues/17293 >>>> >>>> On Tue, Apr 11, 2017 at 4:16 PM, Zach Davis wrote: >>>>> >>>>> Tuesday, 11 April 2017 >>>>> >>>>> >>>>> >>>>> All, >>>>> >>>>> I?m encountering a problem in which ParaVIew seems to freeze when >>>>> attempting to load a Tecplot *.dat file. An example of a compressed *.dat >>>>> file that?s causing this issue can be downloaded here (~4.4MB). I?m using >>>>> ParaVIew 5.3.0-219-g24f5a44 under macOS 10.12.4. Note, the file fails to >>>>> load under ParaView version 4.4 as well. I?ve compressed the *.dat file >>>>> with gzip for transmission?please unzip it prior to attempting to reproduce >>>>> the problem in ParaView. Uncompressed it's a 16MB file, and shouldn?t take >>>>> very long to load? Any ideas what might be the issue? Is there a problem >>>>> with the file?s format, or is ParaView the culprit? >>>>> >>>>> Best Regards, >>>>> >>>>> >>>>> >>>>> Zach Davis >>>>> Pointwise?, Inc. >>>>> Sr. Engineer, Sales & Marketing >>>>> 213 South Jennings Avenue >>>>> Fort Worth, TX 76104-1107 >>>>> >>>>> E: zach.davis at pointwise.com >>>>> P: (817) 377-2807 x1202 >>>>> F: (817) 377-2799 >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Powered by www.kitware.com >>>>> >>>>> Visit other Kitware open-source projects at >>>>> http://www.kitware.com/opensource/opensource.html >>>>> >>>>> Please keep messages on-topic and check the ParaView Wiki at: >>>>> http://paraview.org/Wiki/ParaView >>>>> >>>>> Search the list archives at: http://markmail.org/search/?q=ParaView >>>>> >>>>> Follow this link to subscribe/unsubscribe: >>>>> http://public.kitware.com/mailman/listinfo/paraview >>>>> >>>> >>>> >>>> >>>> -- >>>> Christopher Neal >>>> Research Engineer >>>> Streamline Numerics, Inc. >>>> https://www.snumerics.com/ >>>> >>>> >>> >>> >>> >>> -- >>> Christopher Neal >>> Research Engineer >>> Streamline Numerics, Inc. >>> https://www.snumerics.com/ >>> >>> >>> >>> _______________________________________________ >>> Powered by www.kitware.com >>> >>> Visit other Kitware open-source projects at >>> http://www.kitware.com/opensource/opensource.html >>> >>> Please keep messages on-topic and check the ParaView Wiki at: >>> http://paraview.org/Wiki/ParaView >>> >>> Search the list archives at: http://markmail.org/search/?q=ParaView >>> >>> Follow this link to subscribe/unsubscribe: >>> http://public.kitware.com/mailman/listinfo/paraview >>> >> >> >> >> -- >> Cory Quammen >> Staff R&D Engineer >> Kitware, Inc. >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 842 bytes Desc: Message signed with OpenPGP URL: From chrisneal at snumerics.com Wed Apr 12 12:22:02 2017 From: chrisneal at snumerics.com (Christopher Neal) Date: Wed, 12 Apr 2017 12:22:02 -0400 Subject: [Paraview] capability to read data from big-endian machine In-Reply-To: References: Message-ID: Hi Hedieh, I know that you can create a request for this in the 'issues' tab of the Paraview Gitlab repository. That is their formal system for tracking feedback/issues related to Paraview https://gitlab.kitware.com/paraview/paraview/issues Best regards, Chris On Wed, Apr 12, 2017 at 10:38 AM, Hedieh Ebrahimi < hedieh.ebrahimi at amphos21.com> wrote: > Dear all, > > When trying to read data generated on supercomputer (big-endian), the > ParaView PFlotran-reader fails. This is because the data generated on the > supercomputer is big-endian whereas my machine (Intel machine) uses > little-endian. > > The workaround to fix this is to go to following directory: > > Utilities/VisItBridge/databases/PFLOTRAN > and to the following file : avtPFLOTRANFileFormat.C > > In the functions avtPFLOTRANFileFormat::GetVar(...) and > avtPFLOTRANFileFormat::GetVectorVar(...) > there are the following if-statement TWO TIMES IN BOTH FUNCTIONS, so 4 > modifications are needed: > > if (H5Tequal(intype, H5T_NATIVE_FLOAT) || > H5Tequal(intype, H5T_NATIVE_DOUBLE) || > H5Tequal(intype, H5T_NATIVE_LDOUBLE) ) > > Replace ALL 4 above OCCURRENCES by > > if (H5Tequal(intype, H5T_NATIVE_FLOAT) || > H5Tequal(intype, H5T_NATIVE_DOUBLE) || > H5Tequal(intype, H5T_NATIVE_LDOUBLE) || > H5Tequal(intype, H5T_IEEE_F32BE) || > H5Tequal(intype, H5T_IEEE_F64BE) ) > > The problem is I have to compile paraview from source for each update or > on every machine. I was wondering whether this capability to read data from > big-endian machine could be included. > I?d appreciate your answer, > > Hedieh Ebrahimi > Consultant > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > -- Christopher Neal Research Engineer Streamline Numerics, Inc. https://www.snumerics.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From wascott at sandia.gov Wed Apr 12 12:51:47 2017 From: wascott at sandia.gov (Scott, W Alan) Date: Wed, 12 Apr 2017 16:51:47 +0000 Subject: [Paraview] [EXTERNAL] Ansys Reader In-Reply-To: References: Message-ID: Stephane, I believe the reason you have not had an answer is that what you are trying to do is unknown to the group. I have never seen a .cdb file or .inp file, so again, don?t know. No, the given file does not open in ParaView 5.3.0. I tried to read it as an ANSYS file. You could try reading a real ANSYS .inp file, if you have one. Find out if the reader works. Sorry for not having any ideas, Alan From: ParaView [mailto:paraview-bounces at paraview.org] On Behalf Of stephane???? ???? Sent: Wednesday, April 12, 2017 2:31 AM To: paraview Subject: [EXTERNAL] [Paraview] Ansys Reader Hello, Didn't get an answer to my first mail so I will try again. can you open the attached ansys mesh file (.inp) in paraview? If not do you notice anything wrong in the syntax? this file is actually a renamed cdb file generated by ansys APDL. I've been comparing it to the "intake.inp" file format and it looks ok but... Help needed! regards Ndong-Mefane Stephane, Dr.Eng Basic Design Sec. Steam Turbine Dept. Kawasaki Factory Fuji Electric Co., Ltd 1-1, Tanabeshinden, Kawasaki-ku, Kawasaki-city 210-9530, Japan Phone: +81-44-329-2155 Fax: +81-44-329-2394 -------------- next part -------------- An HTML attachment was scrubbed... URL: From rdjamis at sandia.gov Wed Apr 12 13:01:16 2017 From: rdjamis at sandia.gov (Jamison, Ryan Dale) Date: Wed, 12 Apr 2017 17:01:16 +0000 Subject: [Paraview] [EXTERNAL] Extracting min/max values of current data range as a variable in python In-Reply-To: References: <6CB1B391-73BD-4097-8F25-C7418DB55CC0@sandia.gov> Message-ID: <4CEB4D47-62D4-4919-AD88-F52F1C4D42B6@sandia.gov> Andy, I combined the Extract Filter Block with the example you outlined below and it worked! I was able to use GetRange() to get the minimum and maximum of the array for the current time. On a side note, other than GetRange(), what else can be done with data from GetArray()? Best, Ryan On Apr 11, 2017, at 7:46 PM, Andy Bauer > wrote: Hi, Besides Yoshimi's way, you should be able to do something like the following from pvpython, pvbatch or Python shell. yourfilter.PointData.GetArray().GetRange() # or CellData For example, for a Python script for a Wavelet source you would do the following: w = Wavelet() w.UpdatePipeline() # needed to execute the pipeline to create the output w.PointData.GetArray("RTData").GetRange() This will work for the output of a filter that returns a regular VTK data set or a multiblock data set. If you want the range for only a single block of a multiblock I'd recommend using the Extract Block filter to get that block. It should be a shallow copy of the data set to do that so it should be very fast, even if you don't need the output of the Extract Block filter for anything else. Best, Andy On Tue, Apr 11, 2017 at 9:29 PM, kenichiro yoshimi > wrote: Hi, I also want to know if there is a simple way to do, since I only have the somewhat redundant code: --- source = GetActiveSource() #options for component: -1, 0, 1 and 2 => Mag, X, Y, Z component = -1 cdi = source.GetDataInformation().GetCompositeDataInformation() for i in range(cdi.GetNumberOfChildren()): print 'Block Name: ', cdi.GetName(i) data = cdi.GetDataInformation(i).GetCellDataInformation() for j in range(data.GetNumberOfArrays()): array = data.GetArrayInformation(j) arrayName = array.GetName() dataRange = array.GetComponentRange(component) print arrayName, dataRange --- Thanks, yoshimi 2017-04-12 6:10 GMT+09:00 Jamison, Ryan Dale >: > Hello Everyone, > > I?m wanting to gain more control over automation with my paraview python > scripts. This time around, I?d like to be able to extract information from > the model and use it in my python script. > > For example, I?d like to extract the minimum and maximum values of a cell > variable from a specific block and use those values in the python script. > Once I extract this information, I?d use it for some additional processing. > Something like: > > minValue, maxValue = someCoolParaviewFunction(blockName, variableName) > > Is this possible? If so, any suggestions on how to do it? > > Thanks, > > Ryan > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview -------------- next part -------------- An HTML attachment was scrubbed... URL: From hedieh.ebrahimi at amphos21.com Wed Apr 12 13:13:30 2017 From: hedieh.ebrahimi at amphos21.com (Hedieh Ebrahimi) Date: Wed, 12 Apr 2017 19:13:30 +0200 Subject: [Paraview] error when building ffmpeg Message-ID: Hi all, when buiding paraview I get the following error: 12%] Building CXX object VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/vtkFFMPEGWriter.cxx.o /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx: In member function ?int vtkFFMPEGWriterInternal::Start()?: /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: error: expected type-specifier before ?CodecID? c->codec_id = static_cast(this->avOutputFormat->video_codec); ^ /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: error: expected ?>? before ?CodecID? /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: error: expected ?(? before ?CodecID? /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: error: ?CodecID? was not declared in this scope /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:72: error: expected ?)? before ?;? token c->codec_id = static_cast(this->avOutputFormat->video_codec); ^ VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/build.make:74: recipe for target 'VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/vtkFFMPEGWriter.cxx.o' failed make[2]: *** [VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/vtkFFMPEGWriter.cxx.o] Error 1 CMakeFiles/Makefile2:7935: recipe for target 'VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/all' failed make[1]: *** [VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/all] Error 2 Makefile:149: recipe for target 'all' failed make: *** [all] Error 2 I have trying to build on opensuse leap 42.2. and my ffmpeg version is 3.2.4 Could anybody give me a hint on how to fix this? Thank you very much in Advance, Hedieh Ebrahimi Consultant -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- # This is the CMakeCache file. # For build in directory: /home/hedieh/sofware/paraview_build # It was generated by CMake: /usr/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Dependencies for the target AcceleratedAlgorithms_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //Dependencies for the target AnalyzeNIfTIIO_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS;general;vtkzlib; //Dependencies for the target ArrowGlyph_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //Build the VTK documentation BUILD_DOCUMENTATION:BOOL=OFF BUILD_EXAMPLES:BOOL=FALSE //Build IceT with shared libraries. BUILD_SHARED_LIBS:BOOL=OFF //Build the testing tree. BUILD_TESTING:BOOL=OFF //Build With User Defined Values BUILD_USER_DEFINED_LIBS:BOOL=OFF //The directory containing a CMake configuration file for Boost. Boost_DIR:PATH=Boost_DIR-NOTFOUND //Path to a file. Boost_INCLUDE_DIR:PATH=/usr/include //Dependencies for the target CDIReader_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS;general;vtkNetCDF;general;vtkNetCDF_cxx; //Path to a file. CGNS_INCLUDE_DIR:PATH=CGNS_INCLUDE_DIR-NOTFOUND //Path to a library. CGNS_LIBRARY:FILEPATH=CGNS_LIBRARY-NOTFOUND //Path to a program. CMAKE_AR:FILEPATH=/usr/bin/ar //For backwards compatibility, what version of CMake commands and // syntax should this version of CMake try to support. CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4 //Choose the type of build. CMAKE_BUILD_TYPE:STRING=Release //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON //CXX compiler CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ //Flags used by the compiler during all build types. CMAKE_CXX_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_CXX_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //C compiler CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc //Flags used by the compiler during all build types. CMAKE_C_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Flags used by the linker. CMAKE_EXE_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF //Fortran compiler CMAKE_Fortran_COMPILER:FILEPATH=/usr/bin/gfortran //Fortran flags CMAKE_Fortran_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_Fortran_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_Fortran_FLAGS_MINSIZEREL:STRING=-Os //Flags used by the compiler during release builds. CMAKE_Fortran_FLAGS_RELEASE:STRING=-O3 //Flags used by the compiler during release builds with debug info. CMAKE_Fortran_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Use HP pthreads. CMAKE_HP_PTHREADS:BOOL= //user executables (bin) CMAKE_INSTALL_BINDIR:PATH=bin //read-only architecture-independent data (DATAROOTDIR) CMAKE_INSTALL_DATADIR:PATH= //read-only architecture-independent data root (share) CMAKE_INSTALL_DATAROOTDIR:PATH=share //documentation root (DATAROOTDIR/doc/PROJECT_NAME) CMAKE_INSTALL_DOCDIR:PATH= //C header files (include) CMAKE_INSTALL_INCLUDEDIR:PATH=include //info documentation (DATAROOTDIR/info) CMAKE_INSTALL_INFODIR:PATH= //object code libraries (lib64) CMAKE_INSTALL_LIBDIR:PATH=lib64 //program executables (libexec) CMAKE_INSTALL_LIBEXECDIR:PATH=libexec //locale-dependent data (DATAROOTDIR/locale) CMAKE_INSTALL_LOCALEDIR:PATH= //modifiable single-machine data (var) CMAKE_INSTALL_LOCALSTATEDIR:PATH=var //man documentation (DATAROOTDIR/man) CMAKE_INSTALL_MANDIR:PATH= //C header files for non-gcc (/usr/include) CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local //system admin executables (sbin) CMAKE_INSTALL_SBINDIR:PATH=sbin //modifiable architecture-independent data (com) CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com //read-only single-machine data (etc) CMAKE_INSTALL_SYSCONFDIR:PATH=etc //Path to a program. CMAKE_LINKER:FILEPATH=/usr/bin/ld //Path to a program. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake //Flags used by the linker during the creation of modules. CMAKE_MODULE_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_NM:FILEPATH=/usr/bin/nm //Path to a program. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy //Path to a program. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=ParaView //Path to a program. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib //Flags used by the linker during the creation of dll's. CMAKE_SHARED_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO //Flags used by the linker during the creation of static libraries. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_STRIP:FILEPATH=/usr/bin/strip //Thread library used. CMAKE_THREAD_LIBS:STRING=-lpthread //Use the pthreads library. CMAKE_USE_PTHREADS:BOOL=1 //Use sproc libs. CMAKE_USE_SPROC:BOOL= //Use the win32 thread library. CMAKE_USE_WIN32_THREADS:BOOL= //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //X11 extra flags. CMAKE_X_CFLAGS:STRING= //Libraries and options used in X11 programs. CMAKE_X_LIBS:STRING=/usr/lib64/libSM.so;/usr/lib64/libICE.so;/usr/lib64/libX11.so;/usr/lib64/libXext.so //Enable to build Debian packages CPACK_BINARY_DEB:BOOL=OFF //Enable to build IFW packages CPACK_BINARY_IFW:BOOL=OFF //Enable to build NSIS packages CPACK_BINARY_NSIS:BOOL=OFF //Enable to build RPM packages CPACK_BINARY_RPM:BOOL=OFF //Enable to build STGZ packages CPACK_BINARY_STGZ:BOOL=ON //Enable to build TBZ2 packages CPACK_BINARY_TBZ2:BOOL=OFF //Enable to build TGZ packages CPACK_BINARY_TGZ:BOOL=ON //Enable to build TXZ packages CPACK_BINARY_TXZ:BOOL=OFF //Enable to build TZ packages CPACK_BINARY_TZ:BOOL=ON //Enable to build TBZ2 source packages CPACK_SOURCE_TBZ2:BOOL=ON //Enable to build TGZ source packages CPACK_SOURCE_TGZ:BOOL=ON //Enable to build TXZ source packages CPACK_SOURCE_TXZ:BOOL=ON //Enable to build TZ source packages CPACK_SOURCE_TZ:BOOL=ON //Enable to build ZIP source packages CPACK_SOURCE_ZIP:BOOL=OFF //Value Computed by CMake DICOMParser_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/Utilities/DICOMParser //Value Computed by CMake DICOMParser_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/Utilities/DICOMParser //Value Computed by CMake DIY2_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/diy2/vtkdiy2 //Value Computed by CMake DIY2_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/diy2/vtkdiy2 //Path to a library. EXECINFO_LIB:FILEPATH=EXECINFO_LIB-NOTFOUND //Disable compiler warnings EXODUSII_DISABLE_COMPILER_WARNINGS:BOOL=ON //Additional URL templates for the ExternalData CMake script to // look for testing data. E.g. //\nfile:///var/bigharddrive/%(algo)/%(hash) ExternalData_URL_TEMPLATES:STRING= //Dependencies for the target EyeDomeLightingView_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //Value Computed by CMake EyeDomeLighting_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/Plugins/EyeDomeLighting //Value Computed by CMake EyeDomeLighting_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/Plugins/EyeDomeLighting //Location of FFMPEG Headers FFMPEG_LIBAVCODEC_INCLUDE_DIRS:PATH=/home/hedieh/sofware/ffmpeg/libavcodec //Location of FFMPEG Libraries FFMPEG_LIBAVCODEC_LIBRARIES:FILEPATH=/home/hedieh/sofware/ffmpeg/libavcodec/libavcodec.a //Location of FFMPEG Headers FFMPEG_LIBAVDEVICE_INCLUDE_DIRS:PATH=/home/hedieh/sofware/ffmpeg/libavdevice //Location of FFMPEG Libraries FFMPEG_LIBAVDEVICE_LIBRARIES:FILEPATH=/home/hedieh/sofware/ffmpeg/libavdevice/libavdevice.a //Location of FFMPEG Headers FFMPEG_LIBAVFORMAT_INCLUDE_DIRS:PATH=/home/hedieh/sofware/ffmpeg/libavformat //Location of FFMPEG Libraries FFMPEG_LIBAVFORMAT_LIBRARIES:FILEPATH=/home/hedieh/sofware/ffmpeg/libavformat/libavformat.a //Location of FFMPEG Headers FFMPEG_LIBAVUTIL_INCLUDE_DIRS:PATH=/home/hedieh/sofware/ffmpeg/libavutil //Location of FFMPEG Libraries FFMPEG_LIBAVUTIL_LIBRARIES:FILEPATH=/home/hedieh/sofware/ffmpeg/libavutil/libavutil.a //Location of FFMPEG Headers FFMPEG_LIBSWSCALE_INCLUDE_DIRS:PATH=/home/hedieh/sofware/ffmpeg/libswscale //Location of FFMPEG Libraries FFMPEG_LIBSWSCALE_LIBRARIES:FILEPATH=/home/hedieh/sofware/ffmpeg/libswscale/libswscale.a //Location of FFMPEG FFMPEG_ROOT:PATH= //Value Computed by CMake FmmMesh_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/Plugins/GeodesicMeasurementPlugin/FmmMesh //Dependencies for target FmmMesh_LIB_DEPENDS:STATIC= //Value Computed by CMake FmmMesh_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/Plugins/GeodesicMeasurementPlugin/FmmMesh //Git command line client GIT_EXECUTABLE:FILEPATH=/usr/bin/git //The directory containing gmvread.c, gmvread.h and gmvrayread.h GMVReader_GMVREAD_LIB_DIR:PATH=/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/GMV //Dependencies for the target GMVReader_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS;general;vtksys;general;/home/hedieh/mpich-install/lib64/libmpi.so;general;/home/hedieh/mpich-install/lib64/libmpicxx.so;general;/home/hedieh/mpich-install/lib64/libmpi.so; //Calculate minimum and maximum of data arrays in RequestInformation // calls. //\n A feature inherited from AVSucdReader, but it seems this // information is //\n never queried by ParaView. GMVReader_SKIP_DATARANGE_CALCULATIONS_IN_REQUEST_INFORMATION_CALLS:BOOL=OFF //Value Computed by CMake GeodesicMeasurementPlugin_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/Plugins/GeodesicMeasurementPlugin //Value Computed by CMake GeodesicMeasurementPlugin_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/Plugins/GeodesicMeasurementPlugin //Dependencies for the target GeodesicMeasurement_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS;general;FmmMesh; //Dependencies for the target H5PartReader_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS;general;vtkhdf5_hl;general;vtkhdf5;general;vtksys;general;/home/hedieh/mpich-install/lib64/libmpi.so;general;/home/hedieh/mpich-install/lib64/libmpicxx.so;general;/home/hedieh/mpich-install/lib64/libmpi.so; //IEEE floating point is available HAVE_IEEEFP:STRING=1 //Value Computed by CMake HDF5_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/hdf5/vtkhdf5 //Build Static Executabless HDF5_BUILD_STATIC_EXECS:BOOL=OFF //Enable all warnings HDF5_ENABLE_ALL_WARNINGS:BOOL=OFF //Turn on debugging in all packages HDF5_ENABLE_DEBUG_APIS:BOOL=OFF //Build the Direct I/O Virtual File Driver HDF5_ENABLE_DIRECT_VFD:BOOL=ON //embed library info into executables HDF5_ENABLE_EMBEDDED_LIBINFO:BOOL=ON //Enable group five warnings HDF5_ENABLE_GROUPFIVE_WARNINGS:BOOL=OFF //Enable group four warnings HDF5_ENABLE_GROUPFOUR_WARNINGS:BOOL=OFF //Enable group one warnings HDF5_ENABLE_GROUPONE_WARNINGS:BOOL=OFF //Enable group three warnings HDF5_ENABLE_GROUPTHREE_WARNINGS:BOOL=OFF //Enable group two warnings HDF5_ENABLE_GROUPTWO_WARNINGS:BOOL=OFF //Enable group zero warnings HDF5_ENABLE_GROUPZERO_WARNINGS:BOOL=OFF //Instrument The library HDF5_ENABLE_INSTRUMENT:BOOL=OFF //Value Computed by CMake HDF5_HL_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/hdf5/vtkhdf5/hl //Value Computed by CMake HDF5_HL_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/hdf5/vtkhdf5/hl //Value Computed by CMake HDF5_HL_SRC_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/hdf5/vtkhdf5/hl/src //Value Computed by CMake HDF5_HL_SRC_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/hdf5/vtkhdf5/hl/src //CPACK - Disable packaging HDF5_NO_PACKAGES:BOOL=OFF //Package the HDF5 Library Examples Compressed File HDF5_PACK_EXAMPLES:BOOL=OFF //Value Computed by CMake HDF5_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/hdf5/vtkhdf5 //Value Computed by CMake HDF5_SRC_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/hdf5/vtkhdf5/src //Value Computed by CMake HDF5_SRC_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/hdf5/vtkhdf5/src //Enable folder grouping of projects in IDEs. HDF5_USE_FOLDERS:BOOL=ON //Native CPU bit order HOST_BIG_ENDIAN:STRING=OFF //Native CPU bit order HOST_FILLORDER:STRING=FILLORDER_LSB2MSB //Value Computed by CMake ICET_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/ThirdParty/IceT/vtkicet //Sets the preferred `k' value for the radix-k algorithm. This // is the amount of simultaneous messages each process receives. // A value of 8 is generally good on most architectures, but in // others that have slower computation with respect to network // (such as BlueGene), a larger value may give better performance. ICET_MAGIC_K:STRING=8 //Sets the preferred number of times an image may be split. Some // image compositing algorithms prefer to partition the images // such that each process gets a piece. Too many partitions, though, // and you end up spending more time collecting them than you save // balancing the compositing. ICET_MAX_IMAGE_SPLIT:STRING=512 //Value Computed by CMake ICET_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/ThirdParty/IceT/vtkicet //Use MPE to trace MPI communications. This is helpful for developers // trying to measure the performance of parallel compositing algorithms. ICET_USE_MPE:BOOL=OFF //Build MPI communication layer for IceT. ICET_USE_MPI:BOOL=ON //Build OpenGL support layer for IceT. ICET_USE_OPENGL:BOOL=ON //Installation directory for executables INSTALL_BIN_DIR:PATH=/usr/local/bin //Installation directory for headers INSTALL_INC_DIR:PATH=/usr/local/include //Installation directory for libraries INSTALL_LIB_DIR:PATH=/usr/local/lib //Installation directory for manual pages INSTALL_MAN_DIR:PATH=/usr/local/share/man //Installation directory for pkgconfig (.pc) files INSTALL_PKGCONFIG_DIR:PATH=/usr/local/share/pkgconfig //Dependencies for the target IceTCore_LIB_DEPENDS:STATIC=general;m;general;m; //Dependencies for the target IceTGL_LIB_DEPENDS:STATIC=general;m;general;IceTCore;general;/usr/lib64/libGL.so;general;/usr/lib64/libGL.so; //Dependencies for the target IceTMPI_LIB_DEPENDS:STATIC=general;m;general;IceTCore;general;/home/hedieh/mpich-install/lib64/libmpi.so; //Value Computed by CMake JsonCpp_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/jsoncpp/vtkjsoncpp //Value Computed by CMake JsonCpp_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/jsoncpp/vtkjsoncpp //Value Computed by CMake LZ4_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/lz4/vtklz4 //Value Computed by CMake LZ4_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/lz4/vtklz4 //Dependencies for the target LagrangianParticleTracker_LIB_DEPENDS:STATIC=general;pqComponents;general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS;general;vtkFiltersFlowPaths; //Executable for running MPI programs. MPIEXEC:FILEPATH=/home/hedieh/mpich-install/bin/mpiexec //Maximum number of processors available to run MPI applications. MPIEXEC_MAX_NUMPROCS:STRING=2 //Flag used by MPI to specify the number of processes for MPIEXEC; // the next option will be the number of processes. MPIEXEC_NUMPROC_FLAG:STRING=-np //These flags will come after all flags given to MPIEXEC. MPIEXEC_POSTFLAGS:STRING= //These flags will be directly before the executable that is being // run by MPIEXEC. MPIEXEC_PREFLAGS:STRING= //Path to a program. MPI_CXX_COMPILER:FILEPATH=/home/hedieh/mpich-install/bin/mpicxx //MPI CXX compilation flags MPI_CXX_COMPILE_FLAGS:STRING= //MPI CXX include path MPI_CXX_INCLUDE_PATH:STRING=/home/hedieh/mpich-install/include //MPI CXX libraries to link against MPI_CXX_LIBRARIES:STRING=/home/hedieh/mpich-install/lib64/libmpicxx.so;/home/hedieh/mpich-install/lib64/libmpi.so //MPI CXX linking flags MPI_CXX_LINK_FLAGS:STRING= -Wl,-rpath -Wl,/home/hedieh/mpich-install/lib64 -Wl,--enable-new-dtags //Path to a program. MPI_C_COMPILER:FILEPATH=/home/hedieh/mpich-install/bin/mpicc //MPI C compilation flags MPI_C_COMPILE_FLAGS:STRING= //MPI C include path MPI_C_INCLUDE_PATH:STRING=/home/hedieh/mpich-install/include //MPI C libraries to link against MPI_C_LIBRARIES:STRING=/home/hedieh/mpich-install/lib64/libmpi.so //MPI C linking flags MPI_C_LINK_FLAGS:STRING= -Wl,-rpath -Wl,/home/hedieh/mpich-install/lib64 -Wl,--enable-new-dtags //Extra MPI libraries to link against MPI_EXTRA_LIBRARY:STRING=/home/hedieh/mpich-install/lib64/libmpi.so //MPI library to link against MPI_LIBRARY:FILEPATH=/home/hedieh/mpich-install/lib64/libmpicxx.so //Path to a library. M_LIBRARY:FILEPATH=/usr/lib64/libm.so //Path to a file. Mili_INCLUDE_DIR:PATH=Mili_INCLUDE_DIR-NOTFOUND //Path to a library. Mili_LIBRARY:FILEPATH=Mili_LIBRARY-NOTFOUND //Poisson Surface reconstruction from unorganized points Module_PoissonReconstruction:BOOL=OFF //Spline Driven Image Slicer - http://www.vtkjournal.org/browse/publication/838 Module_SplineDrivenImageSlicer:BOOL=OFF //A collection of examples that illustrate how to use VTK. Module_WikiExamples:BOOL=OFF //Request building pqDeprecated Module_pqDeprecated:BOOL=OFF //Request building vtkAcceleratorsVTKm Module_vtkAcceleratorsVTKm:BOOL=OFF //Slicer additions to vtk Module_vtkAddon:BOOL=OFF //Request building vtkCosmoHaloFinder Module_vtkCosmoHaloFinder:BOOL=OFF //Dicom classes and utilities Module_vtkDICOM:BOOL=OFF //Request building vtkDomainsMicroscopy Module_vtkDomainsMicroscopy:BOOL=OFF //Request building vtkFiltersMatlab Module_vtkFiltersMatlab:BOOL=OFF //Request building vtkFiltersReebGraph Module_vtkFiltersReebGraph:BOOL=OFF //Request building vtkFiltersSMP Module_vtkFiltersSMP:BOOL=OFF //Request building vtkFiltersSelection Module_vtkFiltersSelection:BOOL=OFF //Request building vtkFiltersStatisticsGnuR Module_vtkFiltersStatisticsGnuR:BOOL=OFF //Request building vtkFiltersTopology Module_vtkFiltersTopology:BOOL=OFF //Request building vtkGUISupportQtOpenGL Module_vtkGUISupportQtOpenGL:BOOL=OFF //Request building vtkGUISupportQtSQL Module_vtkGUISupportQtSQL:BOOL=OFF //Request building vtkGUISupportQtWebkit Module_vtkGUISupportQtWebkit:BOOL=OFF //Request building vtkGeovisCore Module_vtkGeovisCore:BOOL=OFF //Request building vtkIOADIOS Module_vtkIOADIOS:BOOL=OFF //Request building vtkIOGDAL Module_vtkIOGDAL:BOOL=OFF //Request building vtkIOGeoJSON Module_vtkIOGeoJSON:BOOL=OFF //Request building vtkIOMINC Module_vtkIOMINC:BOOL=OFF //Request building vtkIOMySQL Module_vtkIOMySQL:BOOL=OFF //Request building vtkIOODBC Module_vtkIOODBC:BOOL=OFF //Request building vtkIOPostgreSQL Module_vtkIOPostgreSQL:BOOL=OFF //Request building vtkIOSQL Module_vtkIOSQL:BOOL=OFF //Request building vtkIOVideo Module_vtkIOVideo:BOOL=OFF //Request building vtkIOXdmf3 Module_vtkIOXdmf3:BOOL=OFF //Request building vtkImagingOpenGL2 Module_vtkImagingOpenGL2:BOOL=OFF //Request building vtkImagingStatistics Module_vtkImagingStatistics:BOOL=OFF //Request building vtkImagingStencil Module_vtkImagingStencil:BOOL=OFF //Request building vtkInfovisBoost Module_vtkInfovisBoost:BOOL=OFF //Request building vtkInfovisBoostGraphAlgorithms Module_vtkInfovisBoostGraphAlgorithms:BOOL=OFF //Request building vtkInfovisLayout Module_vtkInfovisLayout:BOOL=OFF //Request building vtkInfovisParallel Module_vtkInfovisParallel:BOOL=OFF //Request building vtkPVCatalyst Module_vtkPVCatalyst:BOOL=OFF //Request building vtkPVCatalystTestDriver Module_vtkPVCatalystTestDriver:BOOL=OFF //Request building vtkPVVTKExtensionsCosmoTools Module_vtkPVVTKExtensionsCosmoTools:BOOL=OFF //Request building vtkParseOGLExt Module_vtkParseOGLExt:BOOL=OFF //Request building vtkRenderingExternal Module_vtkRenderingExternal:BOOL=OFF //Request building vtkRenderingFreeTypeFontConfig Module_vtkRenderingFreeTypeFontConfig:BOOL=OFF //Request building vtkRenderingImage Module_vtkRenderingImage:BOOL=OFF //Request building vtkRenderingOSPRay Module_vtkRenderingOSPRay:BOOL=OFF //Request building vtkRenderingOculus Module_vtkRenderingOculus:BOOL=OFF //Request building vtkRenderingOpenVR Module_vtkRenderingOpenVR:BOOL=OFF //Request building vtkRenderingQt Module_vtkRenderingQt:BOOL=OFF //Request building vtkRenderingSceneGraph Module_vtkRenderingSceneGraph:BOOL=OFF //Request building vtkRenderingTk Module_vtkRenderingTk:BOOL=OFF //Request building vtkTclTk Module_vtkTclTk:BOOL=OFF //Request building vtkTestingGenericBridge Module_vtkTestingGenericBridge:BOOL=OFF //Request building vtkTestingIOSQL Module_vtkTestingIOSQL:BOOL=OFF //Request building vtkUtilitiesBenchmarks Module_vtkUtilitiesBenchmarks:BOOL=OFF //Request building vtkUtilitiesColorSeriesToXML Module_vtkUtilitiesColorSeriesToXML:BOOL=OFF //Request building vtkViewsGeovis Module_vtkViewsGeovis:BOOL=OFF //Request building vtkViewsInfovis Module_vtkViewsInfovis:BOOL=OFF //Request building vtkViewsQt Module_vtkViewsQt:BOOL=OFF //Request building vtkWrappingJava Module_vtkWrappingJava:BOOL=OFF //Request building vtkWrappingPythonCore Module_vtkWrappingPythonCore:BOOL=ON //Request building vtkWrappingTcl Module_vtkWrappingTcl:BOOL=OFF //Request building vtklibproj4 Module_vtklibproj4:BOOL=OFF //Request building vtksqlite Module_vtksqlite:BOOL=OFF //Request building vtkxdmf3 Module_vtkxdmf3:BOOL=OFF //Request building vtkzfp Module_vtkzfp:BOOL=OFF //Dependencies for the target Moments_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //Specify default maximum number of elements in the file chunk // cache chunk for HDF5 files (should be prime number). NETCDF4_CHUNK_CACHE_NELEMS:STRING=1009 //Specify default file chunk cache preemption policy for HDF5 files // (a number between 0 and 1, inclusive). NETCDF4_CHUNK_CACHE_PREEMPTION:STRING=0.75 //Specify default file cache chunk size for HDF5 files in bytes. NETCDF4_CHUNK_CACHE_SIZE:STRING=4194304 //Specify the number of chunks to store in default per-variable // cache. NETCDF4_DEFAULT_CHUNKS_IN_CACHE:STRING=10 //Specify default size of chunks in bytes. NETCDF4_DEFAULT_CHUNK_SIZE:STRING=4194304 //Specify maximum size (in bytes) for the default per-var chunk // cache. NETCDF4_MAX_DEFAULT_CACHE_SIZE:STRING=67108864 //Disable compiler warnings NETCDF_DISABLE_COMPILER_WARNINGS:BOOL=ON //Build netcdf C++ API NETCDF_ENABLE_CXX:BOOL=ON //Dependencies for the target NonOrthogonalSource_LIB_DEPENDS:STATIC=general;pqComponents;general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS;general;pqApplicationComponents; //Path to a file. OPENGL_INCLUDE_DIR:PATH=/usr/include //Path to a library. OPENGL_gl_LIBRARY:FILEPATH=/usr/lib64/libGL.so //Path to a library. OPENGL_glu_LIBRARY:FILEPATH=OPENGL_glu_LIBRARY-NOTFOUND //Path to a file. OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND //Load AcceleratedAlgorithms Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_AcceleratedAlgorithms:BOOL=ON //Load AnalyzeNIfTIIO Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_AnalyzeNIfTIIO:BOOL=ON //Load ArrowGlyph Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_ArrowGlyph:BOOL=ON //Load CDIReader Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_CDIReader:BOOL=OFF //Load EyeDomeLighting Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_EyeDomeLighting:BOOL=OFF //Load GMVReader Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_GMVReader:BOOL=OFF //Load GeodesicMeasurement Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_GeodesicMeasurement:BOOL=OFF //Load H5PartReader Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_H5PartReader:BOOL=OFF //Load LagrangianParticleTracker Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_LagrangianParticleTracker:BOOL=OFF //Load Moments Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_Moments:BOOL=OFF //Load NonOrthogonalSource Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_NonOrthogonalSource:BOOL=OFF //Load PacMan Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_PacMan:BOOL=OFF //Load SLACTools Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_SLACTools:BOOL=OFF //Load SierraPlotTools Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_SierraPlotTools:BOOL=OFF //Load StreamLinesRepresentation Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_StreamLinesRepresentation:BOOL=OFF //Load StreamingParticles Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_StreamingParticles:BOOL=OFF //Load SurfaceLIC Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_SurfaceLIC:BOOL=OFF //Load ThickenLayeredCells Plugin Automatically PARAVIEW_AUTOLOAD_PLUGIN_ThickenLayeredCells:BOOL=OFF //Build AcceleratedAlgorithms Plugin PARAVIEW_BUILD_PLUGIN_AcceleratedAlgorithms:BOOL=TRUE //Build AdiosReader Plugin PARAVIEW_BUILD_PLUGIN_AdiosReader:BOOL=FALSE //Build AdiosStagingReader Plugin PARAVIEW_BUILD_PLUGIN_AdiosStagingReader:BOOL=FALSE //Build AnalyzeNIfTIIO Plugin PARAVIEW_BUILD_PLUGIN_AnalyzeNIfTIIO:BOOL=TRUE //Build ArrowGlyph Plugin PARAVIEW_BUILD_PLUGIN_ArrowGlyph:BOOL=TRUE //Build CDIReader Plugin PARAVIEW_BUILD_PLUGIN_CDIReader:BOOL=TRUE //Build EyeDomeLighting Plugin PARAVIEW_BUILD_PLUGIN_EyeDomeLighting:BOOL=TRUE //Build GMVReader Plugin PARAVIEW_BUILD_PLUGIN_GMVReader:BOOL=TRUE //Build GeodesicMeasurement Plugin PARAVIEW_BUILD_PLUGIN_GeodesicMeasurement:BOOL=TRUE //Build H5PartReader Plugin PARAVIEW_BUILD_PLUGIN_H5PartReader:BOOL=TRUE //Build InSituExodus Plugin PARAVIEW_BUILD_PLUGIN_InSituExodus:BOOL=FALSE //Build LagrangianParticleTracker Plugin PARAVIEW_BUILD_PLUGIN_LagrangianParticleTracker:BOOL=TRUE //Build Moments Plugin PARAVIEW_BUILD_PLUGIN_Moments:BOOL=TRUE //Build NonOrthogonalSource Plugin PARAVIEW_BUILD_PLUGIN_NonOrthogonalSource:BOOL=TRUE //Build PacMan Plugin PARAVIEW_BUILD_PLUGIN_PacMan:BOOL=TRUE //Build PythonQtPlugin Plugin PARAVIEW_BUILD_PLUGIN_PythonQtPlugin:BOOL=FALSE //Build SLACTools Plugin PARAVIEW_BUILD_PLUGIN_SLACTools:BOOL=TRUE //Build SierraPlotTools Plugin PARAVIEW_BUILD_PLUGIN_SierraPlotTools:BOOL=TRUE //Build StreamLinesRepresentation Plugin PARAVIEW_BUILD_PLUGIN_StreamLinesRepresentation:BOOL=TRUE //Build StreamingParticles Plugin PARAVIEW_BUILD_PLUGIN_StreamingParticles:BOOL=TRUE //Build SurfaceLIC Plugin PARAVIEW_BUILD_PLUGIN_SurfaceLIC:BOOL=TRUE //Build TemporalParallelismScriptGenerator Plugin PARAVIEW_BUILD_PLUGIN_TemporalParallelismScriptGenerator:BOOL=FALSE //Build ThickenLayeredCells Plugin PARAVIEW_BUILD_PLUGIN_ThickenLayeredCells:BOOL=TRUE //Build VRPlugin Plugin PARAVIEW_BUILD_PLUGIN_VRPlugin:BOOL=FALSE //Build VaporPlugin Plugin PARAVIEW_BUILD_PLUGIN_VaporPlugin:BOOL=FALSE //Enable ParaView Qt-based client PARAVIEW_BUILD_QT_GUI:BOOL=ON //Exclude test data download from default 'all' target. PARAVIEW_DATA_EXCLUDE_FROM_ALL:BOOL=OFF //Local directory holding ExternalData objects in the layout %(algo)/%(hash). PARAVIEW_DATA_STORE:PATH= //Enable Catalyst CoProcessing modules PARAVIEW_ENABLE_CATALYST:BOOL=OFF //Build ParaView with CosmoTools VTK Extensions PARAVIEW_ENABLE_COSMOTOOLS:BOOL=OFF //Build the ParaView help menu documentation for ParaView and its // plugins PARAVIEW_ENABLE_EMBEDDED_DOCUMENTATION:BOOL=OFF //Enable FFMPEG Support. PARAVIEW_ENABLE_FFMPEG:BOOL=ON //Enable/Disable Python scripting support PARAVIEW_ENABLE_MATPLOTLIB:BOOL=ON //Enable/Disable Python scripting support PARAVIEW_ENABLE_PYTHON:BOOL=ON //Enables markers in the spyplot reader PARAVIEW_ENABLE_SPYPLOT_MARKERS:BOOL=ON //Turn off to avoid ParaView depending on all used VTK modules. PARAVIEW_ENABLE_VTK_MODULES_AS_NEEDED:BOOL=TRUE //Enable/Disable web support PARAVIEW_ENABLE_WEB:BOOL=ON //Enable Xdmf3 support (requires Boost). PARAVIEW_ENABLE_XDMF3:BOOL=OFF //Semicolon separated absolute paths to external directories containing // extra VTK/ParaView modules. PARAVIEW_EXTERNAL_MODULE_ROOTS:STRING= //Semi-colon seperated paths to extrenal plugin directories. PARAVIEW_EXTERNAL_PLUGIN_DIRS:STRING= //A list of plugins to autoload (but not built as part of ParaView // itself) PARAVIEW_EXTRA_EXTERNAL_PLUGINS:STRING= //Freeze Python packages/modules into the application. PARAVIEW_FREEZE_PYTHON:BOOL=OFF //Initialize MPI on client-processes by default. Can be overridden // using command line arguments PARAVIEW_INITIALIZE_MPI_ON_CLIENT:BOOL=OFF //When enabled, "make install" will install development files PARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=OFF //Extra paths to search for plugins PARAVIEW_PLUGIN_LOADER_PATHS:STRING= //Select Qt version to use 4 or 5 PARAVIEW_QT_VERSION:STRING=5 //Link to Cray ATP library to enable debug features on Cray Systems PARAVIEW_USE_ATP:BOOL=OFF //Enable IceT (needed for parallel rendering) PARAVIEW_USE_ICE_T:BOOL=ON //Enable MPI support for parallel computing PARAVIEW_USE_MPI:BOOL=ON //Use MPI synchronous-send commands for communication PARAVIEW_USE_MPI_SSEND:BOOL=OFF //Build ParaView with OSPRay Ray Traced rendering PARAVIEW_USE_OSPRAY:BOOL=OFF //Use Qt Help infrastructure as needed. PARAVIEW_USE_QTHELP:BOOL=OFF //Use Qt WebKit components as needed. PARAVIEW_USE_QTWEBKIT:BOOL=OFF //If enabled, Python bindings will back the ClientServer wrapping // implementation PARAVIEW_USE_UNIFIED_BINDINGS:BOOL=OFF //Build ParaView with VisIt readers. PARAVIEW_USE_VISITBRIDGE:BOOL=ON //Build ParaView with VTKm many-core filters PARAVIEW_USE_VTKM:BOOL=OFF //Disable compiler warnings PROTOBUF_DISABLE_COMPILER_WARNINGS:BOOL=ON //Command to run after a failed test to cleanup processes. Example: // "killall -9 rsh paraview" PV_TEST_CLEAN_COMMAND:STRING= //Node which serves as the client node, used to connect from the // server side in reverse connection mode. PV_TEST_CLIENT:STRING=localhost //Command to run before a test begins. Multiple commands are separated // by ';'. PV_TEST_INIT_COMMAND:STRING= //Use random port numbers when testing client-server configurations. PV_TEST_USE_RANDOM_PORTS:BOOL=ON //Add module mpi4py.MPI PYTHON_ENABLE_MODULE_mpi4py.MPI:BOOL=ON //Add module mpi4py.dl PYTHON_ENABLE_MODULE_mpi4py.dl:BOOL=ON //Path to a program. PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 //Extra libraries to link when linking to python (such as "z" for // zlib). Separate multiple libraries with semicolons. PYTHON_EXTRA_LIBS:STRING= //Path to a file. PYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 //Path to a library. PYTHON_LIBRARY:FILEPATH=/usr/lib64/libpython2.7.so //Add module mpi4py.MPI shared PYTHON_MODULE_mpi4py.MPI_BUILD_SHARED:BOOL=ON //Add module mpi4py.dl shared PYTHON_MODULE_mpi4py.dl_BUILD_SHARED:BOOL=ON //Utility library needed for vtkpython PYTHON_UTIL_LIBRARY:FILEPATH=/usr/lib64/libutil.so //Dependencies for the target PacMan_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //Value Computed by CMake ParaView_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build //Value Computed by CMake ParaView_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview //qhelpgenerator used to compile Qt help project files QT_HELP_GENERATOR:FILEPATH= //Delay between invocation of each testing event. QT_TESTING_EVENT_PLAYBACK_DELAY:STRING=100 //xmlpatterns used to generate html from Proxy documentation. QT_XMLPATTERNS_EXECUTABLE:FILEPATH=/usr/bin/xmlpatterns //The directory containing a CMake configuration file for Qt5Core. Qt5Core_DIR:PATH=/usr/lib64/cmake/Qt5Core //The directory containing a CMake configuration file for Qt5Gui. Qt5Gui_DIR:PATH=/usr/lib64/cmake/Qt5Gui //The directory containing a CMake configuration file for Qt5Help. Qt5Help_DIR:PATH=/usr/lib64/cmake/Qt5Help //The directory containing a CMake configuration file for Qt5Network. Qt5Network_DIR:PATH=/usr/lib64/cmake/Qt5Network //The directory containing a CMake configuration file for Qt5Widgets. Qt5Widgets_DIR:PATH=/usr/lib64/cmake/Qt5Widgets //The directory containing a CMake configuration file for Qt5X11Extras. Qt5X11Extras_DIR:PATH=/usr/lib64/cmake/Qt5X11Extras //The directory containing a CMake configuration file for Qt5. Qt5_DIR:PATH=/usr/lib64/cmake/Qt5 //Value Computed by CMake QtTesting_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/ThirdParty/QtTesting/vtkqttesting //Dependencies for the target QtTesting_LIB_DEPENDS:STATIC=general;Qt5::Core;general;Qt5::Widgets; //Value Computed by CMake QtTesting_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/ThirdParty/QtTesting/vtkqttesting //Path to a file. SILO_INCLUDE_DIR:PATH=SILO_INCLUDE_DIR-NOTFOUND //Path to a library. SILO_LIBRARY:FILEPATH=SILO_LIBRARY-NOTFOUND //Dependencies for the target SLACTools_LIB_DEPENDS:STATIC=general;pqComponents;general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //Explicitly disable SurfaceLIC plugin ctests SURFACELIC_PLUGIN_TESTING:BOOL=ON //Dependencies for the target SierraPlotTools_LIB_DEPENDS:STATIC=general;pqComponents;general;vtkPVVTKExtensionsDefault;general;Qt5::Widgets; //Dependencies for the target StreamLinesRepresentation_LIB_DEPENDS:STATIC=general;pqComponents;general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS;general;/usr/lib64/libGL.so;general;/usr/lib64/libGL.so;general;pqApplicationComponents; //Dependencies for the target StreamingParticles_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //Dependencies for the target SurfaceLIC_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS;general;vtkRenderingLICOpenGL2; //Dependencies for the target ThickenLayeredCells_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerApplicationCS; //Use HIDDEN visibility support if available. USE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON //Build VisIt Reader Boxlib3D VISIT_BUILD_READER_Boxlib3D:BOOL=OFF //Build VisIt Reader CGNS VISIT_BUILD_READER_CGNS:BOOL=OFF //Build VisIt Reader GMV VISIT_BUILD_READER_GMV:BOOL=OFF //Build VisIt Reader Mili VISIT_BUILD_READER_Mili:BOOL=OFF //Build VisIt Reader Silo VISIT_BUILD_READER_Silo:BOOL=OFF //Disable compiler warnings VISIT_DISABLE_COMPILER_WARNINGS:BOOL=ON //Value Computed by CMake VPIC_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/VPIC //Dependencies for the target VPIC_LIB_DEPENDS:STATIC=general;vtksys;general;/home/hedieh/mpich-install/lib64/libmpi.so;general;/home/hedieh/mpich-install/lib64/libmpicxx.so;general;/home/hedieh/mpich-install/lib64/libmpi.so; //Value Computed by CMake VPIC_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/VPIC //Value Computed by CMake VTKFREETYPE_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/freetype/vtkfreetype //Value Computed by CMake VTKFREETYPE_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/freetype/vtkfreetype //Value Computed by CMake VTKGL2PS_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/gl2ps/vtkgl2ps //Value Computed by CMake VTKGL2PS_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/gl2ps/vtkgl2ps //Value Computed by CMake VTKGLEW_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/glew/vtkglew //Value Computed by CMake VTKGLEW_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/glew/vtkglew //Value Computed by CMake VTKJPEG_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/jpeg/vtkjpeg //Value Computed by CMake VTKJPEG_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/jpeg/vtkjpeg //Value Computed by CMake VTKNETCDF_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/netcdf/vtknetcdf //Value Computed by CMake VTKNETCDF_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/netcdf/vtknetcdf //Value Computed by CMake VTKOGGTHEORA_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/oggtheora/vtkoggtheora //Disable assemby optimizations VTKOGGTHEORA_DISABLE_ASM:BOOL=OFF //Disable the use of floating point code in theora VTKOGGTHEORA_DISABLE_FLOAT:BOOL=OFF //Additional linker flags for vtkoggtheora when building as a shared // library VTKOGGTHEORA_SHARED_LINKER_FLAGS:STRING=-Wl,--version-script="/home/hedieh/sofware/paraview/VTK/ThirdParty/oggtheora/vtkoggtheora/vtkoggtheora.vscript" //Value Computed by CMake VTKOGGTHEORA_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/oggtheora/vtkoggtheora //Value Computed by CMake VTKPNG_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/png/vtkpng //Value Computed by CMake VTKPNG_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/png/vtkpng //Build all vtkObject derived classes with object factory new methods. VTK_ALL_NEW_OBJECT_FACTORY:BOOL=OFF //Build VTK for Android VTK_ANDROID_BUILD:BOOL=OFF //Value Computed by CMake VTK_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK //Request to build all modules VTK_BUILD_ALL_MODULES:BOOL=OFF //Local directory holding ExternalData objects in the layout %(algo)/%(hash). VTK_DATA_STORE:PATH= //Build leak checking support into VTK. VTK_DEBUG_LEAKS:BOOL=OFF //Include array-of-structs vtkDataArray subclasses in dispatcher. VTK_DISPATCH_AOS_ARRAYS:BOOL=ON //Include struct-of-arrays vtkDataArray subclasses in dispatcher. VTK_DISPATCH_SOA_ARRAYS:BOOL=OFF //Include vtkTypedDataArray subclasses (e.g. old mapped arrays) // in dispatcher. VTK_DISPATCH_TYPED_ARRAYS:BOOL=OFF //Index of the EGL device (graphics card) to use. VTK_EGL_DEVICE_INDEX:STRING=0 //Build VTK using kits instead of modules. VTK_ENABLE_KITS:BOOL=OFF //Enable vtkpython and pvtkpython binaries VTK_ENABLE_VTKPYTHON:BOOL=ON //Add compiler flags to do stricter checking when building debug. VTK_EXTRA_COMPILER_WARNINGS:BOOL=OFF //Do not download source code or data from the network VTK_FORBID_DOWNLOADS:BOOL=OFF //Location of the OpenGL extensions header file (glext.h). VTK_GLEXT_FILE:FILEPATH=/home/hedieh/sofware/paraview/VTK/Utilities/ParseOGLExt/headers/glext.h //Location of the GLX extensions header file (glxext.h). VTK_GLXEXT_FILE:FILEPATH=/home/hedieh/sofware/paraview/VTK/Utilities/ParseOGLExt/headers/glxext.h //Request building Imaging modules VTK_Group_Imaging:BOOL=OFF //Request building MPI modules VTK_Group_MPI:BOOL=OFF //Request building ParaViewCore modules VTK_Group_ParaViewCore:BOOL=ON //Request building ParaViewQt modules VTK_Group_ParaViewQt:BOOL=OFF //Request building ParaViewRendering modules VTK_Group_ParaViewRendering:BOOL=ON //Request building Qt modules VTK_Group_Qt:BOOL=OFF //Request building Rendering modules VTK_Group_Rendering:BOOL=OFF //Request building of all stand alone modules (no external dependencies // required) VTK_Group_StandAlone:BOOL=OFF //Request building Tk modules VTK_Group_Tk:BOOL=OFF //Request building Views modules VTK_Group_Views:BOOL=OFF //Request building Web modules VTK_Group_Web:BOOL=OFF //Build vtk.framework for iOS VTK_IOS_BUILD:BOOL=OFF //Remove all legacy code completely. VTK_LEGACY_REMOVE:BOOL=OFF //Silence all legacy code messages. VTK_LEGACY_SILENT:BOOL=OFF //Specify if linker warnings must be considered as errors. VTK_LINKER_FATAL_WARNINGS:BOOL=OFF //Should all modules build instantiators VTK_MAKE_INSTANTIATORS:BOOL=OFF //Max number of threads vktMultiThreader will allocate. VTK_MAX_THREADS:STRING=64 //The full path to mpirun command VTK_MPIRUN_EXE:FILEPATH=/home/hedieh/mpich-install/bin/mpiexec //Maximum number of processors available to run parallel applications. // (see /home/hedieh/sofware/paraview/VTK/Parallel/MPI/CMakeLists.txt // for more info.) VTK_MPI_MAX_NUMPROCS:STRING=2 //Flag used by mpi to specify the number of processes, the next // option will be the number of processes. (see /home/hedieh/sofware/paraview/VTK/Parallel/MPI/CMakeLists.txt // for more info.) VTK_MPI_NUMPROC_FLAG:STRING=-np //These flags will come after all flags given to MPIRun.(see /home/hedieh/sofware/paraview/VTK/Parallel/MPI/CMakeLists.txt // for more info.) VTK_MPI_POSTFLAGS:STRING= //These flags will be directly before the executable that is being // run by VTK_MPIRUN_EXE. (see /home/hedieh/sofware/paraview/VTK/Parallel/MPI/CMakeLists.txt // for more info.) VTK_MPI_PREFLAGS:STRING= //These flags will be directly before the number of processess // flag (see /home/hedieh/sofware/paraview/VTK/Parallel/MPI/CMakeLists.txt // for more info.) VTK_MPI_PRENUMPROC_FLAGS:STRING= //Disable Python Threads support VTK_NO_PYTHON_THREADS:BOOL=ON //The OpenGL library being used supports off screen Mesa calls VTK_OPENGL_HAS_OSMESA:BOOL=OFF //Python version to use: 2, 2.x, 3, 3.x, or empty VTK_PYTHON_VERSION:STRING=2 //enable parallel timers for the 2d line integral convolution VTK_RENDERINGPARALLELLIC_LINEINTEGRALCONVLOLUTION2D_TIMER:BOOL=OFF //enable parallel timers for the surface lic painter VTK_RENDERINGPARALLELLIC_SURFACELICPAINTER_TIMER:BOOL=OFF //Choose the rendering backend. VTK_RENDERING_BACKEND:STRING=OpenGL2 //Enable OpenGL error check and report VTK_REPORT_OPENGL_ERRORS:BOOL=ON //Enable OpenGL error check and reporting in non-debug builds. VTK_REPORT_OPENGL_ERRORS_IN_RELEASE_BUILDS:BOOL=OFF //Which multi-threaded parallelism implementation to use. Options // are Sequential, OpenMP or TBB VTK_SMP_IMPLEMENTATION_TYPE:STRING=Sequential //Value Computed by CMake VTK_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK //Build VTK with 64 bit ids VTK_USE_64BIT_IDS:BOOL=ON //Enable tests requiring "large" data VTK_USE_LARGE_DATA:BOOL=OFF //Use off screen calls by default VTK_USE_OFFSCREEN:BOOL=OFF //Use EGL for OpenGL client API for offscreen rendering. VTK_USE_OFFSCREEN_EGL:BOOL=OFF //Use system 'autobahn' Python package VTK_USE_SYSTEM_AUTOBAHN:BOOL=OFF //Use system-installed CGNS VTK_USE_SYSTEM_CGNS:BOOL=OFF //Use system 'cinema_python' Python package VTK_USE_SYSTEM_CINEMA_PYTHON:BOOL=OFF //Use system-installed diy2 VTK_USE_SYSTEM_DIY2:BOOL=OFF //Use system-installed EXPAT VTK_USE_SYSTEM_EXPAT:BOOL=OFF //Use system-installed Freetype VTK_USE_SYSTEM_FREETYPE:BOOL=OFF //Use system-installed GL2PS VTK_USE_SYSTEM_GL2PS:BOOL=OFF //Use system-installed GLEW VTK_USE_SYSTEM_GLEW:BOOL=OFF //Use system-installed HDF5 VTK_USE_SYSTEM_HDF5:BOOL=OFF //Use system-installed icet VTK_USE_SYSTEM_ICET:BOOL=OFF //Use system-installed JPEG VTK_USE_SYSTEM_JPEG:BOOL=OFF //Use system-installed JsonCpp VTK_USE_SYSTEM_JSONCPP:BOOL=OFF //Use the system's libraries by default. VTK_USE_SYSTEM_LIBRARIES:BOOL=OFF //Use system-installed LibXml2 VTK_USE_SYSTEM_LIBXML2:BOOL=OFF //Use system-installed LZ4 VTK_USE_SYSTEM_LZ4:BOOL=OFF //Use system 'mpi4py' Python package VTK_USE_SYSTEM_MPI4PY:BOOL=OFF //Use system-installed NetCDF VTK_USE_SYSTEM_NETCDF:BOOL=OFF //Use system-installed OGGTHEORA VTK_USE_SYSTEM_OGGTHEORA:BOOL=OFF //Use system-installed PNG VTK_USE_SYSTEM_PNG:BOOL=OFF //Use system-installed Protobuf VTK_USE_SYSTEM_PROTOBUF:BOOL=OFF //Use system-installed pugixml VTK_USE_SYSTEM_PUGIXML:BOOL=OFF //Use system 'pygments' Python package VTK_USE_SYSTEM_PYGMENTS:BOOL=OFF //Use system-installed qttesting VTK_USE_SYSTEM_QTTESTING:BOOL=OFF //Use system 'six' Python Module VTK_USE_SYSTEM_SIX:BOOL=OFF //Use system-installed TIFF VTK_USE_SYSTEM_TIFF:BOOL=OFF //Use system 'twisted' Python package VTK_USE_SYSTEM_TWISTED:BOOL=OFF //Use system-installed VisItLib VTK_USE_SYSTEM_VISITLIB:BOOL=OFF //Use system-installed xdmf2 VTK_USE_SYSTEM_XDMF2:BOOL=OFF //Use system-installed ZLIB VTK_USE_SYSTEM_ZLIB:BOOL=OFF //Use system 'zope' Python package VTK_USE_SYSTEM_ZOPE:BOOL=OFF //Build VTK with Tk support VTK_USE_TK:BOOL=OFF //Use X for VTK render windows VTK_USE_X:BOOL=ON //Build VPIC with MPI VTK_VPIC_USE_MPI:BOOL=ON //If enabled, vtkArrayDispatch will print a warning when a dispatch // fails. VTK_WARN_ON_DISPATCH_FAILURE:BOOL=OFF //Location of the WGL extensions header file (wglext.h). VTK_WGLEXT_FILE:FILEPATH=/home/hedieh/sofware/paraview/VTK/Utilities/ParseOGLExt/headers/wglext.h //Path to a file. VTK_WRAP_HINTS:FILEPATH=/home/hedieh/sofware/paraview/VTK/Wrapping/Tools/hints //Should VTK Java wrapping be built? VTK_WRAP_JAVA:BOOL=OFF //Should VTK Tcl wrapping be built? VTK_WRAP_TCL:BOOL=OFF //Build Xdmf with MPI VTK_XDMF_USE_MPI:BOOL=OFF //Value Computed by CMake VisItBridgePlugin_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/Library/VisItLib //Value Computed by CMake VisItBridgePlugin_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib //Value Computed by CMake VisItNETCDF_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/NETCDF //Value Computed by CMake VisItNETCDF_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NETCDF //Path to a file. X11_ICE_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_ICE_LIB:FILEPATH=/usr/lib64/libICE.so //Path to a file. X11_SM_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_SM_LIB:FILEPATH=/usr/lib64/libSM.so //Path to a file. X11_X11_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_X11_LIB:FILEPATH=/usr/lib64/libX11.so //Path to a file. X11_XRes_INCLUDE_PATH:PATH=X11_XRes_INCLUDE_PATH-NOTFOUND //Path to a library. X11_XRes_LIB:FILEPATH=X11_XRes_LIB-NOTFOUND //Path to a file. X11_XShm_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_XSync_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_XTest_INCLUDE_PATH:PATH=X11_XTest_INCLUDE_PATH-NOTFOUND //Path to a library. X11_XTest_LIB:FILEPATH=X11_XTest_LIB-NOTFOUND //Path to a file. X11_Xaccessrules_INCLUDE_PATH:PATH=X11_Xaccessrules_INCLUDE_PATH-NOTFOUND //Path to a file. X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xau_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xau_LIB:FILEPATH=/usr/lib64/libXau.so //Path to a file. X11_Xcomposite_INCLUDE_PATH:PATH=X11_Xcomposite_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xcomposite_LIB:FILEPATH=X11_Xcomposite_LIB-NOTFOUND //Path to a file. X11_Xcursor_INCLUDE_PATH:PATH=X11_Xcursor_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xcursor_LIB:FILEPATH=X11_Xcursor_LIB-NOTFOUND //Path to a file. X11_Xdamage_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xdamage_LIB:FILEPATH=/usr/lib64/libXdamage.so //Path to a file. X11_Xdmcp_INCLUDE_PATH:PATH=X11_Xdmcp_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xdmcp_LIB:FILEPATH=X11_Xdmcp_LIB-NOTFOUND //Path to a library. X11_Xext_LIB:FILEPATH=/usr/lib64/libXext.so //Path to a file. X11_Xfixes_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xfixes_LIB:FILEPATH=/usr/lib64/libXfixes.so //Path to a file. X11_Xft_INCLUDE_PATH:PATH=X11_Xft_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xft_LIB:FILEPATH=X11_Xft_LIB-NOTFOUND //Path to a file. X11_Xi_INCLUDE_PATH:PATH=X11_Xi_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xi_LIB:FILEPATH=X11_Xi_LIB-NOTFOUND //Path to a file. X11_Xinerama_INCLUDE_PATH:PATH=X11_Xinerama_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xinerama_LIB:FILEPATH=X11_Xinerama_LIB-NOTFOUND //Path to a file. X11_Xinput_INCLUDE_PATH:PATH=X11_Xinput_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xinput_LIB:FILEPATH=X11_Xinput_LIB-NOTFOUND //Path to a file. X11_Xkb_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xkbfile_INCLUDE_PATH:PATH=X11_Xkbfile_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xkbfile_LIB:FILEPATH=X11_Xkbfile_LIB-NOTFOUND //Path to a file. X11_Xkblib_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xlib_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xmu_INCLUDE_PATH:PATH=X11_Xmu_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xmu_LIB:FILEPATH=X11_Xmu_LIB-NOTFOUND //Path to a file. X11_Xpm_INCLUDE_PATH:PATH=X11_Xpm_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xpm_LIB:FILEPATH=X11_Xpm_LIB-NOTFOUND //Path to a file. X11_Xrandr_INCLUDE_PATH:PATH=X11_Xrandr_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xrandr_LIB:FILEPATH=X11_Xrandr_LIB-NOTFOUND //Path to a file. X11_Xrender_INCLUDE_PATH:PATH=X11_Xrender_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xrender_LIB:FILEPATH=X11_Xrender_LIB-NOTFOUND //Path to a file. X11_Xscreensaver_INCLUDE_PATH:PATH=X11_Xscreensaver_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xscreensaver_LIB:FILEPATH=X11_Xscreensaver_LIB-NOTFOUND //Path to a file. X11_Xshape_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xt_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xt_LIB:FILEPATH=/usr/lib64/libXt.so //Path to a file. X11_Xutil_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xv_INCLUDE_PATH:PATH=X11_Xv_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xv_LIB:FILEPATH=X11_Xv_LIB-NOTFOUND //Path to a library. X11_Xxf86misc_LIB:FILEPATH=X11_Xxf86misc_LIB-NOTFOUND //Path to a library. X11_Xxf86vm_LIB:FILEPATH=/usr/lib64/libXxf86vm.so //Path to a file. X11_dpms_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_xf86misc_INCLUDE_PATH:PATH=X11_xf86misc_INCLUDE_PATH-NOTFOUND //Path to a file. X11_xf86vmode_INCLUDE_PATH:PATH=/usr/include //XDMF should use MPI XDMF_BUILD_MPI:BOOL=OFF //XDMF has Network Distributed Global Memory (NDGM) XDMF_HAS_NDGM:BOOL=OFF //Path to a file. XDMF_HAVE_FCNTL:PATH=/usr/include //Path to a file. XDMF_HAVE_MMAN:PATH=/usr/include/sys //Path to a file. XDMF_HAVE_NETINET:PATH=/usr/include/netinet //Use bzip2 XDMF_USE_BZIP2:BOOL=OFF //Build GZip Compression XDMF_USE_GZIP:BOOL=OFF //Build Support for MySQL DataItems XDMF_USE_MYSQL:BOOL=OFF //Value Computed by CMake alglib_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/alglib //Value Computed by CMake alglib_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/alglib //Dependencies for the target avtdatabase_par_LIB_DEPENDS:STATIC=general;avtdbatts;general;avtpipeline_par;general;visit_vtk; //Dependencies for the target avtdbatts_LIB_DEPENDS:STATIC=general;visitcommon; //Dependencies for the target avtivp_LIB_DEPENDS:STATIC=general;avtmath;general;visitcommon;general;visit_vtk;general;vtkCommonCore;general;vtkFiltersGeneral; //Dependencies for the target avtmath_LIB_DEPENDS:STATIC=general;visitcommon;general;vtkCommonCore; //Dependencies for the target avtpipeline_par_LIB_DEPENDS:STATIC=general;visitcommon;general;avtmath;general;avtdbatts;general;lightweight_visit_vtk;general;vtkFiltersCore;general;vtkInteractionStyle;general;vtkIOLegacy;general;vtkIOXML;general;vtkRenderingOpenGL2;general;vtkFiltersGeometry;general;vtkzlib; //Value Computed by CMake cgns_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/ThirdParty/cgns/vtkcgns //Value Computed by CMake cgns_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/ThirdParty/cgns/vtkcgns //Value Computed by CMake expat_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/expat/vtkexpat //Value Computed by CMake expat_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/expat/vtkexpat //Dependencies for the target lightweight_visit_vtk_LIB_DEPENDS:STATIC=general;visitcommon;general;vtkCommonCore;general;vtkFiltersGeneral;general;vtkIOXML;general;vtkIOLegacy; //Dependencies for the target mpi4py.MPI_LIB_DEPENDS:STATIC=general;/usr/lib64/libpython2.7.so;general;/home/hedieh/mpich-install/lib64/libmpi.so;general;dl; //Dependencies for the target mpi4py.dl_LIB_DEPENDS:STATIC=general;/usr/lib64/libpython2.7.so;general;dl; //Value Computed by CMake mpi4py_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/mpi4py/vtkmpi4py //Value Computed by CMake mpi4py_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/mpi4py/vtkmpi4py //Value Computed by CMake netcdf_cxx_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/netcdf/vtknetcdf/cxx //Value Computed by CMake netcdf_cxx_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/netcdf/vtknetcdf/cxx //Value Computed by CMake netcdf_libdispatch_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch //Value Computed by CMake netcdf_libdispatch_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch //Value Computed by CMake netcdf_liblib_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/netcdf/vtknetcdf/liblib //Value Computed by CMake netcdf_liblib_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/netcdf/vtknetcdf/liblib //Value Computed by CMake netcdf_libsrc4_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4 //Value Computed by CMake netcdf_libsrc4_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4 //Value Computed by CMake netcdf_libsrc_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/netcdf/vtknetcdf/libsrc //Value Computed by CMake netcdf_libsrc_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/netcdf/vtknetcdf/libsrc //Dependencies for the target pmpi-mpe_LIB_DEPENDS:STATIC=general;/home/hedieh/mpich-install/lib64/libmpi.so; //Dependencies for the target pmpi-vt-hyb_LIB_DEPENDS:STATIC=general;/home/hedieh/mpich-install/lib64/libmpi.so; //Dependencies for the target pmpi-vt-mpi_LIB_DEPENDS:STATIC=general;/home/hedieh/mpich-install/lib64/libmpi.so; //Dependencies for the target pmpi-vt_LIB_DEPENDS:STATIC=general;/home/hedieh/mpich-install/lib64/libmpi.so; //Dependencies for the target pqApplicationComponents_LIB_DEPENDS:STATIC=general;pqComponents;general;vtkGUISupportQt;general;vtkjsoncpp;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerRendering;general;vtksys;general;vtkPVCinemaReader;general;Qt5::Widgets; //Dependencies for the target pqComponents_LIB_DEPENDS:STATIC=general;pqCore;general;pqPython;general;vtkjsoncpp;general;vtkChartsCore;general;vtkIOImage;general;vtkPVAnimation;general;vtkPVServerManagerDefault;general;vtkPVServerManagerRendering;general;vtksys;general;Qt5::Widgets;general;Qt5::Network; //Dependencies for the target pqCore_LIB_DEPENDS:STATIC=general;pqWidgets;general;vtkGUISupportQt;general;vtkPVAnimation;general;vtkPVClientServerCoreDefault;general;vtkPVServerManagerApplication;general;vtkPVServerManagerDefault;general;vtksys;general;vtkTestingRendering;general;Qt5::Widgets; //Dependencies for the target pqPython_LIB_DEPENDS:STATIC=general;pqCore;general;vtkPythonInterpreter;general;vtkWrappingPythonCore;general;/usr/lib64/libpython2.7.so;general;Qt5::Widgets; //Dependencies for the target pqWidgets_LIB_DEPENDS:STATIC=general;vtkGUISupportQt;general;vtkPVServerManagerCore;general;QtTesting;general;Qt5::Network;general;Qt5::Core;general;Qt5::Gui;general;Qt5::Widgets; //Dependencies for the target protobuf-lite_LIB_DEPENDS:STATIC=general;-lpthread; //Value Computed by CMake protobuf_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/ThirdParty/protobuf/vtkprotobuf //Dependencies for the target protobuf_LIB_DEPENDS:STATIC=general;-lpthread; //Value Computed by CMake protobuf_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/ThirdParty/protobuf/vtkprotobuf //Value Computed by CMake tiff_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/tiff/vtktiff //Value Computed by CMake tiff_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/tiff/vtktiff //Value Computed by CMake verdict_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/verdict/vtkverdict //Dependencies for target verdict_LIB_DEPENDS:STATIC= //Value Computed by CMake verdict_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/verdict/vtkverdict //Value Computed by CMake visit_vtk_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/Library/VisItLib/visit_vtk //Dependencies for the target visit_vtk_LIB_DEPENDS:STATIC=general;visitcommon;general;lightweight_visit_vtk;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOImage;general;vtkFiltersExtraction;general;vtkFiltersFlowPaths;general;vtkFiltersSources;general;vtkImagingHybrid;general;vtkInteractionStyle;general;vtkIOLegacy;general;vtkRenderingOpenGL2; //Value Computed by CMake visit_vtk_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/visit_vtk //Dependencies for target visitcommon_LIB_DEPENDS:STATIC= //Dependencies for the target vtkChartsCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkChartsCore; //Dependencies for the target vtkChartsCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingContext2DPythonD;general;vtkRenderingCorePythonD;general;vtkCommonColorPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonTransformsPythonD;general;vtkInfovisCorePythonD;general;vtkChartsCore; //Dependencies for the target vtkChartsCorePython_LIB_DEPENDS:STATIC=general;vtkChartsCorePythonD; //Dependencies for the target vtkChartsCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkFiltersGeneral;general;vtkRenderingContext2D;general;vtkRenderingCore;general;vtksys;general;vtkCommonColor;general;vtkCommonExecutionModel;general;vtkCommonTransforms;general;vtkInfovisCore; //Dependencies for the target vtkClientServer_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;/usr/lib64/libpython2.7.so;general;vtkPythonInterpreter;general;vtkWrappingPythonCore;general;vtksys; //Dependencies for the target vtkCommonColorCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonColor; //Dependencies for the target vtkCommonColorPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonColor; //Dependencies for the target vtkCommonColorPython_LIB_DEPENDS:STATIC=general;vtkCommonColorPythonD; //Dependencies for the target vtkCommonColor_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkCommonComputationalGeometryCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonComputationalGeometry; //Dependencies for the target vtkCommonComputationalGeometryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonComputationalGeometry; //Dependencies for the target vtkCommonComputationalGeometryPython_LIB_DEPENDS:STATIC=general;vtkCommonComputationalGeometryPythonD; //Dependencies for the target vtkCommonComputationalGeometry_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkCommonCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonCore; //Dependencies for the target vtkCommonCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCore; //Dependencies for the target vtkCommonCorePython_LIB_DEPENDS:STATIC=general;vtkCommonCorePythonD; //Dependencies for the target vtkCommonCore_LIB_DEPENDS:STATIC=general;vtksys;general;-lpthread; //Dependencies for the target vtkCommonDataModelCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonDataModel; //Dependencies for the target vtkCommonDataModelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonDataModel; //Dependencies for the target vtkCommonDataModelPython_LIB_DEPENDS:STATIC=general;vtkCommonDataModelPythonD; //Dependencies for the target vtkCommonDataModel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkCommonMisc;general;vtkCommonSystem;general;vtksys; //Dependencies for the target vtkCommonExecutionModelCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonExecutionModel; //Dependencies for the target vtkCommonExecutionModelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonExecutionModel; //Dependencies for the target vtkCommonExecutionModelPython_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModelPythonD; //Dependencies for the target vtkCommonExecutionModel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem; //Dependencies for the target vtkCommonMathCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonMath; //Dependencies for the target vtkCommonMathPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMath; //Dependencies for the target vtkCommonMathPython_LIB_DEPENDS:STATIC=general;vtkCommonMathPythonD; //Dependencies for the target vtkCommonMath_LIB_DEPENDS:STATIC=general;vtkCommonCore; //Dependencies for the target vtkCommonMiscCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonMisc; //Dependencies for the target vtkCommonMiscPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonMisc; //Dependencies for the target vtkCommonMiscPython_LIB_DEPENDS:STATIC=general;vtkCommonMiscPythonD; //Dependencies for the target vtkCommonMisc_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonMath; //Dependencies for the target vtkCommonSystemCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonSystem; //Dependencies for the target vtkCommonSystemPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonSystem; //Dependencies for the target vtkCommonSystemPython_LIB_DEPENDS:STATIC=general;vtkCommonSystemPythonD; //Dependencies for the target vtkCommonSystem_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtksys;general;-lpthread; //Dependencies for the target vtkCommonTransformsCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonTransforms; //Dependencies for the target vtkCommonTransformsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransforms; //Dependencies for the target vtkCommonTransformsPython_LIB_DEPENDS:STATIC=general;vtkCommonTransformsPythonD; //Dependencies for the target vtkCommonTransforms_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonMath; //Dependencies for target vtkDICOMParser_LIB_DEPENDS:STATIC= //Dependencies for the target vtkDomainsChemistryCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkDomainsChemistry; //Dependencies for the target vtkDomainsChemistryOpenGL2CS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkDomainsChemistryOpenGL2; //Dependencies for the target vtkDomainsChemistryOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkDomainsChemistryPythonD;general;vtkDomainsChemistryPythonD;general;vtkRenderingOpenGL2PythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkRenderingCorePythonD;general;vtkDomainsChemistryOpenGL2; //Dependencies for the target vtkDomainsChemistryOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkDomainsChemistryOpenGL2PythonD; //Dependencies for the target vtkDomainsChemistryOpenGL2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkDomainsChemistry;general;vtkDomainsChemistry;general;vtkRenderingOpenGL2;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkRenderingCore;general;vtkglew;general;/usr/lib64/libGL.so; //Dependencies for the target vtkDomainsChemistryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOLegacyPythonD;general;vtkIOXMLParserPythonD;general;vtkRenderingCorePythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkDomainsChemistry; //Dependencies for the target vtkDomainsChemistryPython_LIB_DEPENDS:STATIC=general;vtkDomainsChemistryPythonD; //Dependencies for the target vtkDomainsChemistry_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOLegacy;general;vtkIOXMLParser;general;vtkRenderingCore;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtksys; //Value Computed by CMake vtkExodus2_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/exodusII/vtkexodusII //Value Computed by CMake vtkExodus2_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/exodusII/vtkexodusII //Dependencies for the target vtkFiltersAMRCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersAMR; //Dependencies for the target vtkFiltersAMRPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersCorePythonD;general;vtkIOXMLPythonD;general;vtkParallelCorePythonD;general;vtkFiltersAMR; //Dependencies for the target vtkFiltersAMRPython_LIB_DEPENDS:STATIC=general;vtkFiltersAMRPythonD; //Dependencies for the target vtkFiltersAMR_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonMath;general;vtkCommonSystem;general;vtkFiltersCore;general;vtkIOXML;general;vtkParallelCore; //Dependencies for the target vtkFiltersCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersCore; //Dependencies for the target vtkFiltersCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCore; //Dependencies for the target vtkFiltersCorePython_LIB_DEPENDS:STATIC=general;vtkFiltersCorePythonD; //Dependencies for the target vtkFiltersCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms; //Dependencies for the target vtkFiltersExtractionCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersExtraction; //Dependencies for the target vtkFiltersExtractionPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersStatisticsPythonD;general;vtkFiltersExtraction; //Dependencies for the target vtkFiltersExtractionPython_LIB_DEPENDS:STATIC=general;vtkFiltersExtractionPythonD; //Dependencies for the target vtkFiltersExtraction_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkFiltersGeneral;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkFiltersCore;general;vtkFiltersStatistics; //Dependencies for the target vtkFiltersFlowPathsCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersFlowPaths; //Dependencies for the target vtkFiltersFlowPathsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersSourcesPythonD;general;vtkIOCorePythonD;general;vtkFiltersFlowPaths; //Dependencies for the target vtkFiltersFlowPathsPython_LIB_DEPENDS:STATIC=general;vtkFiltersFlowPathsPythonD; //Dependencies for the target vtkFiltersFlowPaths_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkFiltersCore;general;vtkFiltersGeometry;general;vtkFiltersSources;general;vtkIOCore; //Dependencies for the target vtkFiltersGeneralCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersGeneralPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkFiltersCorePythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersGeneralPython_LIB_DEPENDS:STATIC=general;vtkFiltersGeneralPythonD; //Dependencies for the target vtkFiltersGeneral_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkFiltersCore;general;vtkCommonComputationalGeometry;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms; //Dependencies for the target vtkFiltersGenericCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersGeneric; //Dependencies for the target vtkFiltersGenericPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersSourcesPythonD;general;vtkFiltersGeneric; //Dependencies for the target vtkFiltersGenericPython_LIB_DEPENDS:STATIC=general;vtkFiltersGenericPythonD; //Dependencies for the target vtkFiltersGeneric_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersSources; //Dependencies for the target vtkFiltersGeometryCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersGeometry; //Dependencies for the target vtkFiltersGeometryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeometry; //Dependencies for the target vtkFiltersGeometryPython_LIB_DEPENDS:STATIC=general;vtkFiltersGeometryPythonD; //Dependencies for the target vtkFiltersGeometry_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkFiltersCore; //Dependencies for the target vtkFiltersHybridCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersHybrid; //Dependencies for the target vtkFiltersHybridPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonTransformsPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkImagingCorePythonD;general;vtkImagingSourcesPythonD;general;vtkRenderingCorePythonD;general;vtkFiltersHybrid; //Dependencies for the target vtkFiltersHybridPython_LIB_DEPENDS:STATIC=general;vtkFiltersHybridPythonD; //Dependencies for the target vtkFiltersHybrid_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonTransforms;general;vtkCommonMath;general;vtkCommonMisc;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkImagingCore;general;vtkImagingSources;general;vtkRenderingCore;general;vtksys; //Dependencies for the target vtkFiltersHyperTreeCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersHyperTree; //Dependencies for the target vtkFiltersHyperTreePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkFiltersCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonSystemPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersHyperTree; //Dependencies for the target vtkFiltersHyperTreePython_LIB_DEPENDS:STATIC=general;vtkFiltersHyperTreePythonD; //Dependencies for the target vtkFiltersHyperTree_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkFiltersCore;general;vtkCommonCore;general;vtkCommonSystem;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersImagingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersImaging; //Dependencies for the target vtkFiltersImagingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersStatisticsPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkImagingGeneralPythonD;general;vtkFiltersImaging; //Dependencies for the target vtkFiltersImagingPython_LIB_DEPENDS:STATIC=general;vtkFiltersImagingPythonD; //Dependencies for the target vtkFiltersImaging_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkFiltersStatistics;general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkImagingGeneral; //Dependencies for the target vtkFiltersModelingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersModeling; //Dependencies for the target vtkFiltersModelingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkFiltersGeneralPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersSourcesPythonD;general;vtkFiltersModeling; //Dependencies for the target vtkFiltersModelingPython_LIB_DEPENDS:STATIC=general;vtkFiltersModelingPythonD; //Dependencies for the target vtkFiltersModeling_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkFiltersGeneral;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersSources; //Dependencies for the target vtkFiltersParallelCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersParallel; //Dependencies for the target vtkFiltersParallelDIY2CS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersParallelDIY2; //Dependencies for the target vtkFiltersParallelDIY2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersCorePythonD;general;vtkFiltersCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkParallelMPIPythonD;general;vtkFiltersParallelDIY2; //Dependencies for the target vtkFiltersParallelDIY2Python_LIB_DEPENDS:STATIC=general;vtkFiltersParallelDIY2PythonD; //Dependencies for the target vtkFiltersParallelDIY2_LIB_DEPENDS:STATIC=general;vtkFiltersCore;general;vtkFiltersCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkParallelMPI;general;/home/hedieh/mpich-install/lib64/libmpi.so;general;/home/hedieh/mpich-install/lib64/libmpicxx.so;general;/home/hedieh/mpich-install/lib64/libmpi.so; //Dependencies for the target vtkFiltersParallelFlowPathsCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersParallelFlowPaths; //Dependencies for the target vtkFiltersParallelFlowPathsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkFiltersFlowPathsPythonD;general;vtkFiltersFlowPathsPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersAMRPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkIOCorePythonD;general;vtkParallelCorePythonD;general;vtkParallelMPIPythonD;general;vtkFiltersParallelFlowPaths; //Dependencies for the target vtkFiltersParallelFlowPathsPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelFlowPathsPythonD; //Dependencies for the target vtkFiltersParallelFlowPaths_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkFiltersFlowPaths;general;vtkFiltersFlowPaths;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkFiltersAMR;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkIOCore;general;vtkParallelCore;general;vtkParallelMPI; //Dependencies for the target vtkFiltersParallelGeometryCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersParallelGeometry; //Dependencies for the target vtkFiltersParallelGeometryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersGeometryPythonD;general;vtkParallelMPIPythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersGeneralPythonD;general;vtkIOLegacyPythonD;general;vtkParallelCorePythonD;general;vtkFiltersParallelGeometry; //Dependencies for the target vtkFiltersParallelGeometryPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelGeometryPythonD; //Dependencies for the target vtkFiltersParallelGeometry_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkFiltersGeometry;general;vtkParallelMPI;general;vtkCommonDataModel;general;vtkFiltersExtraction;general;vtkFiltersGeneral;general;vtkIOLegacy;general;vtkParallelCore; //Dependencies for the target vtkFiltersParallelImagingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersParallelImaging; //Dependencies for the target vtkFiltersParallelImagingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkFiltersImagingPythonD;general;vtkFiltersParallelPythonD;general;vtkImagingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersStatisticsPythonD;general;vtkImagingGeneralPythonD;general;vtkParallelCorePythonD;general;vtkFiltersParallelImaging; //Dependencies for the target vtkFiltersParallelImagingPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelImagingPythonD; //Dependencies for the target vtkFiltersParallelImaging_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkFiltersImaging;general;vtkFiltersParallel;general;vtkImagingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkFiltersExtraction;general;vtkFiltersStatistics;general;vtkImagingGeneral;general;vtkParallelCore; //Dependencies for the target vtkFiltersParallelMPICS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersParallelMPI; //Dependencies for the target vtkFiltersParallelMPIPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersExtractionPythonD;general;vtkImagingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersParallelPythonD;general;vtkIOLegacyPythonD;general;vtkParallelCorePythonD;general;vtkParallelMPIPythonD;general;vtkFiltersParallelMPI; //Dependencies for the target vtkFiltersParallelMPIPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelMPIPythonD; //Dependencies for the target vtkFiltersParallelMPI_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkFiltersExtraction;general;vtkImagingCore;general;vtkCommonDataModel;general;vtkFiltersGeneral;general;vtkFiltersParallel;general;vtkIOLegacy;general;vtkParallelCore;general;vtkParallelMPI; //Dependencies for the target vtkFiltersParallelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersModelingPythonD;general;vtkFiltersSourcesPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOLegacyPythonD;general;vtkParallelCorePythonD;general;vtkRenderingCorePythonD;general;vtkFiltersParallel; //Dependencies for the target vtkFiltersParallelPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelPythonD; //Dependencies for the target vtkFiltersParallelStatisticsCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersParallelStatistics; //Dependencies for the target vtkFiltersParallelStatisticsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersStatisticsPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkParallelCorePythonD;general;vtkFiltersParallelStatistics; //Dependencies for the target vtkFiltersParallelStatisticsPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelStatisticsPythonD; //Dependencies for the target vtkFiltersParallelStatistics_LIB_DEPENDS:STATIC=general;vtkFiltersStatistics;general;vtkalglib;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkParallelCore; //Dependencies for the target vtkFiltersParallel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkFiltersCore;general;vtkFiltersExtraction;general;vtkFiltersGeneral;general;vtkFiltersGeometry;general;vtkFiltersModeling;general;vtkFiltersSources;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkIOLegacy;general;vtkParallelCore;general;vtkRenderingCore; //Dependencies for the target vtkFiltersPointsCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersPoints; //Dependencies for the target vtkFiltersPointsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersPoints; //Dependencies for the target vtkFiltersPointsPython_LIB_DEPENDS:STATIC=general;vtkFiltersPointsPythonD; //Dependencies for the target vtkFiltersPoints_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel; //Dependencies for the target vtkFiltersProgrammableCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersProgrammable; //Dependencies for the target vtkFiltersProgrammablePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersProgrammable; //Dependencies for the target vtkFiltersProgrammablePython_LIB_DEPENDS:STATIC=general;vtkFiltersProgrammablePythonD; //Dependencies for the target vtkFiltersProgrammable_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonTransforms; //Dependencies for the target vtkFiltersPythonCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersPython; //Dependencies for the target vtkFiltersPythonPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkFiltersPython; //Dependencies for the target vtkFiltersPythonPython_LIB_DEPENDS:STATIC=general;vtkFiltersPythonPythonD; //Dependencies for the target vtkFiltersPython_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;/usr/lib64/libpython2.7.so;general;vtkCommonCore;general;vtkWrappingPythonCore; //Dependencies for the target vtkFiltersSourcesCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersSources; //Dependencies for the target vtkFiltersSourcesPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonCorePythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSources; //Dependencies for the target vtkFiltersSourcesPython_LIB_DEPENDS:STATIC=general;vtkFiltersSourcesPythonD; //Dependencies for the target vtkFiltersSources_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonComputationalGeometry;general;vtkCommonCore;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersStatisticsCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersStatistics; //Dependencies for the target vtkFiltersStatisticsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkImagingFourierPythonD;general;vtkFiltersStatistics; //Dependencies for the target vtkFiltersStatisticsPython_LIB_DEPENDS:STATIC=general;vtkFiltersStatisticsPythonD; //Dependencies for the target vtkFiltersStatistics_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkalglib;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkImagingFourier; //Dependencies for the target vtkFiltersTextureCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersTexture; //Dependencies for the target vtkFiltersTexturePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersTexture; //Dependencies for the target vtkFiltersTexturePython_LIB_DEPENDS:STATIC=general;vtkFiltersTexturePythonD; //Dependencies for the target vtkFiltersTexture_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonTransforms;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersVerdictCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkFiltersVerdict; //Dependencies for the target vtkFiltersVerdictPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersVerdict; //Dependencies for the target vtkFiltersVerdictPython_LIB_DEPENDS:STATIC=general;vtkFiltersVerdictPythonD; //Dependencies for the target vtkFiltersVerdict_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;verdict;general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkGUISupportQt_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkRenderingCore;general;vtkRenderingOpenGL2;general;vtkCommonDataModel;general;vtkFiltersExtraction;general;vtkInteractionStyle;general;Qt5::Widgets;general;Qt5::X11Extras;general;/usr/lib64/libSM.so;general;/usr/lib64/libICE.so;general;/usr/lib64/libX11.so;general;/usr/lib64/libXext.so; //Dependencies for the target vtkIOAMRCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOAMR; //Dependencies for the target vtkIOAMRPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersAMRPythonD;general;vtkParallelCorePythonD;general;vtkIOAMR; //Dependencies for the target vtkIOAMRPython_LIB_DEPENDS:STATIC=general;vtkIOAMRPythonD; //Dependencies for the target vtkIOAMR_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonSystem;general;vtkFiltersAMR;general;vtkParallelCore;general;vtkhdf5_hl;general;vtkhdf5;general;vtksys; //Dependencies for the target vtkIOCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOCore; //Dependencies for the target vtkIOCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkIOCore; //Dependencies for the target vtkIOCorePython_LIB_DEPENDS:STATIC=general;vtkIOCorePythonD; //Dependencies for the target vtkIOCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtklz4;general;vtksys;general;vtkzlib; //Dependencies for the target vtkIOEnSightCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOEnSight; //Dependencies for the target vtkIOEnSightPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkIOEnSight; //Dependencies for the target vtkIOEnSightPython_LIB_DEPENDS:STATIC=general;vtkIOEnSightPythonD; //Dependencies for the target vtkIOEnSight_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkIOExodusCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOExodus; //Dependencies for the target vtkIOExodusPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOXMLParserPythonD;general;vtkFiltersCorePythonD;general;vtkIOExodus; //Dependencies for the target vtkIOExodusPython_LIB_DEPENDS:STATIC=general;vtkIOExodusPythonD; //Dependencies for the target vtkIOExodus_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkIOXMLParser;general;vtkexoIIc;general;vtkFiltersCore;general;vtksys; //Dependencies for the target vtkIOExportCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOExport; //Dependencies for the target vtkIOExportOpenGL2CS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOExportOpenGL2; //Dependencies for the target vtkIOExportOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOExportPythonD;general;vtkIOExportPythonD;general;vtkRenderingGL2PSOpenGL2PythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingCorePythonD;general;vtkRenderingCorePythonD;general;vtkIOExportOpenGL2; //Dependencies for the target vtkIOExportOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkIOExportOpenGL2PythonD; //Dependencies for the target vtkIOExportOpenGL2_LIB_DEPENDS:STATIC=general;vtkIOExport;general;vtkIOExport;general;vtkRenderingGL2PSOpenGL2;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingCore;general;vtkRenderingCore;general;vtkgl2ps;general;/usr/lib64/libGL.so; //Dependencies for the target vtkIOExportPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkIOCorePythonD;general;vtkRenderingCorePythonD;general;vtkRenderingGL2PSOpenGL2PythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeometryPythonD;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkIOExport; //Dependencies for the target vtkIOExportPython_LIB_DEPENDS:STATIC=general;vtkIOExportPythonD; //Dependencies for the target vtkIOExport_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkIOCore;general;vtkRenderingCore;general;vtkRenderingGL2PSOpenGL2;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkFiltersGeometry;general;vtkIOImage;general;vtkImagingCore;general;/usr/lib64/libGL.so; //Dependencies for the target vtkIOFFMPEGCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOFFMPEG; //Dependencies for the target vtkIOFFMPEGPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOMoviePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkIOFFMPEG; //Dependencies for the target vtkIOFFMPEGPython_LIB_DEPENDS:STATIC=general;vtkIOFFMPEGPythonD; //Dependencies for the target vtkIOFFMPEG_LIB_DEPENDS:STATIC=general;vtkIOMovie;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMisc;general;/home/hedieh/sofware/ffmpeg/libavformat/libavformat.a;general;/home/hedieh/sofware/ffmpeg/libavcodec/libavcodec.a;general;/home/hedieh/sofware/ffmpeg/libavutil/libavutil.a;general;/home/hedieh/sofware/ffmpeg/libswscale/libswscale.a; //Dependencies for the target vtkIOGeometryCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOGeometry; //Dependencies for the target vtkIOGeometryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOLegacyPythonD;general;vtkCommonCorePythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOGeometry; //Dependencies for the target vtkIOGeometryPython_LIB_DEPENDS:STATIC=general;vtkIOGeometryPythonD; //Dependencies for the target vtkIOGeometry_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkIOLegacy;general;vtkCommonCore;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtksys;general;vtkzlib; //Dependencies for the target vtkIOImageCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOImage; //Dependencies for the target vtkIOImagePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOImage; //Dependencies for the target vtkIOImagePython_LIB_DEPENDS:STATIC=general;vtkIOImagePythonD; //Dependencies for the target vtkIOImage_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkDICOMParser;general;vtkmetaio;general;vtkjpeg;general;vtkpng;general;vtksys;general;vtktiff;general;vtkzlib; //Dependencies for the target vtkIOImportCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOImport; //Dependencies for the target vtkIOImportPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersSourcesPythonD;general;vtkIOImagePythonD;general;vtkIOImport; //Dependencies for the target vtkIOImportPython_LIB_DEPENDS:STATIC=general;vtkIOImportPythonD; //Dependencies for the target vtkIOImport_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkRenderingCore;general;vtksys;general;vtkCommonDataModel;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersSources;general;vtkIOImage; //Dependencies for the target vtkIOInfovisCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOInfovis; //Dependencies for the target vtkIOInfovisPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOLegacyPythonD;general;vtkIOXMLPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkIOCorePythonD;general;vtkIOXMLParserPythonD;general;vtkInfovisCorePythonD;general;vtkIOInfovis; //Dependencies for the target vtkIOInfovisPython_LIB_DEPENDS:STATIC=general;vtkIOInfovisPythonD; //Dependencies for the target vtkIOInfovis_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOLegacy;general;vtkIOXML;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkIOCore;general;vtkIOXMLParser;general;vtkInfovisCore;general;vtklibxml2;general;vtksys; //Dependencies for the target vtkIOLSDynaCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOLSDyna; //Dependencies for the target vtkIOLSDynaPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOXMLParserPythonD;general;vtkCommonDataModelPythonD;general;vtkIOLSDyna; //Dependencies for the target vtkIOLSDynaPython_LIB_DEPENDS:STATIC=general;vtkIOLSDynaPythonD; //Dependencies for the target vtkIOLSDyna_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOXMLParser;general;vtkCommonDataModel;general;vtksys; //Dependencies for the target vtkIOLegacyCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOLegacy; //Dependencies for the target vtkIOLegacyPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkCommonMiscPythonD;general;vtkIOLegacy; //Dependencies for the target vtkIOLegacyPython_LIB_DEPENDS:STATIC=general;vtkIOLegacyPythonD; //Dependencies for the target vtkIOLegacy_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkCommonMisc;general;vtksys; //Dependencies for the target vtkIOMPIImageCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOMPIImage; //Dependencies for the target vtkIOMPIImagePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOImagePythonD;general;vtkIOImagePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkParallelCorePythonD;general;vtkParallelMPIPythonD;general;vtkIOMPIImage; //Dependencies for the target vtkIOMPIImagePython_LIB_DEPENDS:STATIC=general;vtkIOMPIImagePythonD; //Dependencies for the target vtkIOMPIImage_LIB_DEPENDS:STATIC=general;vtkIOImage;general;vtkIOImage;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonTransforms;general;vtkParallelCore;general;vtkParallelMPI;general;vtksys;general;/home/hedieh/mpich-install/lib64/libmpi.so;general;/home/hedieh/mpich-install/lib64/libmpicxx.so;general;/home/hedieh/mpich-install/lib64/libmpi.so; //Dependencies for the target vtkIOMPIParallelCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOMPIParallel; //Dependencies for the target vtkIOMPIParallelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOGeometryPythonD;general;vtkIOGeometryPythonD;general;vtkIOParallelPythonD;general;vtkIOParallelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkParallelMPIPythonD;general;vtkIOMPIParallel; //Dependencies for the target vtkIOMPIParallelPython_LIB_DEPENDS:STATIC=general;vtkIOMPIParallelPythonD; //Dependencies for the target vtkIOMPIParallel_LIB_DEPENDS:STATIC=general;vtkIOGeometry;general;vtkIOGeometry;general;vtkIOParallel;general;vtkIOParallel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkParallelMPI;general;vtksys;general;/home/hedieh/mpich-install/lib64/libmpi.so;general;/home/hedieh/mpich-install/lib64/libmpicxx.so;general;/home/hedieh/mpich-install/lib64/libmpi.so; //Dependencies for the target vtkIOMovieCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOMovie; //Dependencies for the target vtkIOMoviePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkIOMovie; //Dependencies for the target vtkIOMoviePython_LIB_DEPENDS:STATIC=general;vtkIOMoviePythonD; //Dependencies for the target vtkIOMovie_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkoggtheora;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem; //Dependencies for the target vtkIONetCDFCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIONetCDF; //Dependencies for the target vtkIONetCDFPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkIONetCDF; //Dependencies for the target vtkIONetCDFPython_LIB_DEPENDS:STATIC=general;vtkIONetCDFPythonD; //Dependencies for the target vtkIONetCDF_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkNetCDF;general;vtkNetCDF_cxx;general;vtksys; //Dependencies for the target vtkIOPLYCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOPLY; //Dependencies for the target vtkIOPLYPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkIOCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkIOPLY; //Dependencies for the target vtkIOPLYPython_LIB_DEPENDS:STATIC=general;vtkIOPLYPythonD; //Dependencies for the target vtkIOPLY_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkIOCore;general;vtkCommonDataModel;general;vtkCommonMisc; //Dependencies for the target vtkIOParallelCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOParallel; //Dependencies for the target vtkIOParallelExodusCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOParallelExodus; //Dependencies for the target vtkIOParallelExodusPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkIOExodusPythonD;general;vtkIOExodusPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersCorePythonD;general;vtkParallelCorePythonD;general;vtkIOParallelExodus; //Dependencies for the target vtkIOParallelExodusPython_LIB_DEPENDS:STATIC=general;vtkIOParallelExodusPythonD; //Dependencies for the target vtkIOParallelExodus_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkIOExodus;general;vtkIOExodus;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkFiltersCore;general;vtkParallelCore;general;vtkexoIIc;general;vtksys; //Dependencies for the target vtkIOParallelLSDynaCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOParallelLSDyna; //Dependencies for the target vtkIOParallelLSDynaPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOLSDynaPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkParallelCorePythonD;general;vtkIOParallelLSDyna; //Dependencies for the target vtkIOParallelLSDynaPython_LIB_DEPENDS:STATIC=general;vtkIOParallelLSDynaPythonD; //Dependencies for the target vtkIOParallelLSDyna_LIB_DEPENDS:STATIC=general;vtkIOLSDyna;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkParallelCore; //Dependencies for the target vtkIOParallelNetCDFCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOParallelNetCDF; //Dependencies for the target vtkIOParallelNetCDFPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkParallelMPIPythonD;general;vtkIOParallelNetCDF; //Dependencies for the target vtkIOParallelNetCDFPython_LIB_DEPENDS:STATIC=general;vtkIOParallelNetCDFPythonD; //Dependencies for the target vtkIOParallelNetCDF_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkParallelMPI;general;vtkNetCDF;general;vtkNetCDF_cxx;general;/home/hedieh/mpich-install/lib64/libmpi.so;general;/home/hedieh/mpich-install/lib64/libmpicxx.so;general;/home/hedieh/mpich-install/lib64/libmpi.so; //Dependencies for the target vtkIOParallelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOGeometryPythonD;general;vtkIOImagePythonD;general;vtkIOLegacyPythonD;general;vtkIONetCDFPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersParallelPythonD;general;vtkParallelCorePythonD;general;vtkIOParallel; //Dependencies for the target vtkIOParallelPython_LIB_DEPENDS:STATIC=general;vtkIOParallelPythonD; //Dependencies for the target vtkIOParallelXMLCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOParallelXML; //Dependencies for the target vtkIOParallelXMLPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOXMLPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkParallelCorePythonD;general;vtkIOParallelXML; //Dependencies for the target vtkIOParallelXMLPython_LIB_DEPENDS:STATIC=general;vtkIOParallelXMLPythonD; //Dependencies for the target vtkIOParallelXML_LIB_DEPENDS:STATIC=general;vtkIOXML;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkParallelCore;general;vtksys; //Dependencies for the target vtkIOParallel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkIOGeometry;general;vtkIOImage;general;vtkIOLegacy;general;vtkIONetCDF;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkFiltersCore;general;vtkFiltersExtraction;general;vtkFiltersParallel;general;vtkParallelCore;general;vtkexoIIc;general;vtkjsoncpp;general;vtkNetCDF;general;vtkNetCDF_cxx;general;vtksys; //Dependencies for the target vtkIOTRUCHASCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOTRUCHAS; //Dependencies for the target vtkIOTRUCHASPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkIOTRUCHAS; //Dependencies for the target vtkIOTRUCHASPython_LIB_DEPENDS:STATIC=general;vtkIOTRUCHASPythonD; //Dependencies for the target vtkIOTRUCHAS_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkhdf5_hl;general;vtkhdf5; //Dependencies for the target vtkIOTecplotTableCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOTecplotTable; //Dependencies for the target vtkIOTecplotTablePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkIOCorePythonD;general;vtkIOTecplotTable; //Dependencies for the target vtkIOTecplotTablePython_LIB_DEPENDS:STATIC=general;vtkIOTecplotTablePythonD; //Dependencies for the target vtkIOTecplotTable_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkIOCore;general;vtksys; //Dependencies for the target vtkIOVPICCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOVPIC; //Dependencies for the target vtkIOVPICPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkParallelCorePythonD;general;vtkIOVPIC; //Dependencies for the target vtkIOVPICPython_LIB_DEPENDS:STATIC=general;vtkIOVPICPythonD; //Dependencies for the target vtkIOVPIC_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;VPIC;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkParallelCore; //Dependencies for the target vtkIOVisItBridgeCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOVisItBridge; //Dependencies for the target vtkIOVisItBridgePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersAMRPythonD;general;vtkParallelCorePythonD;general;vtkCommonSystemPythonD;general;vtkIOImagePythonD;general;vtkRenderingOpenGL2PythonD;general;vtkIOVisItBridge; //Dependencies for the target vtkIOVisItBridgePython_LIB_DEPENDS:STATIC=general;vtkIOVisItBridgePythonD; //Dependencies for the target vtkIOVisItBridge_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkFiltersAMR;general;vtkParallelCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkFiltersFlowPaths;general;vtkIOImage;general;vtkIOLegacy;general;vtkCommonSystem;general;vtkhdf5_hl;general;vtkhdf5;general;vtkIOImage;general;vtkNetCDF;general;vtkNetCDF_cxx;general;vtkRenderingOpenGL2;general;vtksys;general;vtkzlib;general;visitcommon;general;avtdatabase_par;general;avtpipeline_par;general;avtivp;general;visit_vtk; //Dependencies for the target vtkIOXMLCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOXML; //Dependencies for the target vtkIOXMLParserCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOXMLParser; //Dependencies for the target vtkIOXMLParserPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkIOCorePythonD;general;vtkIOXMLParser; //Dependencies for the target vtkIOXMLParserPython_LIB_DEPENDS:STATIC=general;vtkIOXMLParserPythonD; //Dependencies for the target vtkIOXMLParser_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkIOCore;general;vtkexpat;general;vtksys; //Dependencies for the target vtkIOXMLPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOXMLParserPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkIOCorePythonD;general;vtkIOXML; //Dependencies for the target vtkIOXMLPython_LIB_DEPENDS:STATIC=general;vtkIOXMLPythonD; //Dependencies for the target vtkIOXML_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOXMLParser;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkIOCore;general;vtksys; //Dependencies for the target vtkIOXdmf2CS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkIOXdmf2; //Dependencies for the target vtkIOXdmf2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOLegacyPythonD;general;vtkFiltersExtractionPythonD;general;vtkIOXMLParserPythonD;general;vtkIOXdmf2; //Dependencies for the target vtkIOXdmf2Python_LIB_DEPENDS:STATIC=general;vtkIOXdmf2PythonD; //Dependencies for the target vtkIOXdmf2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOLegacy;general;vtkFiltersExtraction;general;vtkIOXMLParser;general;vtksys;general;vtkxdmf2; //Dependencies for the target vtkImagingColorCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkImagingColor; //Dependencies for the target vtkImagingColorPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkImagingColor; //Dependencies for the target vtkImagingColorPython_LIB_DEPENDS:STATIC=general;vtkImagingColorPythonD; //Dependencies for the target vtkImagingColor_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonSystem; //Dependencies for the target vtkImagingCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkImagingCore; //Dependencies for the target vtkImagingCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkImagingCore; //Dependencies for the target vtkImagingCorePython_LIB_DEPENDS:STATIC=general;vtkImagingCorePythonD; //Dependencies for the target vtkImagingCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonTransforms; //Dependencies for the target vtkImagingFourierCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkImagingFourier; //Dependencies for the target vtkImagingFourierPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingFourier; //Dependencies for the target vtkImagingFourierPython_LIB_DEPENDS:STATIC=general;vtkImagingFourierPythonD; //Dependencies for the target vtkImagingFourier_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkCommonDataModel;general;vtksys; //Dependencies for the target vtkImagingGeneralCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkImagingGeneral; //Dependencies for the target vtkImagingGeneralPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingSourcesPythonD;general;vtkImagingGeneral; //Dependencies for the target vtkImagingGeneralPython_LIB_DEPENDS:STATIC=general;vtkImagingGeneralPythonD; //Dependencies for the target vtkImagingGeneral_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingSources; //Dependencies for the target vtkImagingHybridCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkImagingHybrid; //Dependencies for the target vtkImagingHybridPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkImagingHybrid; //Dependencies for the target vtkImagingHybridPython_LIB_DEPENDS:STATIC=general;vtkImagingHybridPythonD; //Dependencies for the target vtkImagingHybrid_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkIOImage;general;vtkImagingCore; //Dependencies for the target vtkImagingMathCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkImagingMath; //Dependencies for the target vtkImagingMathPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingMath; //Dependencies for the target vtkImagingMathPython_LIB_DEPENDS:STATIC=general;vtkImagingMathPythonD; //Dependencies for the target vtkImagingMath_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkImagingMorphologicalCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkImagingMorphological; //Dependencies for the target vtkImagingMorphologicalPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkImagingGeneralPythonD;general;vtkImagingSourcesPythonD;general;vtkImagingMorphological; //Dependencies for the target vtkImagingMorphologicalPython_LIB_DEPENDS:STATIC=general;vtkImagingMorphologicalPythonD; //Dependencies for the target vtkImagingMorphological_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkImagingGeneral;general;vtkImagingSources; //Dependencies for the target vtkImagingSourcesCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkImagingSources; //Dependencies for the target vtkImagingSourcesPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingCorePythonD;general;vtkImagingSources; //Dependencies for the target vtkImagingSourcesPython_LIB_DEPENDS:STATIC=general;vtkImagingSourcesPythonD; //Dependencies for the target vtkImagingSources_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingCore; //Dependencies for the target vtkInfovisCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkInfovisCore; //Dependencies for the target vtkInfovisCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersGeneralPythonD;general;vtkInfovisCore; //Dependencies for the target vtkInfovisCorePython_LIB_DEPENDS:STATIC=general;vtkInfovisCorePythonD; //Dependencies for the target vtkInfovisCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkFiltersExtraction;general;vtkFiltersGeneral; //Dependencies for the target vtkInteractionImageCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkInteractionImage; //Dependencies for the target vtkInteractionImagePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkImagingColorPythonD;general;vtkImagingCorePythonD;general;vtkInteractionStylePythonD;general;vtkInteractionWidgetsPythonD;general;vtkInteractionImage; //Dependencies for the target vtkInteractionImagePython_LIB_DEPENDS:STATIC=general;vtkInteractionImagePythonD; //Dependencies for the target vtkInteractionImage_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkRenderingCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkImagingColor;general;vtkImagingCore;general;vtkInteractionStyle;general;vtkInteractionWidgets; //Dependencies for the target vtkInteractionStyleCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkInteractionStyle; //Dependencies for the target vtkInteractionStylePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersSourcesPythonD;general;vtkInteractionStyle; //Dependencies for the target vtkInteractionStylePython_LIB_DEPENDS:STATIC=general;vtkInteractionStylePythonD; //Dependencies for the target vtkInteractionStyle_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkRenderingCore;general;vtkRenderingCore;general;vtkCommonCore;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkFiltersExtraction;general;vtkFiltersSources; //Dependencies for the target vtkInteractionWidgetsCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkInteractionWidgets; //Dependencies for the target vtkInteractionWidgetsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkRenderingCorePythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersHybridPythonD;general;vtkFiltersModelingPythonD;general;vtkImagingColorPythonD;general;vtkImagingCorePythonD;general;vtkImagingGeneralPythonD;general;vtkImagingHybridPythonD;general;vtkInteractionStylePythonD;general;vtkRenderingAnnotationPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingVolumePythonD;general;vtkInteractionWidgets; //Dependencies for the target vtkInteractionWidgetsPython_LIB_DEPENDS:STATIC=general;vtkInteractionWidgetsPythonD; //Dependencies for the target vtkInteractionWidgets_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtkRenderingCore;general;vtkCommonComputationalGeometry;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersHybrid;general;vtkFiltersModeling;general;vtkImagingColor;general;vtkImagingCore;general;vtkImagingGeneral;general;vtkImagingHybrid;general;vtkInteractionStyle;general;vtkRenderingAnnotation;general;vtkRenderingFreeType;general;vtkRenderingVolume; //Dependencies for the target vtkNetCDF_LIB_DEPENDS:STATIC=general;vtkhdf5_hl;general;vtkhdf5;general;m; //Dependencies for the target vtkNetCDF_cxx_LIB_DEPENDS:STATIC=general;vtkNetCDF; //Dependencies for the target vtkPVAnimationCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVAnimation; //Dependencies for the target vtkPVAnimationPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkPVServerManagerCorePythonD;general;vtkPVVTKExtensionsDefaultPythonD;general;vtkIOMoviePythonD;general;vtkPVServerManagerDefaultPythonD;general;vtkIOFFMPEGPythonD;general;vtkPVAnimation; //Dependencies for the target vtkPVAnimationPython_LIB_DEPENDS:STATIC=general;vtkPVAnimationPythonD; //Dependencies for the target vtkPVAnimation_LIB_DEPENDS:STATIC=general;vtkPVServerManagerCore;general;vtkPVVTKExtensionsDefault;general;vtksys;general;vtkIOMovie;general;vtkPVServerManagerDefault;general;vtkIOFFMPEG; //Dependencies for the target vtkPVCatalystCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVCatalyst; //Dependencies for the target vtkPVCatalyst_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplication;general;vtksys; //Dependencies for the target vtkPVCinemaReaderCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVCinemaReader; //Dependencies for the target vtkPVCinemaReaderPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkPVServerManagerCorePythonD;general;vtkRenderingCorePythonD;general;vtkPVAnimationPythonD;general;vtkPVClientServerCoreRenderingPythonD;general;vtkPVServerManagerRenderingPythonD;general;vtkPythonInterpreterPythonD;general;vtkRenderingOpenGL2PythonD;general;vtkPVCinemaReader; //Dependencies for the target vtkPVCinemaReaderPython_LIB_DEPENDS:STATIC=general;vtkPVCinemaReaderPythonD; //Dependencies for the target vtkPVCinemaReader_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkPVServerManagerCore;general;vtkRenderingCore;general;/usr/lib64/libpython2.7.so;general;vtkPVAnimation;general;vtkPVClientServerCoreRendering;general;vtkPVServerManagerRendering;general;vtkPythonInterpreter;general;vtkRenderingOpenGL2;general;/usr/lib64/libGL.so; //Dependencies for the target vtkPVClientServerCoreCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVClientServerCoreCore; //Dependencies for the target vtkPVClientServerCoreCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonSystemPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersParallelPythonD;general;vtkFiltersProgrammablePythonD;general;vtkIOLegacyPythonD;general;vtkPVCommonPythonD;general;vtkPVCommonPythonD;general;vtkPVVTKExtensionsCorePythonD;general;vtkParallelMPIPythonD;general;vtkPythonInterpreterPythonD;general;vtkPVClientServerCoreCore; //Dependencies for the target vtkPVClientServerCoreCorePython_LIB_DEPENDS:STATIC=general;vtkPVClientServerCoreCorePythonD; //Dependencies for the target vtkPVClientServerCoreCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonSystem;general;vtkFiltersExtraction;general;vtkFiltersParallel;general;vtkFiltersProgrammable;general;vtkIOLegacy;general;vtkPVCommon;general;vtkPVCommon;general;vtkPVVTKExtensionsCore;general;vtkParallelMPI;general;vtkPythonInterpreter;general;vtksys;general;/home/hedieh/mpich-install/lib64/libmpi.so;general;/home/hedieh/mpich-install/lib64/libmpicxx.so;general;/home/hedieh/mpich-install/lib64/libmpi.so; //Dependencies for the target vtkPVClientServerCoreDefaultCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVClientServerCoreDefault; //Dependencies for the target vtkPVClientServerCoreDefaultPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkPVClientServerCoreRenderingPythonD;general;vtkPVVTKExtensionsDefaultPythonD;general;vtkIOInfovisPythonD;general;vtkPVClientServerCoreDefault; //Dependencies for the target vtkPVClientServerCoreDefaultPython_LIB_DEPENDS:STATIC=general;vtkPVClientServerCoreDefaultPythonD; //Dependencies for the target vtkPVClientServerCoreDefault_LIB_DEPENDS:STATIC=general;vtkPVClientServerCoreRendering;general;vtkPVVTKExtensionsDefault;general;vtksys;general;vtkIOInfovis; //Dependencies for the target vtkPVClientServerCoreRenderingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVClientServerCoreRendering; //Dependencies for the target vtkPVClientServerCoreRenderingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkDomainsChemistryPythonD;general;vtkFiltersAMRPythonD;general;vtkPVClientServerCoreCorePythonD;general;vtkPVVTKExtensionsDefaultPythonD;general;vtkPVVTKExtensionsRenderingPythonD;general;vtkRenderingLabelPythonD;general;vtkRenderingVolumeOpenGL2PythonD;general;vtkViewsContext2DPythonD;general;vtkViewsCorePythonD;general;vtkPVClientServerCoreRendering; //Dependencies for the target vtkPVClientServerCoreRenderingPython_LIB_DEPENDS:STATIC=general;vtkPVClientServerCoreRenderingPythonD; //Dependencies for the target vtkPVClientServerCoreRendering_LIB_DEPENDS:STATIC=general;vtkDomainsChemistry;general;vtkFiltersAMR;general;vtkPVClientServerCoreCore;general;vtkPVVTKExtensionsDefault;general;vtkPVVTKExtensionsRendering;general;vtkRenderingLabel;general;vtkRenderingVolumeOpenGL2;general;vtkViewsContext2D;general;vtkViewsCore;general;vtksys;general;vtkzlib;general;/usr/lib64/libGL.so; //Dependencies for the target vtkPVCommonCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVCommon; //Dependencies for the target vtkPVCommonPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkIOXMLParserPythonD;general;vtkPVCommon; //Dependencies for the target vtkPVCommonPython_LIB_DEPENDS:STATIC=general;vtkPVCommonPythonD; //Dependencies for the target vtkPVCommon_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkCommonCore;general;vtkIOXMLParser;general;vtksys; //Dependencies for the target vtkPVServerImplementationCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVServerImplementationCore; //Dependencies for the target vtkPVServerImplementationCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkPVClientServerCoreCorePythonD;general;vtkPVServerImplementationCore; //Dependencies for the target vtkPVServerImplementationCorePython_LIB_DEPENDS:STATIC=general;vtkPVServerImplementationCorePythonD; //Dependencies for the target vtkPVServerImplementationCore_LIB_DEPENDS:STATIC=general;vtkPVClientServerCoreCore;general;protobuf;general;vtksys; //Dependencies for the target vtkPVServerImplementationRenderingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVServerImplementationRendering; //Dependencies for the target vtkPVServerImplementationRenderingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkPVClientServerCoreRenderingPythonD;general;vtkPVServerImplementationCorePythonD;general;vtkPVServerImplementationRendering; //Dependencies for the target vtkPVServerImplementationRenderingPython_LIB_DEPENDS:STATIC=general;vtkPVServerImplementationRenderingPythonD; //Dependencies for the target vtkPVServerImplementationRendering_LIB_DEPENDS:STATIC=general;vtkPVClientServerCoreRendering;general;vtkPVServerImplementationCore; //Dependencies for the target vtkPVServerManagerApplicationCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVServerManagerApplication; //Dependencies for the target vtkPVServerManagerApplicationPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkPVServerManagerCorePythonD;general;vtkPVServerManagerApplication; //Dependencies for the target vtkPVServerManagerApplicationPython_LIB_DEPENDS:STATIC=general;vtkPVServerManagerApplicationPythonD; //Dependencies for the target vtkPVServerManagerApplication_LIB_DEPENDS:STATIC=general;vtkPVServerManagerCore;general;vtksys;general;vtkCommonCoreCS;general;vtkCommonMathCS;general;vtkCommonMiscCS;general;vtkCommonSystemCS;general;vtkCommonTransformsCS;general;vtkCommonDataModelCS;general;vtkCommonExecutionModelCS;general;vtkFiltersCoreCS;general;vtkIOCoreCS;general;vtkIOXMLParserCS;general;vtkIOXMLCS;general;vtkIOLegacyCS;general;vtkParallelCoreCS;general;vtkFiltersAMRCS;general;vtkCommonComputationalGeometryCS;general;vtkFiltersGeneralCS;general;vtkImagingCoreCS;general;vtkImagingFourierCS;general;vtkFiltersStatisticsCS;general;vtkFiltersExtractionCS;general;vtkFiltersGeometryCS;general;vtkFiltersSourcesCS;general;vtkFiltersFlowPathsCS;general;vtkIOGeometryCS;general;vtkIOImageCS;general;vtkImagingHybridCS;general;vtkCommonColorCS;general;vtkRenderingCoreCS;general;vtkImagingMathCS;general;vtkRenderingOpenGL2CS;general;vtkRenderingVolumeCS;general;vtkRenderingVolumeOpenGL2CS;general;vtkInteractionStyleCS;general;vtkFiltersModelingCS;general;vtkFiltersParallelCS;general;vtkFiltersProgrammableCS;general;vtkPythonInterpreterCS;general;vtkPVCommonCS;general;vtkPVVTKExtensionsCoreCS;general;vtkParallelMPICS;general;vtkPVClientServerCoreCoreCS;general;vtkPVServerImplementationCoreCS;general;vtkPVServerManagerCoreCS;general;vtkIOMovieCS;general;vtkIOFFMPEGCS;general;vtkInfovisCoreCS;general;vtkIOInfovisCS;general;vtkDomainsChemistryCS;general;vtkRenderingFreeTypeCS;general;vtkRenderingContext2DCS;general;vtkChartsCoreCS;general;vtkFiltersParallelFlowPathsCS;general;vtkFiltersParallelStatisticsCS;general;vtkIOEnSightCS;general;vtkIOImportCS;general;vtkIOMPIImageCS;general;vtkIOPLYCS;general;vtkIONetCDFCS;general;vtkIOParallelCS;general;vtkIOExodusCS;general;vtkIOParallelExodusCS;general;vtkIOParallelXMLCS;general;vtkImagingSourcesCS;general;vtkFiltersHybridCS;general;vtkImagingColorCS;general;vtkImagingGeneralCS;general;vtkRenderingAnnotationCS;general;vtkInteractionWidgetsCS;general;vtkFiltersGenericCS;general;vtkFiltersHyperTreeCS;general;vtkFiltersParallelMPICS;general;vtkRenderingGL2PSOpenGL2CS;general;vtkIOExportCS;general;vtkIOExportOpenGL2CS;general;vtkRenderingMatplotlibCS;general;vtkRenderingParallelCS;general;vtkRenderingVolumeAMRCS;general;vtkPVVTKExtensionsRenderingCS;general;vtkPVVTKExtensionsDefaultCS;general;vtkRenderingLabelCS;general;vtkViewsCoreCS;general;vtkViewsContext2DCS;general;vtkPVClientServerCoreRenderingCS;general;vtkPVClientServerCoreDefaultCS;general;vtkPVServerImplementationRenderingCS;general;vtkPVServerManagerRenderingCS;general;vtkTestingRenderingCS;general;vtkPVServerManagerDefaultCS;general;vtkPVAnimationCS;general;vtkDomainsChemistryOpenGL2CS;general;vtkFiltersParallelDIY2CS;general;vtkFiltersParallelGeometryCS;general;vtkFiltersImagingCS;general;vtkFiltersParallelImagingCS;general;vtkFiltersPythonCS;general;vtkFiltersTextureCS;general;vtkFiltersVerdictCS;general;vtkIOAMRCS;general;vtkIOMPIParallelCS;general;vtkIOLSDynaCS;general;vtkIOParallelLSDynaCS;general;vtkIOParallelNetCDFCS;general;vtkIOTRUCHASCS;general;vtkIOTecplotTableCS;general;vtkIOVPICCS;general;vtkIOVisItBridgeCS;general;vtkIOXdmf2CS;general;vtkImagingMorphologicalCS;general;vtkInteractionImageCS;general;vtkPVCinemaReaderCS;general;vtkPVVTKExtensionsCGNSReaderCS;general;vtkFiltersPointsCS;general;vtkPVVTKExtensionsPointsCS;general;vtkParallelMPI4PyCS;general;vtkRenderingLICOpenGL2CS;general;vtkRenderingLODCS;general;vtkRenderingParallelLICCS;general;vtkWebGLExporterCS;general;vtkWebCoreCS;general;vtkParaViewWebCoreCS;general;vtkRenderingContextOpenGL2CS;general;vtkPVServerManagerCore; //Dependencies for the target vtkPVServerManagerCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVServerManagerCore; //Dependencies for the target vtkPVServerManagerCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkPVServerImplementationCorePythonD;general;vtkPythonInterpreterPythonD;general;vtkPVServerManagerCore; //Dependencies for the target vtkPVServerManagerCorePython_LIB_DEPENDS:STATIC=general;vtkPVServerManagerCorePythonD; //Dependencies for the target vtkPVServerManagerCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkPVServerImplementationCore;general;vtkjsoncpp;general;vtksys;general;vtkpugixml;general;vtkPythonInterpreter; //Dependencies for the target vtkPVServerManagerDefaultCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVServerManagerDefault; //Dependencies for the target vtkPVServerManagerDefaultPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkPVServerManagerRenderingPythonD;general;vtkRenderingVolumeOpenGL2PythonD;general;vtkTestingRenderingPythonD;general;vtkPVClientServerCoreDefaultPythonD;general;vtkPVServerManagerDefault; //Dependencies for the target vtkPVServerManagerDefaultPython_LIB_DEPENDS:STATIC=general;vtkPVServerManagerDefaultPythonD; //Dependencies for the target vtkPVServerManagerDefault_LIB_DEPENDS:STATIC=general;vtkPVServerManagerRendering;general;vtksys;general;vtkRenderingVolumeOpenGL2;general;vtkTestingRendering;general;vtkPVClientServerCoreDefault; //Dependencies for the target vtkPVServerManagerRenderingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVServerManagerRendering; //Dependencies for the target vtkPVServerManagerRenderingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkPVServerImplementationRenderingPythonD;general;vtkPVServerManagerCorePythonD;general;vtkPVServerManagerCorePythonD;general;vtkCommonColorPythonD;general;vtkPVServerManagerRendering; //Dependencies for the target vtkPVServerManagerRenderingPython_LIB_DEPENDS:STATIC=general;vtkPVServerManagerRenderingPythonD; //Dependencies for the target vtkPVServerManagerRendering_LIB_DEPENDS:STATIC=general;vtkPVServerImplementationRendering;general;vtkPVServerManagerCore;general;vtkPVServerManagerCore;general;vtkjsoncpp;general;vtkCommonColor;general;vtksys; //Dependencies for the target vtkPVStaticPluginsInit_LIB_DEPENDS:STATIC=general;AcceleratedAlgorithms;general;AnalyzeNIfTIIO;general;ArrowGlyph;general;CDIReader;general;EyeDomeLightingView;general;GMVReader;general;GeodesicMeasurement;general;H5PartReader;general;LagrangianParticleTracker;general;Moments;general;NonOrthogonalSource;general;SLACTools;general;SierraPlotTools;general;StreamLinesRepresentation;general;StreamingParticles;general;SurfaceLIC;general;PacMan;general;ThickenLayeredCells; //Dependencies for the target vtkPVVTKExtensionsCGNSReaderCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVVTKExtensionsCGNSReader; //Dependencies for the target vtkPVVTKExtensionsCGNSReaderPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkPVVTKExtensionsCorePythonD;general;vtkParallelCorePythonD;general;vtkParallelCorePythonD;general;vtkPVVTKExtensionsCGNSReader; //Dependencies for the target vtkPVVTKExtensionsCGNSReaderPython_LIB_DEPENDS:STATIC=general;vtkPVVTKExtensionsCGNSReaderPythonD; //Dependencies for the target vtkPVVTKExtensionsCGNSReader_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkPVVTKExtensionsCore;general;vtkParallelCore;general;vtkcgns;general;vtksys;general;vtkParallelCore; //Dependencies for the target vtkPVVTKExtensionsCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVVTKExtensionsCore; //Dependencies for the target vtkPVVTKExtensionsCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersCorePythonD;general;vtkFiltersSourcesPythonD;general;vtkIOImagePythonD;general;vtkPVCommonPythonD;general;vtkParallelCorePythonD;general;vtkPVVTKExtensionsCore; //Dependencies for the target vtkPVVTKExtensionsCorePython_LIB_DEPENDS:STATIC=general;vtkPVVTKExtensionsCorePythonD; //Dependencies for the target vtkPVVTKExtensionsCore_LIB_DEPENDS:STATIC=general;vtkFiltersCore;general;vtkFiltersSources;general;vtkIOImage;general;vtkPVCommon;general;vtkParallelCore;general;vtksys; //Dependencies for the target vtkPVVTKExtensionsDefaultCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVVTKExtensionsDefault; //Dependencies for the target vtkPVVTKExtensionsDefaultPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersAMRPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersParallelFlowPathsPythonD;general;vtkFiltersParallelStatisticsPythonD;general;vtkIOEnSightPythonD;general;vtkIOImportPythonD;general;vtkIOMPIImagePythonD;general;vtkIOParallelPythonD;general;vtkIOParallelExodusPythonD;general;vtkIOParallelXMLPythonD;general;vtkImagingFourierPythonD;general;vtkImagingSourcesPythonD;general;vtkInteractionWidgetsPythonD;general;vtkPVVTKExtensionsCorePythonD;general;vtkPVVTKExtensionsRenderingPythonD;general;vtkIOInfovisPythonD;general;vtkChartsCorePythonD;general;vtkIOPLYPythonD;general;vtkPVVTKExtensionsDefault; //Dependencies for the target vtkPVVTKExtensionsDefaultPython_LIB_DEPENDS:STATIC=general;vtkPVVTKExtensionsDefaultPythonD; //Dependencies for the target vtkPVVTKExtensionsDefault_LIB_DEPENDS:STATIC=general;vtkFiltersAMR;general;vtkFiltersExtraction;general;vtkFiltersGeneral;general;vtkFiltersParallelFlowPaths;general;vtkFiltersParallelStatistics;general;vtkIOEnSight;general;vtkIOImport;general;vtkIOMPIImage;general;vtkIOParallel;general;vtkIOParallelExodus;general;vtkIOParallelXML;general;vtkImagingFourier;general;vtkImagingSources;general;vtkInteractionWidgets;general;vtkPVVTKExtensionsCore;general;vtkPVVTKExtensionsRendering;general;vtkIOInfovis;general;vtkNetCDF;general;vtkNetCDF_cxx;general;vtksys;general;vtkChartsCore;general;vtkIOPLY;general;/usr/lib64/libGL.so; //Dependencies for the target vtkPVVTKExtensionsPointsCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVVTKExtensionsPoints; //Dependencies for the target vtkPVVTKExtensionsPointsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkFiltersPointsPythonD;general;vtkFiltersCorePythonD;general;vtkPVVTKExtensionsPoints; //Dependencies for the target vtkPVVTKExtensionsPointsPython_LIB_DEPENDS:STATIC=general;vtkPVVTKExtensionsPointsPythonD; //Dependencies for the target vtkPVVTKExtensionsPoints_LIB_DEPENDS:STATIC=general;vtkFiltersPoints;general;vtkFiltersCore; //Dependencies for the target vtkPVVTKExtensionsRenderingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPVVTKExtensionsRendering; //Dependencies for the target vtkPVVTKExtensionsRenderingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkChartsCorePythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersGenericPythonD;general;vtkFiltersHyperTreePythonD;general;vtkFiltersParallelPythonD;general;vtkFiltersParallelMPIPythonD;general;vtkIOExportPythonD;general;vtkIOExportOpenGL2PythonD;general;vtkIOImagePythonD;general;vtkIOXMLPythonD;general;vtkInteractionStylePythonD;general;vtkInteractionWidgetsPythonD;general;vtkPVVTKExtensionsCorePythonD;general;vtkParallelMPIPythonD;general;vtkRenderingAnnotationPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingMatplotlibPythonD;general;vtkRenderingOpenGL2PythonD;general;vtkRenderingParallelPythonD;general;vtkRenderingVolumeAMRPythonD;general;vtkCommonColorPythonD;general;vtkPVVTKExtensionsRendering; //Dependencies for the target vtkPVVTKExtensionsRenderingPython_LIB_DEPENDS:STATIC=general;vtkPVVTKExtensionsRenderingPythonD; //Dependencies for the target vtkPVVTKExtensionsRendering_LIB_DEPENDS:STATIC=general;vtkChartsCore;general;vtkCommonComputationalGeometry;general;vtkCommonSystem;general;vtkFiltersExtraction;general;vtkFiltersGeneric;general;vtkFiltersHyperTree;general;vtkFiltersParallel;general;vtkFiltersParallelMPI;general;vtkGUISupportQt;general;vtkIOExport;general;vtkIOExportOpenGL2;general;vtkIOImage;general;vtkIOXML;general;vtkInteractionStyle;general;vtkInteractionWidgets;general;vtkPVVTKExtensionsCore;general;vtkParallelMPI;general;vtkRenderingAnnotation;general;vtkRenderingFreeType;general;vtkRenderingMatplotlib;general;vtkRenderingOpenGL2;general;vtkRenderingParallel;general;vtkRenderingVolumeAMR;general;IceTCore;general;IceTMPI;general;IceTGL;general;vtkCommonColor;general;vtkglew;general;vtkzlib;general;vtklz4;general;/home/hedieh/mpich-install/lib64/libmpi.so;general;/home/hedieh/mpich-install/lib64/libmpicxx.so;general;/home/hedieh/mpich-install/lib64/libmpi.so;general;/usr/lib64/libGL.so; //Dependencies for the target vtkParaViewDocumentation_LIB_DEPENDS:STATIC=general;Qt5::Widgets; //Dependencies for the target vtkParaViewWebCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkParaViewWebCore; //Dependencies for the target vtkParaViewWebCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkPVServerManagerDefaultPythonD;general;vtkWebCorePythonD;general;vtkWebGLExporterPythonD;general;vtkParaViewWebCore; //Dependencies for the target vtkParaViewWebCorePython_LIB_DEPENDS:STATIC=general;vtkParaViewWebCorePythonD; //Dependencies for the target vtkParaViewWebCore_LIB_DEPENDS:STATIC=general;vtkPVServerManagerDefault;general;vtkWebCore;general;vtkWebGLExporter; //Dependencies for the target vtkParallelCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkParallelCore; //Dependencies for the target vtkParallelCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkIOLegacyPythonD;general;vtkParallelCore; //Dependencies for the target vtkParallelCorePython_LIB_DEPENDS:STATIC=general;vtkParallelCorePythonD; //Dependencies for the target vtkParallelCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkIOLegacy;general;vtksys; //Dependencies for the target vtkParallelMPI4PyCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkParallelMPI4Py; //Dependencies for the target vtkParallelMPI4PyPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkParallelMPIPythonD;general;vtkParallelMPIPythonD;general;vtkParallelMPI4Py; //Dependencies for the target vtkParallelMPI4PyPython_LIB_DEPENDS:STATIC=general;vtkParallelMPI4PyPythonD; //Dependencies for the target vtkParallelMPI4Py_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkParallelMPI;general;/usr/lib64/libpython2.7.so;general;/usr/lib64/libpython2.7.so;general;vtkParallelMPI;general;/home/hedieh/mpich-install/lib64/libmpi.so;general;/home/hedieh/mpich-install/lib64/libmpicxx.so;general;/home/hedieh/mpich-install/lib64/libmpi.so; //Dependencies for the target vtkParallelMPICS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkParallelMPI; //Dependencies for the target vtkParallelMPIPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkParallelCorePythonD;general;vtkCommonDataModelPythonD;general;vtkParallelMPI; //Dependencies for the target vtkParallelMPIPython_LIB_DEPENDS:STATIC=general;vtkParallelMPIPythonD; //Dependencies for the target vtkParallelMPI_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkParallelCore;general;vtkCommonDataModel;general;/home/hedieh/mpich-install/lib64/libmpi.so;general;/home/hedieh/mpich-install/lib64/libmpicxx.so;general;/home/hedieh/mpich-install/lib64/libmpi.so; //Dependencies for the target vtkPythonInterpreterCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkPythonInterpreter; //Dependencies for the target vtkPythonInterpreterPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkPythonInterpreter; //Dependencies for the target vtkPythonInterpreterPython_LIB_DEPENDS:STATIC=general;vtkPythonInterpreterPythonD; //Dependencies for the target vtkPythonInterpreter_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;/usr/lib64/libpython2.7.so;general;vtksys; //Dependencies for the target vtkRenderingAnnotationCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingAnnotation; //Dependencies for the target vtkRenderingAnnotationPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkImagingColorPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingAnnotation; //Dependencies for the target vtkRenderingAnnotationPython_LIB_DEPENDS:STATIC=general;vtkRenderingAnnotationPythonD; //Dependencies for the target vtkRenderingAnnotation_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtkImagingColor;general;vtkRenderingFreeType; //Dependencies for the target vtkRenderingContext2DCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingContext2D; //Dependencies for the target vtkRenderingContext2DPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingContext2D; //Dependencies for the target vtkRenderingContext2DPython_LIB_DEPENDS:STATIC=general;vtkRenderingContext2DPythonD; //Dependencies for the target vtkRenderingContext2D_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkFiltersGeneral;general;vtkRenderingFreeType; //Dependencies for the target vtkRenderingContextOpenGL2CS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingContextOpenGL2; //Dependencies for the target vtkRenderingContextOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkRenderingContext2DPythonD;general;vtkRenderingContext2DPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingOpenGL2PythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkImagingCorePythonD;general;vtkRenderingContextOpenGL2; //Dependencies for the target vtkRenderingContextOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkRenderingContextOpenGL2PythonD; //Dependencies for the target vtkRenderingContextOpenGL2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkRenderingContext2D;general;vtkRenderingContext2D;general;vtkRenderingCore;general;vtkRenderingFreeType;general;vtkRenderingOpenGL2;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkImagingCore;general;vtkglew;general;/usr/lib64/libGL.so; //Dependencies for the target vtkRenderingCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingCore; //Dependencies for the target vtkRenderingCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkFiltersCorePythonD;general;vtkCommonColorPythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersSourcesPythonD;general;vtkRenderingCore; //Dependencies for the target vtkRenderingCorePython_LIB_DEPENDS:STATIC=general;vtkRenderingCorePythonD; //Dependencies for the target vtkRenderingCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkFiltersCore;general;vtkCommonColor;general;vtkCommonComputationalGeometry;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersGeneral;general;vtkFiltersGeometry;general;vtkFiltersSources;general;vtksys; //Dependencies for the target vtkRenderingFreeTypeCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingFreeType; //Dependencies for the target vtkRenderingFreeTypePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingFreeType; //Dependencies for the target vtkRenderingFreeTypePython_LIB_DEPENDS:STATIC=general;vtkRenderingFreeTypePythonD; //Dependencies for the target vtkRenderingFreeType_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkRenderingCore;general;vtkfreetype;general;vtkCommonDataModel;general;vtkFiltersGeneral; //Dependencies for the target vtkRenderingGL2PSOpenGL2CS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingGL2PSOpenGL2; //Dependencies for the target vtkRenderingGL2PSOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkRenderingOpenGL2PythonD;general;vtkRenderingOpenGL2PythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingOpenGL2PythonD;general;vtkRenderingGL2PSOpenGL2; //Dependencies for the target vtkRenderingGL2PSOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkRenderingGL2PSOpenGL2PythonD; //Dependencies for the target vtkRenderingGL2PSOpenGL2_LIB_DEPENDS:STATIC=general;vtkRenderingOpenGL2;general;vtkRenderingOpenGL2;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkRenderingCore;general;vtkRenderingOpenGL2;general;vtkgl2ps;general;/usr/lib64/libGL.so; //Dependencies for the target vtkRenderingLICOpenGL2CS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingLICOpenGL2; //Dependencies for the target vtkRenderingLICOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingOpenGL2PythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkIOCorePythonD;general;vtkIOLegacyPythonD;general;vtkIOXMLPythonD;general;vtkImagingCorePythonD;general;vtkImagingSourcesPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingLICOpenGL2; //Dependencies for the target vtkRenderingLICOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkRenderingLICOpenGL2PythonD; //Dependencies for the target vtkRenderingLICOpenGL2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkRenderingOpenGL2;general;vtkCommonMath;general;vtkCommonSystem;general;vtkIOCore;general;vtkIOLegacy;general;vtkIOXML;general;vtkImagingCore;general;vtkImagingSources;general;vtkRenderingCore;general;vtkglew;general;vtksys;general;/usr/lib64/libGL.so; //Dependencies for the target vtkRenderingLODCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingLOD; //Dependencies for the target vtkRenderingLODPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkRenderingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersModelingPythonD;general;vtkRenderingLOD; //Dependencies for the target vtkRenderingLODPython_LIB_DEPENDS:STATIC=general;vtkRenderingLODPythonD; //Dependencies for the target vtkRenderingLOD_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkFiltersCore;general;vtkFiltersModeling; //Dependencies for the target vtkRenderingLabelCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingLabel; //Dependencies for the target vtkRenderingLabelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingFreeTypePythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingLabel; //Dependencies for the target vtkRenderingLabelPython_LIB_DEPENDS:STATIC=general;vtkRenderingLabelPythonD; //Dependencies for the target vtkRenderingLabel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkRenderingFreeType;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersGeneral; //Dependencies for the target vtkRenderingMatplotlibCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingMatplotlib; //Dependencies for the target vtkRenderingMatplotlibPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkPythonInterpreterPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingFreeTypePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkImagingCorePythonD;general;vtkRenderingCorePythonD;general;vtkRenderingMatplotlib; //Dependencies for the target vtkRenderingMatplotlibPython_LIB_DEPENDS:STATIC=general;vtkRenderingMatplotlibPythonD; //Dependencies for the target vtkRenderingMatplotlib_LIB_DEPENDS:STATIC=general;vtkPythonInterpreter;general;vtkRenderingFreeType;general;vtkRenderingFreeType;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonTransforms;general;vtkImagingCore;general;/usr/lib64/libpython2.7.so;general;vtkRenderingCore;general;vtkWrappingPythonCore; //Dependencies for the target vtkRenderingOpenGL2CS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingOpenGL2; //Dependencies for the target vtkRenderingOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkRenderingOpenGL2; //Dependencies for the target vtkRenderingOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkRenderingOpenGL2PythonD; //Dependencies for the target vtkRenderingOpenGL2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkRenderingCore;general;vtkRenderingCore;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkIOImage;general;vtkImagingCore;general;vtkglew;general;vtksys;general;/usr/lib64/libGL.so;general;/usr/lib64/libSM.so;general;/usr/lib64/libICE.so;general;/usr/lib64/libX11.so;general;/usr/lib64/libXext.so;general;/usr/lib64/libXt.so; //Dependencies for the target vtkRenderingParallelCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingParallel; //Dependencies for the target vtkRenderingParallelLICCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingParallelLIC; //Dependencies for the target vtkRenderingParallelLICPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkParallelMPIPythonD;general;vtkRenderingLICOpenGL2PythonD;general;vtkRenderingOpenGL2PythonD;general;vtkIOLegacyPythonD;general;vtkParallelCorePythonD;general;vtkRenderingCorePythonD;general;vtkRenderingParallelLIC; //Dependencies for the target vtkRenderingParallelLICPython_LIB_DEPENDS:STATIC=general;vtkRenderingParallelLICPythonD; //Dependencies for the target vtkRenderingParallelLIC_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkParallelMPI;general;vtkRenderingLICOpenGL2;general;vtkRenderingOpenGL2;general;vtkIOLegacy;general;vtkParallelCore;general;vtkRenderingCore;general;/usr/lib64/libGL.so;general;/home/hedieh/mpich-install/lib64/libmpi.so;general;/home/hedieh/mpich-install/lib64/libmpicxx.so;general;/home/hedieh/mpich-install/lib64/libmpi.so; //Dependencies for the target vtkRenderingParallelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkRenderingCorePythonD;general;vtkRenderingOpenGL2PythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersParallelPythonD;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkParallelCorePythonD;general;vtkRenderingParallel; //Dependencies for the target vtkRenderingParallelPython_LIB_DEPENDS:STATIC=general;vtkRenderingParallelPythonD; //Dependencies for the target vtkRenderingParallel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkRenderingCore;general;vtkRenderingOpenGL2;general;vtkglew;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkFiltersParallel;general;vtkIOImage;general;vtkImagingCore;general;vtkParallelCore;general;/usr/lib64/libGL.so; //Dependencies for the target vtkRenderingVolumeAMRCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingVolumeAMR; //Dependencies for the target vtkRenderingVolumeAMRPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkImagingCorePythonD;general;vtkRenderingVolumePythonD;general;vtkRenderingVolumeOpenGL2PythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersAMRPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingVolumeAMR; //Dependencies for the target vtkRenderingVolumeAMRPython_LIB_DEPENDS:STATIC=general;vtkRenderingVolumeAMRPythonD; //Dependencies for the target vtkRenderingVolumeAMR_LIB_DEPENDS:STATIC=general;vtkImagingCore;general;vtkRenderingVolume;general;vtkRenderingVolumeOpenGL2;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkFiltersAMR;general;vtkRenderingCore; //Dependencies for the target vtkRenderingVolumeCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingVolume; //Dependencies for the target vtkRenderingVolumeOpenGL2CS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkRenderingVolumeOpenGL2; //Dependencies for the target vtkRenderingVolumeOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingCorePythonD;general;vtkImagingMathPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingOpenGL2PythonD;general;vtkRenderingVolumePythonD;general;vtkRenderingVolumePythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkRenderingVolumeOpenGL2; //Dependencies for the target vtkRenderingVolumeOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkRenderingVolumeOpenGL2PythonD; //Dependencies for the target vtkRenderingVolumeOpenGL2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingCore;general;vtkImagingMath;general;vtkRenderingCore;general;vtkRenderingOpenGL2;general;vtkRenderingVolume;general;vtkRenderingVolume;general;vtkglew;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtksys;general;/usr/lib64/libGL.so; //Dependencies for the target vtkRenderingVolumePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOXMLPythonD;general;vtkImagingCorePythonD;general;vtkRenderingVolume; //Dependencies for the target vtkRenderingVolumePython_LIB_DEPENDS:STATIC=general;vtkRenderingVolumePythonD; //Dependencies for the target vtkRenderingVolume_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkIOXML;general;vtkImagingCore; //Dependencies for the target vtkTestingRenderingCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkTestingRendering; //Dependencies for the target vtkTestingRenderingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonSystemPythonD;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkTestingRendering; //Dependencies for the target vtkTestingRenderingPython_LIB_DEPENDS:STATIC=general;vtkTestingRenderingPythonD; //Dependencies for the target vtkTestingRendering_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkRenderingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonSystem;general;vtkIOImage;general;vtkImagingCore;general;vtksys; //Dependencies for the target vtkUtilitiesPythonInitializer_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkWrappingPythonCore;general;vtkWrappingPythonCore;general;vtkCommonCore;general;vtkCommonCorePython;general;vtkCommonMathPython;general;vtkCommonMiscPython;general;vtkCommonSystemPython;general;vtkCommonTransformsPython;general;vtkCommonDataModelPython;general;vtkCommonExecutionModelPython;general;vtkFiltersCorePython;general;vtkIOCorePython;general;vtkIOXMLParserPython;general;vtkIOXMLPython;general;vtkIOLegacyPython;general;vtkParallelCorePython;general;vtkFiltersAMRPython;general;vtkCommonComputationalGeometryPython;general;vtkFiltersGeneralPython;general;vtkImagingCorePython;general;vtkImagingFourierPython;general;vtkFiltersStatisticsPython;general;vtkFiltersExtractionPython;general;vtkFiltersGeometryPython;general;vtkFiltersSourcesPython;general;vtkFiltersFlowPathsPython;general;vtkIOGeometryPython;general;vtkIOImagePython;general;vtkImagingHybridPython;general;vtkCommonColorPython;general;vtkRenderingCorePython;general;vtkImagingMathPython;general;vtkRenderingOpenGL2Python;general;vtkRenderingVolumePython;general;vtkRenderingVolumeOpenGL2Python;general;vtkInteractionStylePython;general;vtkFiltersModelingPython;general;vtkFiltersParallelPython;general;vtkFiltersProgrammablePython;general;vtkPythonInterpreterPython;general;vtkPVCommonPython;general;vtkPVVTKExtensionsCorePython;general;vtkParallelMPIPython;general;vtkPVClientServerCoreCorePython;general;vtkPVServerImplementationCorePython;general;vtkPVServerManagerCorePython;general;vtkIOMoviePython;general;vtkIOFFMPEGPython;general;vtkInfovisCorePython;general;vtkIOInfovisPython;general;vtkDomainsChemistryPython;general;vtkRenderingFreeTypePython;general;vtkRenderingContext2DPython;general;vtkChartsCorePython;general;vtkFiltersParallelFlowPathsPython;general;vtkFiltersParallelStatisticsPython;general;vtkIOEnSightPython;general;vtkIOImportPython;general;vtkIOMPIImagePython;general;vtkIOPLYPython;general;vtkIONetCDFPython;general;vtkIOParallelPython;general;vtkIOExodusPython;general;vtkIOParallelExodusPython;general;vtkIOParallelXMLPython;general;vtkImagingSourcesPython;general;vtkFiltersHybridPython;general;vtkImagingColorPython;general;vtkImagingGeneralPython;general;vtkRenderingAnnotationPython;general;vtkInteractionWidgetsPython;general;vtkFiltersGenericPython;general;vtkFiltersHyperTreePython;general;vtkFiltersParallelMPIPython;general;vtkRenderingGL2PSOpenGL2Python;general;vtkIOExportPython;general;vtkIOExportOpenGL2Python;general;vtkRenderingMatplotlibPython;general;vtkRenderingParallelPython;general;vtkRenderingVolumeAMRPython;general;vtkPVVTKExtensionsRenderingPython;general;vtkPVVTKExtensionsDefaultPython;general;vtkRenderingLabelPython;general;vtkViewsCorePython;general;vtkViewsContext2DPython;general;vtkPVClientServerCoreRenderingPython;general;vtkPVClientServerCoreDefaultPython;general;vtkPVServerImplementationRenderingPython;general;vtkPVServerManagerRenderingPython;general;vtkTestingRenderingPython;general;vtkPVServerManagerDefaultPython;general;vtkPVAnimationPython;general;vtkDomainsChemistryOpenGL2Python;general;vtkFiltersParallelDIY2Python;general;vtkFiltersParallelGeometryPython;general;vtkFiltersImagingPython;general;vtkFiltersParallelImagingPython;general;vtkFiltersPythonPython;general;vtkFiltersTexturePython;general;vtkFiltersVerdictPython;general;vtkIOAMRPython;general;vtkIOMPIParallelPython;general;vtkIOLSDynaPython;general;vtkIOParallelLSDynaPython;general;vtkIOParallelNetCDFPython;general;vtkIOTRUCHASPython;general;vtkIOTecplotTablePython;general;vtkIOVPICPython;general;vtkIOVisItBridgePython;general;vtkIOXdmf2Python;general;vtkImagingMorphologicalPython;general;vtkInteractionImagePython;general;vtkPVCinemaReaderPython;general;vtkPVVTKExtensionsCGNSReaderPython;general;vtkFiltersPointsPython;general;vtkPVVTKExtensionsPointsPython;general;vtkParallelMPI4PyPython;general;vtkRenderingLICOpenGL2Python;general;vtkRenderingLODPython;general;vtkRenderingParallelLICPython;general;vtkPVServerManagerApplicationPython;general;vtkWebGLExporterPython;general;vtkWebCorePython;general;vtkParaViewWebCorePython;general;vtkRenderingContextOpenGL2Python; //Dependencies for the target vtkViewsContext2DCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkViewsContext2D; //Dependencies for the target vtkViewsContext2DPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkRenderingCorePythonD;general;vtkViewsCorePythonD;general;vtkRenderingContext2DPythonD;general;vtkViewsContext2D; //Dependencies for the target vtkViewsContext2DPython_LIB_DEPENDS:STATIC=general;vtkViewsContext2DPythonD; //Dependencies for the target vtkViewsContext2D_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkRenderingCore;general;vtkViewsCore;general;vtkRenderingContext2D; //Dependencies for the target vtkViewsCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkViewsCore; //Dependencies for the target vtkViewsCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkInteractionWidgetsPythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingCorePythonD;general;vtkViewsCore; //Dependencies for the target vtkViewsCorePython_LIB_DEPENDS:STATIC=general;vtkViewsCorePythonD; //Dependencies for the target vtkViewsCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkInteractionWidgets;general;vtkCommonDataModel;general;vtkFiltersGeneral;general;vtkRenderingCore; //Dependencies for the target vtkWebCoreCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkWebCore; //Dependencies for the target vtkWebCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersGeneralPythonD;general;vtkIOCorePythonD;general;vtkIOImagePythonD;general;vtkParallelCorePythonD;general;vtkRenderingCorePythonD;general;vtkWebGLExporterPythonD;general;vtkWebCore; //Dependencies for the target vtkWebCorePython_LIB_DEPENDS:STATIC=general;vtkWebCorePythonD; //Dependencies for the target vtkWebCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;/usr/lib64/libpython2.7.so;general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkFiltersGeneral;general;vtkIOCore;general;vtkIOImage;general;vtkParallelCore;general;/usr/lib64/libpython2.7.so;general;vtkRenderingCore;general;vtkWebGLExporter;general;vtksys; //Dependencies for the target vtkWebGLExporterCS_LIB_DEPENDS:STATIC=general;vtkClientServer;general;vtkWebGLExporter; //Dependencies for the target vtkWebGLExporterPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkIOExportPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeometryPythonD;general;vtkIOCorePythonD;general;vtkInteractionWidgetsPythonD;general;vtkRenderingAnnotationPythonD;general;vtkRenderingCorePythonD;general;vtkWebGLExporter; //Dependencies for the target vtkWebGLExporterPython_LIB_DEPENDS:STATIC=general;vtkWebGLExporterPythonD; //Dependencies for the target vtkWebGLExporter_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkIOExport;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkFiltersCore;general;vtkFiltersGeometry;general;vtkIOCore;general;vtkInteractionWidgets;general;vtkRenderingAnnotation;general;vtkRenderingCore;general;vtksys; //Dependencies for the target vtkWrappingPythonCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtksys;general;/usr/lib64/libpython2.7.so; //Dependencies for target vtkWrappingTools_LIB_DEPENDS:STATIC= //Dependencies for target vtkalglib_LIB_DEPENDS:STATIC= //Dependencies for the target vtkcgns_LIB_DEPENDS:STATIC=general;vtkhdf5_hl;general;vtkhdf5; //Dependencies for the target vtkexoIIc_LIB_DEPENDS:STATIC=general;vtkNetCDF;general;vtkNetCDF_cxx; //Dependencies for target vtkexpat_LIB_DEPENDS:STATIC= //Dependencies for the target vtkfreetype_LIB_DEPENDS:STATIC=general;vtkzlib; //Dependencies for the target vtkgl2ps_LIB_DEPENDS:STATIC=general;vtkzlib;general;vtkpng;general;/usr/lib64/libGL.so;general;m; //Dependencies for the target vtkglew_LIB_DEPENDS:STATIC=general;/usr/lib64/libGL.so; //Dependencies for the target vtkhdf5_LIB_DEPENDS:STATIC=general;m;general;dl;general;vtkzlib; //Dependencies for the target vtkhdf5_hl_LIB_DEPENDS:STATIC=general;vtkhdf5; //Dependencies for target vtkjpeg_LIB_DEPENDS:STATIC= //Dependencies for target vtkjsoncpp_LIB_DEPENDS:STATIC= //Value Computed by CMake vtklibxml2_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/libxml2/vtklibxml2 //Dependencies for the target vtklibxml2_LIB_DEPENDS:STATIC=general;vtkzlib;general;dl;general;-lpthread;general;dl;general;m; //Value Computed by CMake vtklibxml2_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/libxml2/vtklibxml2 //Dependencies for target vtklz4_LIB_DEPENDS:STATIC= //Value Computed by CMake vtkmetaio_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/Utilities/MetaIO/vtkmetaio //Dependencies for the target vtkmetaio_LIB_DEPENDS:STATIC=general;vtkzlib; //Value Computed by CMake vtkmetaio_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/Utilities/MetaIO/vtkmetaio //Dependencies for target vtkoggtheora_LIB_DEPENDS:STATIC= //Dependencies for the target vtkpng_LIB_DEPENDS:STATIC=general;vtkzlib;general;-lm; //Dependencies for target vtkpugixml_LIB_DEPENDS:STATIC= //Value Computed by CMake vtksys_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/Utilities/KWSys/vtksys //Dependencies for the target vtksys_LIB_DEPENDS:STATIC=general;dl;general;dl; //Value Computed by CMake vtksys_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/Utilities/KWSys/vtksys //Dependencies for the target vtktiff_LIB_DEPENDS:STATIC=general;/usr/lib64/libm.so;general;vtkzlib;general;vtkjpeg; //Dependencies for the target vtkxdmf2_LIB_DEPENDS:STATIC=general;vtklibxml2;general;vtkhdf5_hl;general;vtkhdf5; //Dependencies for target vtkzlib_LIB_DEPENDS:STATIC= //Value Computed by CMake xdmf2_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/xdmf2/vtkxdmf2 //Value Computed by CMake xdmf2_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/xdmf2/vtkxdmf2 //Value Computed by CMake zlib_BINARY_DIR:STATIC=/home/hedieh/sofware/paraview_build/VTK/ThirdParty/zlib/vtkzlib //Value Computed by CMake zlib_SOURCE_DIR:STATIC=/home/hedieh/sofware/paraview/VTK/ThirdParty/zlib/vtkzlib ######################## # INTERNAL cache entries ######################## ALGLIB_SHARED_LIB:INTERNAL=OFF //Host Arcitecture : Linux IRIXN32 IRIX64 AIX CYGWIN ARCH_TO_BUILD:INTERNAL=Linux //CXX test BOOL_NOTDEFINED:INTERNAL= //MODIFIED property for variable: BUILD_SHARED_LIBS BUILD_SHARED_LIBS-MODIFIED:INTERNAL=ON //ADVANCED property for variable: BUILD_USER_DEFINED_LIBS BUILD_USER_DEFINED_LIBS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_DIR Boost_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_INCLUDE_DIR Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CGNS_INCLUDE_DIR CGNS_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CGNS_LIBRARY CGNS_LIBRARY-ADVANCED:INTERNAL=1 //Have function clock_gettime CLOCK_GETTIME_IN_LIBC:INTERNAL=1 //Have library posix4 CLOCK_GETTIME_IN_LIBPOSIX4:INTERNAL= //Have library rt CLOCK_GETTIME_IN_LIBRT:INTERNAL=1 //Result of TRY_COMPILE CMAKE_ANSI_FOR_SCOPE:INTERNAL=TRUE //Have include iostream CMAKE_ANSI_STREAM_HEADERS:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //MODIFIED property for variable: CMAKE_BUILD_TYPE CMAKE_BUILD_TYPE-MODIFIED:INTERNAL=ON //STRINGS property for variable: CMAKE_BUILD_TYPE CMAKE_BUILD_TYPE-STRINGS:INTERNAL=Debug;Release;MinSizeRel;RelWithDebInfo //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/home/hedieh/sofware/paraview_build //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=5 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest //ADVANCED property for variable: CMAKE_CXX_COMPILER CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Path to cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //ADVANCED property for variable: CMAKE_Fortran_COMPILER CMAKE_Fortran_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_FLAGS CMAKE_Fortran_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_FLAGS_DEBUG CMAKE_Fortran_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_FLAGS_MINSIZEREL CMAKE_Fortran_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_FLAGS_RELEASE CMAKE_Fortran_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_FLAGS_RELWITHDEBINFO CMAKE_Fortran_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Name of generator. CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Result of TRY_COMPILE CMAKE_HAS_ANSI_STRING_STREAM:INTERNAL=TRUE //Is X11 around. CMAKE_HAS_X:INTERNAL=1 //Have function connect CMAKE_HAVE_CONNECT:INTERNAL=1 //Have function gethostbyname CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1 //Have symbol pthread_create CMAKE_HAVE_LIBC_CREATE:INTERNAL= //Have include limits.h CMAKE_HAVE_LIMITS_H:INTERNAL=1 //Have library pthreads CMAKE_HAVE_PTHREADS_CREATE:INTERNAL= //Have library pthread CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1 //Have include pthread.h CMAKE_HAVE_PTHREAD_H:INTERNAL=1 //Have function remove CMAKE_HAVE_REMOVE:INTERNAL=1 //Have function shmat CMAKE_HAVE_SHMAT:INTERNAL=1 //Have include sys/types.h;sys/prctl.h CMAKE_HAVE_SYS_PRCTL_H:INTERNAL=1 //Have include unistd.h CMAKE_HAVE_UNISTD_H:INTERNAL=1 //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=/home/hedieh/sofware/paraview //ADVANCED property for variable: CMAKE_HP_PTHREADS CMAKE_HP_PTHREADS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_BINDIR CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DATADIR CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DOCDIR CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_INFODIR CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_MANDIR CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_SBINDIR CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 //Install .so files without execute permission. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 //ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 //Have library ICE CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1 //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //Does the compiler support ansi for scope. CMAKE_NO_ANSI_FOR_SCOPE:INTERNAL=0 //ADVANCED property for variable: CMAKE_NO_ANSI_STREAM_HEADERS CMAKE_NO_ANSI_STREAM_HEADERS-ADVANCED:INTERNAL=1 //Does the compiler support headers like iostream. CMAKE_NO_ANSI_STREAM_HEADERS:INTERNAL=0 //Does the compiler support sstream CMAKE_NO_ANSI_STRING_STREAM:INTERNAL=0 //Does the compiler support std::. CMAKE_NO_STD_NAMESPACE:INTERNAL=0 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=326 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //Test Support for 64 bit file systems CMAKE_REQUIRE_LARGE_FILE_SUPPORT:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/usr/share/cmake //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(char) CMAKE_SIZEOF_CHAR:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(double) CMAKE_SIZEOF_DOUBLE:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(float) CMAKE_SIZEOF_FLOAT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int) CMAKE_SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(long) CMAKE_SIZEOF_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(short) CMAKE_SIZEOF_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(unsigned short) CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(void*) CMAKE_SIZEOF_VOID_P:INTERNAL=8 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE CMAKE_STD_NAMESPACE:INTERNAL=TRUE //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_THREAD_LIBS CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/usr/bin/uname //ADVANCED property for variable: CMAKE_USE_PTHREADS CMAKE_USE_PTHREADS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_USE_SPROC CMAKE_USE_SPROC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_USE_WIN32_THREADS CMAKE_USE_WIN32_THREADS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Result of TEST_BIG_ENDIAN CMAKE_WORDS_BIGENDIAN:INTERNAL=0 //ADVANCED property for variable: CMAKE_X_CFLAGS CMAKE_X_CFLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_X_LIBS CMAKE_X_LIBS-ADVANCED:INTERNAL=1 //Compiler support for a deprecated attribute COMPILER_HAS_DEPRECATED:INTERNAL=1 //Test COMPILER_HAS_DEPRECATED_ATTR COMPILER_HAS_DEPRECATED_ATTR:INTERNAL=1 //Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY COMPILER_HAS_HIDDEN_INLINE_VISIBILITY:INTERNAL=1 //Test COMPILER_HAS_HIDDEN_VISIBILITY COMPILER_HAS_HIDDEN_VISIBILITY:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_DEB CPACK_BINARY_DEB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_IFW CPACK_BINARY_IFW-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_NSIS CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_RPM CPACK_BINARY_RPM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_STGZ CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TBZ2 CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TGZ CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TXZ CPACK_BINARY_TXZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TZ CPACK_BINARY_TZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TBZ2 CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TGZ CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TXZ CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TZ CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_ZIP CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE CXX_HAVE_OFFSETOF:INTERNAL=TRUE //Test C_FLAG_W C_FLAG_W:INTERNAL=1 //Test C_FLAG_Wall C_FLAG_Wall:INTERNAL=1 //Test C_FLAG_Wdeclaration_after_statement C_FLAG_Wdeclaration_after_statement:INTERNAL=1 //Test C_FLAG_Wdisabled_optimization C_FLAG_Wdisabled_optimization:INTERNAL=1 //Test C_FLAG_Wformat_security C_FLAG_Wformat_security:INTERNAL=1 //Test C_FLAG_Winline C_FLAG_Winline:INTERNAL=1 //Test C_FLAG_Wno_unknown_pragmas C_FLAG_Wno_unknown_pragmas:INTERNAL=1 //Test C_FLAG_Wpointer_arith C_FLAG_Wpointer_arith:INTERNAL=1 //Test C_FLAG_fstrict_aliasing C_FLAG_fstrict_aliasing:INTERNAL=1 //Test C_HAS_inline C_HAS_inline:INTERNAL=1 //Result of TRY_COMPILE DEV_T_IS_SCALAR:INTERNAL=TRUE //ADVANCED property for variable: EXECINFO_LIB EXECINFO_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: EXECUTABLE_OUTPUT_PATH EXECUTABLE_OUTPUT_PATH-ADVANCED:INTERNAL=1 EXECUTABLE_OUTPUT_PATH:INTERNAL=/home/hedieh/sofware/paraview_build/ThirdParty/protobuf/vtkprotobuf/bin //ADVANCED property for variable: EXODUSII_DISABLE_COMPILER_WARNINGS EXODUSII_DISABLE_COMPILER_WARNINGS-ADVANCED:INTERNAL=1 //Have include malloc.h EX_HAVE_MALLOC_H:INTERNAL=1 //ADVANCED property for variable: ExternalData_URL_TEMPLATES ExternalData_URL_TEMPLATES-ADVANCED:INTERNAL=1 //MODIFIED property for variable: FFMPEG_LIBAVCODEC_INCLUDE_DIRS FFMPEG_LIBAVCODEC_INCLUDE_DIRS-MODIFIED:INTERNAL=ON //MODIFIED property for variable: FFMPEG_LIBAVCODEC_LIBRARIES FFMPEG_LIBAVCODEC_LIBRARIES-MODIFIED:INTERNAL=ON //MODIFIED property for variable: FFMPEG_LIBAVDEVICE_INCLUDE_DIRS FFMPEG_LIBAVDEVICE_INCLUDE_DIRS-MODIFIED:INTERNAL=ON //MODIFIED property for variable: FFMPEG_LIBAVDEVICE_LIBRARIES FFMPEG_LIBAVDEVICE_LIBRARIES-MODIFIED:INTERNAL=ON //MODIFIED property for variable: FFMPEG_LIBAVFORMAT_INCLUDE_DIRS FFMPEG_LIBAVFORMAT_INCLUDE_DIRS-MODIFIED:INTERNAL=ON //MODIFIED property for variable: FFMPEG_LIBAVFORMAT_LIBRARIES FFMPEG_LIBAVFORMAT_LIBRARIES-MODIFIED:INTERNAL=ON //MODIFIED property for variable: FFMPEG_LIBAVUTIL_INCLUDE_DIRS FFMPEG_LIBAVUTIL_INCLUDE_DIRS-MODIFIED:INTERNAL=ON //MODIFIED property for variable: FFMPEG_LIBAVUTIL_LIBRARIES FFMPEG_LIBAVUTIL_LIBRARIES-MODIFIED:INTERNAL=ON //MODIFIED property for variable: FFMPEG_LIBSWSCALE_INCLUDE_DIRS FFMPEG_LIBSWSCALE_INCLUDE_DIRS-MODIFIED:INTERNAL=ON //MODIFIED property for variable: FFMPEG_LIBSWSCALE_LIBRARIES FFMPEG_LIBSWSCALE_LIBRARIES-MODIFIED:INTERNAL=ON //Details about finding Git FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.12.0()] //Details about finding MPI_C FIND_PACKAGE_MESSAGE_DETAILS_MPI_C:INTERNAL=[/home/hedieh/mpich-install/lib64/libmpi.so][/home/hedieh/mpich-install/include][v()] //Details about finding MPI_CXX FIND_PACKAGE_MESSAGE_DETAILS_MPI_CXX:INTERNAL=[/home/hedieh/mpich-install/lib64/libmpicxx.so;/home/hedieh/mpich-install/lib64/libmpi.so][/home/hedieh/mpich-install/include][v()] //Details about finding OpenGL FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/usr/lib64/libGL.so][/usr/include][v()] //Details about finding PythonInterp FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python2][v2.7.12()] //Details about finding PythonLibs FIND_PACKAGE_MESSAGE_DETAILS_PythonLibs:INTERNAL=[/usr/lib64/libpython2.7.so][/usr/include/python2.7][v()] //Details about finding Threads FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] //Details about finding X11 FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/usr/lib64/libX11.so][/usr/include] //Result of TRY_COMPILE GETTIMEOFDAY_GIVES_TZ:INTERNAL=TRUE //ADVANCED property for variable: GIT_EXECUTABLE GIT_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GMVReader_GMVREAD_LIB_DIR GMVReader_GMVREAD_LIB_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GMVReader_SKIP_DATARANGE_CALCULATIONS_IN_REQUEST_INFORMATION_CALLS GMVReader_SKIP_DATARANGE_CALCULATIONS_IN_REQUEST_INFORMATION_CALLS-ADVANCED:INTERNAL=1 //Define if your system generates wrong code for log2 routine H5_BAD_LOG2_CODE_GENERATED:INTERNAL=0 //Other test H5_CXX_HAVE_OFFSETOF:INTERNAL=1 //Other test H5_DEV_T_IS_SCALAR:INTERNAL=1 //Checking IF overflows normally converting floating-point to integer // values H5_FP_TO_INTEGER_OVERFLOW_WORKS:INTERNAL=1 //Result of TRY_COMPILE H5_FP_TO_INTEGER_OVERFLOW_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_FP_TO_INTEGER_OVERFLOW_WORKS_RUN:INTERNAL=0 //Checking IF accurately roundup converting floating-point to unsigned // long long values H5_FP_TO_ULLONG_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_FP_TO_ULLONG_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_FP_TO_ULLONG_ACCURATE_RUN:INTERNAL=0 //Checking IF right maximum converting floating-point to unsigned // long long values H5_FP_TO_ULLONG_RIGHT_MAXIMUM:INTERNAL= //Result of TRY_COMPILE H5_FP_TO_ULLONG_RIGHT_MAXIMUM_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_FP_TO_ULLONG_RIGHT_MAXIMUM_RUN:INTERNAL=1 //Other test H5_GETTIMEOFDAY_GIVES_TZ:INTERNAL=1 //Have function alarm H5_HAVE_ALARM:INTERNAL=1 //Other test H5_HAVE_ATTRIBUTE:INTERNAL=1 //Other test H5_HAVE_C99_DESIGNATED_INITIALIZER:INTERNAL=1 //Other test H5_HAVE_C99_FUNC:INTERNAL=1 //Have symbol tzname H5_HAVE_DECL_TZNAME:INTERNAL=1 //Have function difftime H5_HAVE_DIFFTIME:INTERNAL=1 //Other test H5_HAVE_DIRECT:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h H5_HAVE_DIRENT_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h;dlfcn.h H5_HAVE_DLFCN_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h H5_HAVE_FEATURES_H:INTERNAL=1 //Have function fork H5_HAVE_FORK:INTERNAL=1 //Have function frexpf H5_HAVE_FREXPF:INTERNAL=1 //Have function frexpl H5_HAVE_FREXPL:INTERNAL=1 //Have function fseeko H5_HAVE_FSEEKO:INTERNAL=1 //Have function fseeko64 H5_HAVE_FSEEKO64:INTERNAL=1 //Have function fstat64 H5_HAVE_FSTAT64:INTERNAL=1 //Have function ftello H5_HAVE_FTELLO:INTERNAL=1 //Have function ftello64 H5_HAVE_FTELLO64:INTERNAL=1 //Have function ftruncate64 H5_HAVE_FTRUNCATE64:INTERNAL=1 //Other test H5_HAVE_FUNCTION:INTERNAL=1 //Have function GetConsoleScreenBufferInfo H5_HAVE_GETCONSOLESCREENBUFFERINFO:INTERNAL= //Have function gethostname H5_HAVE_GETHOSTNAME:INTERNAL=1 //Have function getpwuid H5_HAVE_GETPWUID:INTERNAL=1 //Have function getrusage H5_HAVE_GETRUSAGE:INTERNAL=1 //Have function gettextinfo H5_HAVE_GETTEXTINFO:INTERNAL= //H5_HAVE_GETTIMEOFDAY H5_HAVE_GETTIMEOFDAY:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;globus/common.h H5_HAVE_GLOBUS_COMMON_H:INTERNAL= //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h;dlfcn.h;inttypes.h H5_HAVE_INTTYPES_H:INTERNAL=1 //Have function ioctl H5_HAVE_IOCTL:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;io.h H5_HAVE_IO_H:INTERNAL= //Have library dl;m H5_HAVE_LIBDL:INTERNAL=1 //Have library m; H5_HAVE_LIBM:INTERNAL=1 //Have library socket;m;dl H5_HAVE_LIBSOCKET:INTERNAL= //Have library ucb;m;dl H5_HAVE_LIBUCB:INTERNAL= //Have library ws2_32;m;dl H5_HAVE_LIBWS2_32:INTERNAL= //Have library wsock32;m;dl H5_HAVE_LIBWSOCK32:INTERNAL= //Have function longjmp H5_HAVE_LONGJMP:INTERNAL=1 //Have function lseek64 H5_HAVE_LSEEK64:INTERNAL=1 //Have function lstat H5_HAVE_LSTAT:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;mach/mach_time.h H5_HAVE_MACH_MACH_TIME_H:INTERNAL= //Have symbol sigsetjmp H5_HAVE_MACRO_SIGSETJMP:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h H5_HAVE_MEMORY_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h;dlfcn.h;inttypes.h;netinet/in.h H5_HAVE_NETINET_IN_H:INTERNAL=1 //Other test H5_HAVE_OFF64_T:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pdb.h H5_HAVE_PDB_H:INTERNAL= //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h H5_HAVE_PTHREAD_H:INTERNAL=1 //Have function random H5_HAVE_RANDOM:INTERNAL=1 //Have function rand_r H5_HAVE_RAND_R:INTERNAL=1 //Have function setjmp H5_HAVE_SETJMP:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h H5_HAVE_SETJMP_H:INTERNAL=1 //Have function setsysinfo H5_HAVE_SETSYSINFO:INTERNAL= //Have function sigaction H5_HAVE_SIGACTION:INTERNAL=1 //Have function siglongjmp H5_HAVE_SIGLONGJMP:INTERNAL=1 //Have function signal H5_HAVE_SIGNAL:INTERNAL=1 //Have function sigprocmask H5_HAVE_SIGPROCMASK:INTERNAL=1 //Have function sigsetjmp H5_HAVE_SIGSETJMP:INTERNAL= //Have function snprintf H5_HAVE_SNPRINTF:INTERNAL=1 //Other test H5_HAVE_SOCKLEN_T:INTERNAL=1 //Have function srandom H5_HAVE_SRANDOM:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;srbclient.h H5_HAVE_SRBCLIENT_H:INTERNAL= //Have function stat64 H5_HAVE_STAT64:INTERNAL=1 //Other test H5_HAVE_STAT64_STRUCT:INTERNAL=1 //Other test H5_HAVE_STAT_ST_BLOCKS:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h H5_HAVE_STDDEF_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h H5_HAVE_STDINT_H:INTERNAL=1 //Have include stdint.h H5_HAVE_STDINT_H_CXX:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h H5_HAVE_STDLIB_H:INTERNAL=1 //Have function strdup H5_HAVE_STRDUP:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h H5_HAVE_STRINGS_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h H5_HAVE_STRING_H:INTERNAL=1 //Other test H5_HAVE_STRUCT_TEXT_INFO:INTERNAL= //Other test H5_HAVE_STRUCT_TIMEZONE:INTERNAL=1 //Other test H5_HAVE_STRUCT_TM_TM_ZONE:INTERNAL=1 //Other test H5_HAVE_STRUCT_VIDEOCONFIG:INTERNAL= //Have function symlink H5_HAVE_SYMLINK:INTERNAL=1 //Have function system H5_HAVE_SYSTEM:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h H5_HAVE_SYS_IOCTL_H:INTERNAL=1 H5_HAVE_SYS_PROC_H:INTERNAL= //Have include ;sys/resource.h H5_HAVE_SYS_RESOURCE_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h H5_HAVE_SYS_SOCKET_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h H5_HAVE_SYS_STAT_H:INTERNAL=1 H5_HAVE_SYS_SYSINFO_H:INTERNAL= //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h H5_HAVE_SYS_TIMEB_H:INTERNAL=1 //H5_HAVE_SYS_TIME_GETTIMEOFDAY H5_HAVE_SYS_TIME_GETTIMEOFDAY:INTERNAL=1 //Have include sys/resource.h;sys/time.h H5_HAVE_SYS_TIME_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h H5_HAVE_SYS_TYPES_H:INTERNAL=1 //Other test H5_HAVE_TIMEZONE:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h H5_HAVE_TIME_H:INTERNAL=1 //Have symbol TIOCGETD H5_HAVE_TIOCGETD:INTERNAL=1 //Have symbol TIOCGWINSZ H5_HAVE_TIOCGWINSZ:INTERNAL=1 //Other test H5_HAVE_TM_GMTOFF:INTERNAL=1 //Other test H5_HAVE_TM_ZONE:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h H5_HAVE_UNISTD_H:INTERNAL=1 //Have function vasprintf H5_HAVE_VASPRINTF:INTERNAL=1 //Have function vsnprintf H5_HAVE_VSNPRINTF:INTERNAL=1 //Have function waitpid H5_HAVE_WAITPID:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;winsock2.h H5_HAVE_WINSOCK2_H:INTERNAL= //Have function _getvideoconfig H5_HAVE__GETVIDEOCONFIG:INTERNAL= //Have function _scrsize H5_HAVE__SCRSIZE:INTERNAL= //Other test H5_HAVE___TM_GMTOFF:INTERNAL= //Other test H5_INLINE_TEST___inline:INTERNAL=1 //Other test H5_INLINE_TEST___inline__:INTERNAL=1 //Other test H5_INLINE_TEST_inline:INTERNAL=1 //checking IF accurately converting from integers to long double H5_INTEGER_TO_LDOUBLE_ACCURATE:INTERNAL=1 //checking IF converting from long double to integers is accurate H5_LDOUBLE_TO_INTEGER_ACCURATE:INTERNAL=1 //Checking IF converting from long double to integers works H5_LDOUBLE_TO_INTEGER_WORKS:INTERNAL=1 //Result of TRY_COMPILE H5_LDOUBLE_TO_INTEGER_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LDOUBLE_TO_INTEGER_WORKS_RUN:INTERNAL=0 //Checking IF correctly converting long double to (unsigned) long // long values H5_LDOUBLE_TO_LLONG_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_LDOUBLE_TO_LLONG_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LDOUBLE_TO_LLONG_ACCURATE_RUN:INTERNAL=0 //Define if your system converts long double to (unsigned) long // values with special algorithm H5_LDOUBLE_TO_LONG_SPECIAL:INTERNAL=0 //Checking IF correctly converting long double to unsigned int // values H5_LDOUBLE_TO_UINT_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_LDOUBLE_TO_UINT_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LDOUBLE_TO_UINT_ACCURATE_RUN:INTERNAL=0 //Use Legacy Names for Libraries and Programs H5_LEGACY_NAMING:INTERNAL=ON //Checking IF compiling long long to floating-point typecasts work H5_LLONG_TO_FP_CAST_WORKS:INTERNAL=1 //Checking IF correctly converting (unsigned) long long to long // double values H5_LLONG_TO_LDOUBLE_CORRECT:INTERNAL=1 //Result of TRY_COMPILE H5_LLONG_TO_LDOUBLE_CORRECT_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LLONG_TO_LDOUBLE_CORRECT_RUN:INTERNAL=0 //Other test H5_LONE_COLON:INTERNAL=1 //Define if your system can convert (unsigned) long to long double // values with special algorithm H5_LONG_TO_LDOUBLE_SPECIAL:INTERNAL=0 //Checking IF alignment restrictions are strictly enforced H5_NO_ALIGNMENT_RESTRICTIONS:INTERNAL=1 //Result of TRY_COMPILE H5_NO_ALIGNMENT_RESTRICTIONS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_NO_ALIGNMENT_RESTRICTIONS_RUN:INTERNAL=0 //CXX test H5_NO_NAMESPACE:INTERNAL= //CXX test H5_NO_STD:INTERNAL= //Width for printf for type `long long' or `__int64', us. `ll H5_PRINTF_LL_WIDTH:INTERNAL="l" //CHECK_TYPE_SIZE: sizeof(char) H5_SIZEOF_CHAR:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(double) H5_SIZEOF_DOUBLE:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(float) H5_SIZEOF_FLOAT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int) H5_SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int16_t) H5_SIZEOF_INT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int32_t) H5_SIZEOF_INT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int64_t) H5_SIZEOF_INT64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int8_t) H5_SIZEOF_INT8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int_fast16_t) H5_SIZEOF_INT_FAST16_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_fast32_t) H5_SIZEOF_INT_FAST32_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_fast64_t) H5_SIZEOF_INT_FAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_fast8_t) H5_SIZEOF_INT_FAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int_least16_t) H5_SIZEOF_INT_LEAST16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int_least32_t) H5_SIZEOF_INT_LEAST32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int_least64_t) H5_SIZEOF_INT_LEAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_least8_t) H5_SIZEOF_INT_LEAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(long) H5_SIZEOF_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long double) H5_SIZEOF_LONG_DOUBLE:INTERNAL=16 //CHECK_TYPE_SIZE: sizeof(long long) H5_SIZEOF_LONG_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(off64_t) H5_SIZEOF_OFF64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(off_t) H5_SIZEOF_OFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ptrdiff_t) H5_SIZEOF_PTRDIFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(short) H5_SIZEOF_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(size_t) H5_SIZEOF_SIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ssize_t) H5_SIZEOF_SSIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint16_t) H5_SIZEOF_UINT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint32_t) H5_SIZEOF_UINT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(uint64_t) H5_SIZEOF_UINT64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint8_t) H5_SIZEOF_UINT8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(uint_fast16_t) H5_SIZEOF_UINT_FAST16_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_fast32_t) H5_SIZEOF_UINT_FAST32_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_fast64_t) H5_SIZEOF_UINT_FAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_fast8_t) H5_SIZEOF_UINT_FAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(uint_least16_t) H5_SIZEOF_UINT_LEAST16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint_least32_t) H5_SIZEOF_UINT_LEAST32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(uint_least64_t) H5_SIZEOF_UINT_LEAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_least8_t) H5_SIZEOF_UINT_LEAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(unsigned) H5_SIZEOF_UNSIGNED:INTERNAL=4 //SizeOf for __int64 H5_SIZEOF___INT64:INTERNAL=0 //Other test H5_STDC_HEADERS:INTERNAL=1 //Other test H5_SYSTEM_SCOPE_THREADS:INTERNAL=1 //Other test H5_TIME_WITH_SYS_TIME:INTERNAL=1 //Checking IF compiling unsigned long long to floating-point typecasts // work H5_ULLONG_TO_FP_CAST_WORKS:INTERNAL=1 //Checking IF converting unsigned long long to long double with // precision H5_ULLONG_TO_LDOUBLE_PRECISION:INTERNAL=1 //Result of TRY_COMPILE H5_ULLONG_TO_LDOUBLE_PRECISION_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_ULLONG_TO_LDOUBLE_PRECISION_RUN:INTERNAL=0 //Checking IF accurately converting unsigned long to float values H5_ULONG_TO_FLOAT_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_ULONG_TO_FLOAT_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_ULONG_TO_FLOAT_ACCURATE_RUN:INTERNAL=0 //Other test H5_VSNPRINTF_WORKS:INTERNAL=1 //Result of TEST_BIG_ENDIAN H5_WORDS_BIGENDIAN:INTERNAL=0 HASH_MAP_CLASS:INTERNAL=unordered_map HASH_MAP_H:INTERNAL=tr1/unordered_map HASH_NAMESPACE:INTERNAL=std::tr1 HASH_SET_CLASS:INTERNAL=unordered_set HASH_SET_H:INTERNAL=tr1/unordered_set //Have symbol alloca HAVE_ALLOCA:INTERNAL=1 //Have include ;alloca.h HAVE_ALLOCA_H:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h HAVE_ANSIDECL_H:INTERNAL= //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h HAVE_ARPA_INET_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h HAVE_ARPA_NAMESER_H:INTERNAL=1 //Have include assert.h HAVE_ASSERT_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_ATTRIBUTE:INTERNAL=TRUE //Have function bcopy HAVE_BCOPY:INTERNAL=1 //Result of TRY_COMPILE HAVE_C99_DESIGNATED_INITIALIZER:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_C99_FUNC:INTERNAL=TRUE //Have variable CLOCK_MONOTONIC HAVE_CLOCK_MONOTONIC:INTERNAL= //Result of TRY_COMPILE HAVE_CMAKE_REQUIRE_LARGE_FILE_SUPPORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_CHAR:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_VOID_P:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_WORDS_BIGENDIAN:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h HAVE_CTYPE_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_DIRECT:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h HAVE_DIRENT_H:INTERNAL=1 //Have include dlfcn.h HAVE_DLFCN_H:INTERNAL=1 //Have library dl;-lpthread;dl;m HAVE_DLOPEN:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;dl.h HAVE_DL_H:INTERNAL= //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h HAVE_ERRNO_H:INTERNAL=1 //Have include fcntl.h HAVE_FCNTL_H:INTERNAL=1 //Have include fenv.h HAVE_FENV_H:INTERNAL=1 //Have symbol finite HAVE_FINITE:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h HAVE_FLOAT_H:INTERNAL=1 //Have function floor HAVE_FLOOR:INTERNAL=1 //Have symbol fpclass HAVE_FPCLASS:INTERNAL= //Have symbol fprintf HAVE_FPRINTF:INTERNAL=1 //Have symbol fp_class HAVE_FP_CLASS:INTERNAL= //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;fp_class.h HAVE_FP_CLASS_H:INTERNAL= //Have function fseeko HAVE_FSEEKO:INTERNAL=1 //Have symbol ftime HAVE_FTIME:INTERNAL=1 //NetCDF test HAVE_FTRUNCATE:INTERNAL=1 //Result of TRY_COMPILE HAVE_FUNCTION:INTERNAL=TRUE //Test HAVE_GCC_ERROR_RETURN_TYPE HAVE_GCC_ERROR_RETURN_TYPE:INTERNAL=1 //Result of TRY_COMPILE HAVE_GETADDRINFO_COMPILED:INTERNAL=TRUE //Have function getopt HAVE_GETOPT:INTERNAL=1 //Have function getpagesize HAVE_GETPAGESIZE:INTERNAL=1 //Have symbol gettimeofday HAVE_GETTIMEOFDAY:INTERNAL=1 //Result of TRY_COMPILE HAVE_H5_SIZEOF_CHAR:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_LONG_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_OFF64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_OFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_PTRDIFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_SIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_SSIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UNSIGNED:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF___INT64:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_H5_WORDS_BIGENDIAN:INTERNAL=TRUE HAVE_HASH_MAP:INTERNAL=1 HAVE_HASH_SET:INTERNAL=1 //Result of TRY_COMPILE HAVE_ICET_SIZEOF_CHAR:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_ICET_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_ICET_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_ICET_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_ICET_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_ICET_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_ICET_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_ICET_SIZEOF_VOID_P:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_ICET_SIZEOF___INT64:INTERNAL=FALSE //ADVANCED property for variable: HAVE_IEEEFP HAVE_IEEEFP-ADVANCED:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;ieeefp.h HAVE_IEEEFP_H:INTERNAL= //Have include inttypes.h HAVE_INTTYPES_H:INTERNAL=1 //Have include io.h HAVE_IO_H:INTERNAL= //Have function isascii HAVE_ISASCII:INTERNAL=1 //Have function jbg_newlen HAVE_JBG_NEWLEN:INTERNAL= //Test HAVE_LD_VERSION_SCRIPT HAVE_LD_VERSION_SCRIPT:INTERNAL=1 //Have function lfind HAVE_LFIND:INTERNAL=1 //Have library dl; HAVE_LIBDL:INTERNAL=1 //Have include limits.h HAVE_LIMITS_H:INTERNAL=1 //Have symbol localtime HAVE_LOCALTIME:INTERNAL=1 //Have include malloc.h HAVE_MALLOC_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h HAVE_MATH_H:INTERNAL=1 //Have function memmove HAVE_MEMMOVE:INTERNAL=1 //Have include memory.h HAVE_MEMORY_H:INTERNAL=1 //Have function memset HAVE_MEMSET:INTERNAL=1 //Have function mmap HAVE_MMAP:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;nan.h HAVE_NAN_H:INTERNAL= //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;ndir.h HAVE_NDIR_H:INTERNAL= //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h HAVE_NETDB_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h HAVE_NETINET_IN_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_OFF64_T:INTERNAL=TRUE //Have function pow HAVE_POW:INTERNAL=1 //Have symbol printf HAVE_PRINTF:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h HAVE_PTHREAD_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h HAVE_RESOLV_H:INTERNAL=1 //Have include search.h HAVE_SEARCH_H:INTERNAL=1 //Have function setmode HAVE_SETMODE:INTERNAL= //Have library dld;dl HAVE_SHLLOAD:INTERNAL= //Have symbol signal HAVE_SIGNAL:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h HAVE_SIGNAL_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_OFF64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_OFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_PTRDIFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIGNED_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIGNED_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIGNED_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIGNED_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SSIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UCHAR:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_CHAR_P:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_VOID_P:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF__BOOL:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZE_OF_LONG:INTERNAL=TRUE //Test HAVE_SNPRINTF HAVE_SNPRINTF:INTERNAL=1 //support for socklen_t HAVE_SOCKLEN_T:INTERNAL=1 //Result of TRY_COMPILE HAVE_SOCKLEN_T_COMPILED:INTERNAL=TRUE //Have symbol sprintf HAVE_SPRINTF:INTERNAL=1 //Have function sqrt HAVE_SQRT:INTERNAL=1 //Have symbol sscanf HAVE_SSCANF:INTERNAL=1 //Have symbol stat HAVE_STAT:INTERNAL=1 //Result of TRY_COMPILE HAVE_STAT64_STRUCT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_STAT_ST_BLOCKS:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h HAVE_STDARG_H:INTERNAL=1 //Have include alloca.h;stdlib.h;sys/types.h;sys/stat.h;unistd.h;fcntl.h;stdio.h;string.h;stddef.h;stdint.h;inttypes.h;stdbool.h HAVE_STDBOOL_H:INTERNAL=1 //Have include stddef.h HAVE_STDDEF_H:INTERNAL=1 //Have include stdint.h HAVE_STDINT_H:INTERNAL=1 //Have include ;stdio.h HAVE_STDIO_H:INTERNAL=1 //Have include stdlib.h HAVE_STDLIB_H:INTERNAL=1 //Have function strcasecmp HAVE_STRCASECMP:INTERNAL=1 //Have function strchr HAVE_STRCHR:INTERNAL=1 //Have symbol strdup HAVE_STRDUP:INTERNAL=1 //Have symbol strerror HAVE_STRERROR:INTERNAL=1 //Have symbol strftime HAVE_STRFTIME:INTERNAL=1 //Have include strings.h HAVE_STRINGS_H:INTERNAL=1 //Have include string.h HAVE_STRING_H:INTERNAL=1 //Have symbol strndup HAVE_STRNDUP:INTERNAL=1 //Have function strrchr HAVE_STRRCHR:INTERNAL=1 //Have function strstr HAVE_STRSTR:INTERNAL=1 //Have function strtol HAVE_STRTOL:INTERNAL=1 //Have function strtoll HAVE_STRTOLL:INTERNAL=1 //Have function strtol HAVE_STRTOUL:INTERNAL=1 //Have function strtoull HAVE_STRTOULL:INTERNAL=1 //Result of TRY_COMPILE HAVE_STRUCT_TEXT_INFO:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_STRUCT_TIMEZONE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_STRUCT_TM_TM_ZONE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_STRUCT_VIDEOCONFIG:INTERNAL=FALSE //NetCDF test HAVE_ST_BLKSIZE:INTERNAL=1 //Result of TRY_COMPILE HAVE_SYS_DIR_H_COMPILED:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h;sys/mman.h HAVE_SYS_MMAN_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_SYS_NDIR_H_COMPILED:INTERNAL=FALSE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h HAVE_SYS_SELECT_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h HAVE_SYS_SOCKET_H:INTERNAL=1 //Have include sys/stat.h HAVE_SYS_STAT_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h;sys/mman.h;sys/timeb.h HAVE_SYS_TIMEB_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_SYS_TIME_GETTIMEOFDAY:INTERNAL=TRUE //Have include sys/time.h HAVE_SYS_TIME_H:INTERNAL=1 //Have include sys/types.h HAVE_SYS_TYPES_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_TIMEZONE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_TIME_GETTIMEOFDAY:INTERNAL=FALSE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h HAVE_TIME_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_TM_GMTOFF:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_TM_ZONE:INTERNAL=TRUE //Have include unistd.h HAVE_UNISTD_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_VA_COPY_COMPILED:INTERNAL=TRUE //Have symbol vfprintf HAVE_VFPRINTF:INTERNAL=1 //Have symbol vsnprintf HAVE_VSNPRINTF:INTERNAL=1 //Have symbol vsprintf HAVE_VSPRINTF:INTERNAL=1 //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_UINT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_UINT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_U_INT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_U_INT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_WORDS_BIGENDIAN:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_XDMF_SIZEOF_CHAR:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_XDMF_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_XDMF_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_XDMF_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_XDMF_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_XDMF_SIZEOF_SHORT:INTERNAL=TRUE //Have symbol _stat HAVE__STAT:INTERNAL= //Result of TRY_COMPILE HAVE___TM_GMTOFF:INTERNAL=FALSE //Result of TRY_COMPILE HAVE___VA_COPY_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_bigendian:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_int16:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_int32:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_int8:INTERNAL=FALSE //Allow External Library Building (NO SVN TGZ) HDF5_ALLOW_EXTERNAL_SUPPORT:INTERNAL=OFF //Build HDF5 C++ Library HDF5_BUILD_CPP_LIB:INTERNAL=OFF //Build HIGH Level HDF5 Library HDF5_BUILD_HL_LIB:INTERNAL=ON //ADVANCED property for variable: HDF5_BUILD_STATIC_EXECS HDF5_BUILD_STATIC_EXECS-ADVANCED:INTERNAL=1 //Disable compiler warnings HDF5_DISABLE_COMPILER_WARNINGS:INTERNAL=ON //ADVANCED property for variable: HDF5_ENABLE_ALL_WARNINGS HDF5_ENABLE_ALL_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_CODESTACK HDF5_ENABLE_CODESTACK-ADVANCED:INTERNAL=1 //Enable the function stack tracing (for developer debugging). HDF5_ENABLE_CODESTACK:INTERNAL=OFF //Enable code coverage for Libraries and Programs HDF5_ENABLE_COVERAGE:INTERNAL=OFF //ADVANCED property for variable: HDF5_ENABLE_DEBUG_APIS HDF5_ENABLE_DEBUG_APIS-ADVANCED:INTERNAL=1 //Enable deprecated public API symbols HDF5_ENABLE_DEPRECATED_SYMBOLS:INTERNAL=ON //ADVANCED property for variable: HDF5_ENABLE_DIRECT_VFD HDF5_ENABLE_DIRECT_VFD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_EMBEDDED_LIBINFO HDF5_ENABLE_EMBEDDED_LIBINFO-ADVANCED:INTERNAL=1 //Enable GPFS hints for the MPI/POSIX file driver HDF5_ENABLE_GPFS:INTERNAL=OFF //ADVANCED property for variable: HDF5_ENABLE_GROUPFIVE_WARNINGS HDF5_ENABLE_GROUPFIVE_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPFOUR_WARNINGS HDF5_ENABLE_GROUPFOUR_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPONE_WARNINGS HDF5_ENABLE_GROUPONE_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPTHREE_WARNINGS HDF5_ENABLE_GROUPTHREE_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPTWO_WARNINGS HDF5_ENABLE_GROUPTWO_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPZERO_WARNINGS HDF5_ENABLE_GROUPZERO_WARNINGS-ADVANCED:INTERNAL=1 //Enable datasets larger than memory HDF5_ENABLE_HSIZET:INTERNAL=ON //ADVANCED property for variable: HDF5_ENABLE_INSTRUMENT HDF5_ENABLE_INSTRUMENT-ADVANCED:INTERNAL=1 //Enable support for large (64-bit) files on Linux. HDF5_ENABLE_LARGE_FILE:INTERNAL=ON //Enable parallel build (requires MPI) HDF5_ENABLE_PARALLEL:INTERNAL=OFF //Use SZip Filter HDF5_ENABLE_SZIP_SUPPORT:INTERNAL=OFF //Enable Threadsafety HDF5_ENABLE_THREADSAFE:INTERNAL=OFF //Enable API tracing capability HDF5_ENABLE_TRACE:INTERNAL=OFF //Indicate that a memory checker is used HDF5_ENABLE_USING_MEMCHECKER:INTERNAL=OFF //Enable Zlib Filters HDF5_ENABLE_Z_LIB_SUPPORT:INTERNAL=ON //ADVANCED property for variable: HDF5_Enable_Clear_File_Buffers HDF5_Enable_Clear_File_Buffers-ADVANCED:INTERNAL=1 //Securely clear file buffers before writing to file HDF5_Enable_Clear_File_Buffers:INTERNAL=ON //Instrument The library HDF5_Enable_Instrument:INTERNAL=OFF //Have symbol H5_HAVE_PARALLEL HDF5_IS_PARALLEL:INTERNAL= //Used to pass variables between directories HDF5_LIBRARIES_TO_EXPORT:INTERNAL=vtkhdf5;vtkhdf5_hl //ADVANCED property for variable: HDF5_METADATA_TRACE_FILE HDF5_METADATA_TRACE_FILE-ADVANCED:INTERNAL=1 //Enable metadata trace file collection HDF5_METADATA_TRACE_FILE:INTERNAL=OFF //ADVANCED property for variable: HDF5_NO_PACKAGES HDF5_NO_PACKAGES-ADVANCED:INTERNAL=1 //CPACK - include external libraries HDF5_PACKAGE_EXTLIBS:INTERNAL=OFF //ADVANCED property for variable: HDF5_PACK_EXAMPLES HDF5_PACK_EXAMPLES-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE HDF5_PRINTF_LL_TEST_COMPILE:INTERNAL=TRUE //Result of TRY_RUN HDF5_PRINTF_LL_TEST_RUN:INTERNAL=0 //ADVANCED property for variable: HDF5_STRICT_FORMAT_CHECKS HDF5_STRICT_FORMAT_CHECKS-ADVANCED:INTERNAL=1 //Whether to perform strict file format checks HDF5_STRICT_FORMAT_CHECKS:INTERNAL=OFF //Use the HDF5 1.6.x API by default HDF5_USE_16_API_DEFAULT:INTERNAL=OFF //Use the FLETCHER32 Filter HDF5_USE_FILTER_FLETCHER32:INTERNAL=ON //Use the NBIT Filter HDF5_USE_FILTER_NBIT:INTERNAL=ON //Use the SCALEOFFSET Filter HDF5_USE_FILTER_SCALEOFFSET:INTERNAL=ON //Use the SHUFFLE Filter HDF5_USE_FILTER_SHUFFLE:INTERNAL=ON //ADVANCED property for variable: HDF5_USE_FOLDERS HDF5_USE_FOLDERS-ADVANCED:INTERNAL=1 //Use the PACKED BITS feature in h5dump HDF5_USE_H5DUMP_PACKED_BITS:INTERNAL=ON //ADVANCED property for variable: HDF5_WANT_DATA_ACCURACY HDF5_WANT_DATA_ACCURACY-ADVANCED:INTERNAL=1 //IF data accuracy is guaranteed during data conversions HDF5_WANT_DATA_ACCURACY:INTERNAL=ON //ADVANCED property for variable: HDF5_WANT_DCONV_EXCEPTION HDF5_WANT_DCONV_EXCEPTION-ADVANCED:INTERNAL=1 //exception handling functions is checked during data conversions HDF5_WANT_DCONV_EXCEPTION:INTERNAL=ON //ADVANCED property for variable: HOST_BIG_ENDIAN HOST_BIG_ENDIAN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HOST_FILLORDER HOST_FILLORDER-ADVANCED:INTERNAL=1 ICET_INSTALL_TARGETS:INTERNAL=IceTCore;IceTMPI;IceTGL //ADVANCED property for variable: ICET_MAGIC_K ICET_MAGIC_K-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ICET_MAX_IMAGE_SPLIT ICET_MAX_IMAGE_SPLIT-ADVANCED:INTERNAL=1 //This is set from VTK_MPIRUN_EXE. ICET_MPIRUN_EXE:INTERNAL=/home/hedieh/mpich-install/bin/mpiexec //ADVANCED property for variable: ICET_MPI_MAX_NUMPROCS ICET_MPI_MAX_NUMPROCS-ADVANCED:INTERNAL=1 //This is set from VTK_MPI_MAX_NUMPROCS. ICET_MPI_MAX_NUMPROCS:INTERNAL=2 //This is set from a combination of VTK_MPI_PRENUMPROC_FLAGS and // VTK_MPI_NUMPROC_FLAG ICET_MPI_NUMPROC_FLAG:INTERNAL=;-np //This is set from VTK_MPI_POSTFLAGS. ICET_MPI_POSTFLAGS:INTERNAL= //This is set from VTK_MPI_PREFLAGS. ICET_MPI_PREFLAGS:INTERNAL= //CHECK_TYPE_SIZE: sizeof(char) ICET_SIZEOF_CHAR:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(double) ICET_SIZEOF_DOUBLE:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(float) ICET_SIZEOF_FLOAT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int) ICET_SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(long) ICET_SIZEOF_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long long) ICET_SIZEOF_LONG_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(short) ICET_SIZEOF_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(void*) ICET_SIZEOF_VOID_P:INTERNAL=8 //CHECK_TYPE_SIZE: __int64 unknown ICET_SIZEOF___INT64:INTERNAL= //ADVANCED property for variable: ICET_USE_MPE ICET_USE_MPE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ICET_USE_MPI ICET_USE_MPI-ADVANCED:INTERNAL=1 //Use OffScreen rendering through EGL ICET_USE_OFFSCREEN_EGL:INTERNAL=OFF //ADVANCED property for variable: ICET_USE_OPENGL ICET_USE_OPENGL-ADVANCED:INTERNAL=1 //Use OffScreen Mesa ICET_USE_OSMESA:INTERNAL=OFF //Result of TRY_COMPILE INLINE_TEST___inline:INTERNAL=TRUE //Result of TRY_COMPILE INLINE_TEST___inline__:INTERNAL=TRUE //Result of TRY_COMPILE INLINE_TEST_inline:INTERNAL=TRUE //ADVANCED property for variable: INSTALL_BIN_DIR INSTALL_BIN_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_INC_DIR INSTALL_INC_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_LIB_DIR INSTALL_LIB_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_MAN_DIR INSTALL_MAN_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_PKGCONFIG_DIR INSTALL_PKGCONFIG_DIR-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_ATOLL_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_ATOL_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_BACKTRACE_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_CSTDIO_COMPILED:INTERNAL=TRUE //Have include cxxabi.h KWSYS_CXX_HAS_CXXABIH:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_CXXABI_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_DLADDR_COMPILED:INTERNAL=TRUE //Have include dlfcn.h KWSYS_CXX_HAS_DLFCNH:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H_COMPILED:INTERNAL=FALSE //Have include execinfo.h KWSYS_CXX_HAS_EXECINFOH:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_EXT_STDIO_FILEBUF_H_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_GETLOADAVG_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_LONG_LONG_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_RLIMIT64_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_SETENV_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_UNSETENV_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_UTIMENSAT_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_UTIMES_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS__ATOI64_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_HAS___INT64_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_STAT_HAS_ST_MTIMESPEC_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_STAT_HAS_ST_MTIM_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_C_HAS_PTRDIFF_T_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_C_HAS_SSIZE_T_COMPILED:INTERNAL=TRUE //Result of TRY_RUN KWSYS_LFS_WORKS:INTERNAL=0 //Result of TRY_COMPILE KWSYS_LFS_WORKS_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_STL_HAS_WSTRING_COMPILED:INTERNAL=TRUE //Have include sys/types.h;ifaddrs.h KWSYS_SYS_HAS_IFADDRS_H:INTERNAL=1 //ADVANCED property for variable: LIBRARY_OUTPUT_PATH LIBRARY_OUTPUT_PATH-ADVANCED:INTERNAL=1 LIBRARY_OUTPUT_PATH:INTERNAL=/home/hedieh/sofware/paraview_build/ThirdParty/protobuf/vtkprotobuf/bin //Result of TRY_COMPILE LONE_COLON:INTERNAL=TRUE //ADVANCED property for variable: MPIEXEC MPIEXEC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPIEXEC_MAX_NUMPROCS MPIEXEC_MAX_NUMPROCS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPIEXEC_NUMPROC_FLAG MPIEXEC_NUMPROC_FLAG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPIEXEC_POSTFLAGS MPIEXEC_POSTFLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPIEXEC_PREFLAGS MPIEXEC_PREFLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_COMPILER MPI_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_COMPILE_FLAGS MPI_CXX_COMPILE_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_INCLUDE_PATH MPI_CXX_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_LIBRARIES MPI_CXX_LIBRARIES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_LINK_FLAGS MPI_CXX_LINK_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_COMPILER MPI_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_COMPILE_FLAGS MPI_C_COMPILE_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_INCLUDE_PATH MPI_C_INCLUDE_PATH-ADVANCED:INTERNAL=0 //ADVANCED property for variable: MPI_C_LIBRARIES MPI_C_LIBRARIES-ADVANCED:INTERNAL=0 //ADVANCED property for variable: MPI_C_LINK_FLAGS MPI_C_LINK_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_EXTRA_LIBRARY MPI_EXTRA_LIBRARY-ADVANCED:INTERNAL=1 //Scratch variable for MPI header detection MPI_HEADER_PATH:INTERNAL=MPI_HEADER_PATH-NOTFOUND //Scratch variable for MPI lib detection MPI_LIB:INTERNAL=MPI_LIB-NOTFOUND //ADVANCED property for variable: MPI_LIBRARY MPI_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: M_LIBRARY M_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Mili_INCLUDE_DIR Mili_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Mili_LIBRARY Mili_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_AutobahnPython Module_AutobahnPython-ADVANCED:INTERNAL=1 //Request building AutobahnPython Module_AutobahnPython:INTERNAL=OFF //ADVANCED property for variable: Module_CinemaPython Module_CinemaPython-ADVANCED:INTERNAL=1 //Request building CinemaPython Module_CinemaPython:INTERNAL=OFF //ADVANCED property for variable: Module_PoissonReconstruction Module_PoissonReconstruction-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_Pygments Module_Pygments-ADVANCED:INTERNAL=1 //Request building Pygments Module_Pygments:INTERNAL=OFF //ADVANCED property for variable: Module_SixPython Module_SixPython-ADVANCED:INTERNAL=1 //Request building SixPython Module_SixPython:INTERNAL=OFF //ADVANCED property for variable: Module_SplineDrivenImageSlicer Module_SplineDrivenImageSlicer-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_Twisted Module_Twisted-ADVANCED:INTERNAL=1 //Request building Twisted Module_Twisted:INTERNAL=OFF //ADVANCED property for variable: Module_VisItLib Module_VisItLib-ADVANCED:INTERNAL=1 //Request building VisItLib Module_VisItLib:INTERNAL=OFF //ADVANCED property for variable: Module_WikiExamples Module_WikiExamples-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_ZopeInterface Module_ZopeInterface-ADVANCED:INTERNAL=1 //Request building ZopeInterface Module_ZopeInterface:INTERNAL=OFF //ADVANCED property for variable: Module_pqApplicationComponents Module_pqApplicationComponents-ADVANCED:INTERNAL=1 //Request building pqApplicationComponents Module_pqApplicationComponents:INTERNAL=OFF //ADVANCED property for variable: Module_pqComponents Module_pqComponents-ADVANCED:INTERNAL=1 //Request building pqComponents Module_pqComponents:INTERNAL=OFF //ADVANCED property for variable: Module_pqCore Module_pqCore-ADVANCED:INTERNAL=1 //Request building pqCore Module_pqCore:INTERNAL=OFF //ADVANCED property for variable: Module_pqDeprecated Module_pqDeprecated-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_pqPython Module_pqPython-ADVANCED:INTERNAL=1 //Request building pqPython Module_pqPython:INTERNAL=OFF //ADVANCED property for variable: Module_pqWidgets Module_pqWidgets-ADVANCED:INTERNAL=1 //Request building pqWidgets Module_pqWidgets:INTERNAL=OFF //ADVANCED property for variable: Module_smTestDriver Module_smTestDriver-ADVANCED:INTERNAL=1 //Request building smTestDriver Module_smTestDriver:INTERNAL=OFF //ADVANCED property for variable: Module_vtkAcceleratorsVTKm Module_vtkAcceleratorsVTKm-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkAddon Module_vtkAddon-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkChartsCore Module_vtkChartsCore-ADVANCED:INTERNAL=1 //Request building vtkChartsCore Module_vtkChartsCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkClientServer Module_vtkClientServer-ADVANCED:INTERNAL=1 //Request building vtkClientServer Module_vtkClientServer:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonColor Module_vtkCommonColor-ADVANCED:INTERNAL=1 //Request building vtkCommonColor Module_vtkCommonColor:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonComputationalGeometry Module_vtkCommonComputationalGeometry-ADVANCED:INTERNAL=1 //Request building vtkCommonComputationalGeometry Module_vtkCommonComputationalGeometry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonCore Module_vtkCommonCore-ADVANCED:INTERNAL=1 //Request building vtkCommonCore Module_vtkCommonCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonDataModel Module_vtkCommonDataModel-ADVANCED:INTERNAL=1 //Request building vtkCommonDataModel Module_vtkCommonDataModel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonExecutionModel Module_vtkCommonExecutionModel-ADVANCED:INTERNAL=1 //Request building vtkCommonExecutionModel Module_vtkCommonExecutionModel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonMath Module_vtkCommonMath-ADVANCED:INTERNAL=1 //Request building vtkCommonMath Module_vtkCommonMath:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonMisc Module_vtkCommonMisc-ADVANCED:INTERNAL=1 //Request building vtkCommonMisc Module_vtkCommonMisc:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonSystem Module_vtkCommonSystem-ADVANCED:INTERNAL=1 //Request building vtkCommonSystem Module_vtkCommonSystem:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonTransforms Module_vtkCommonTransforms-ADVANCED:INTERNAL=1 //Request building vtkCommonTransforms Module_vtkCommonTransforms:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCosmoHaloFinder Module_vtkCosmoHaloFinder-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkDICOM Module_vtkDICOM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkDICOMParser Module_vtkDICOMParser-ADVANCED:INTERNAL=1 //Request building vtkDICOMParser Module_vtkDICOMParser:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDomainsChemistry Module_vtkDomainsChemistry-ADVANCED:INTERNAL=1 //Request building vtkDomainsChemistry Module_vtkDomainsChemistry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDomainsChemistryOpenGL2 Module_vtkDomainsChemistryOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkDomainsChemistryOpenGL2 Module_vtkDomainsChemistryOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDomainsMicroscopy Module_vtkDomainsMicroscopy-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersAMR Module_vtkFiltersAMR-ADVANCED:INTERNAL=1 //Request building vtkFiltersAMR Module_vtkFiltersAMR:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersCore Module_vtkFiltersCore-ADVANCED:INTERNAL=1 //Request building vtkFiltersCore Module_vtkFiltersCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersExtraction Module_vtkFiltersExtraction-ADVANCED:INTERNAL=1 //Request building vtkFiltersExtraction Module_vtkFiltersExtraction:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersFlowPaths Module_vtkFiltersFlowPaths-ADVANCED:INTERNAL=1 //Request building vtkFiltersFlowPaths Module_vtkFiltersFlowPaths:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersGeneral Module_vtkFiltersGeneral-ADVANCED:INTERNAL=1 //Request building vtkFiltersGeneral Module_vtkFiltersGeneral:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersGeneric Module_vtkFiltersGeneric-ADVANCED:INTERNAL=1 //Request building vtkFiltersGeneric Module_vtkFiltersGeneric:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersGeometry Module_vtkFiltersGeometry-ADVANCED:INTERNAL=1 //Request building vtkFiltersGeometry Module_vtkFiltersGeometry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersHybrid Module_vtkFiltersHybrid-ADVANCED:INTERNAL=1 //Request building vtkFiltersHybrid Module_vtkFiltersHybrid:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersHyperTree Module_vtkFiltersHyperTree-ADVANCED:INTERNAL=1 //Request building vtkFiltersHyperTree Module_vtkFiltersHyperTree:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersImaging Module_vtkFiltersImaging-ADVANCED:INTERNAL=1 //Request building vtkFiltersImaging Module_vtkFiltersImaging:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersMatlab Module_vtkFiltersMatlab-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersModeling Module_vtkFiltersModeling-ADVANCED:INTERNAL=1 //Request building vtkFiltersModeling Module_vtkFiltersModeling:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallel Module_vtkFiltersParallel-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallel Module_vtkFiltersParallel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelDIY2 Module_vtkFiltersParallelDIY2-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallelDIY2 Module_vtkFiltersParallelDIY2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelFlowPaths Module_vtkFiltersParallelFlowPaths-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallelFlowPaths Module_vtkFiltersParallelFlowPaths:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelGeometry Module_vtkFiltersParallelGeometry-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallelGeometry Module_vtkFiltersParallelGeometry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelImaging Module_vtkFiltersParallelImaging-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallelImaging Module_vtkFiltersParallelImaging:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelMPI Module_vtkFiltersParallelMPI-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallelMPI Module_vtkFiltersParallelMPI:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelStatistics Module_vtkFiltersParallelStatistics-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallelStatistics Module_vtkFiltersParallelStatistics:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersPoints Module_vtkFiltersPoints-ADVANCED:INTERNAL=1 //Request building vtkFiltersPoints Module_vtkFiltersPoints:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersProgrammable Module_vtkFiltersProgrammable-ADVANCED:INTERNAL=1 //Request building vtkFiltersProgrammable Module_vtkFiltersProgrammable:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersPython Module_vtkFiltersPython-ADVANCED:INTERNAL=1 //Request building vtkFiltersPython Module_vtkFiltersPython:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersReebGraph Module_vtkFiltersReebGraph-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersSMP Module_vtkFiltersSMP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersSelection Module_vtkFiltersSelection-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersSources Module_vtkFiltersSources-ADVANCED:INTERNAL=1 //Request building vtkFiltersSources Module_vtkFiltersSources:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersStatistics Module_vtkFiltersStatistics-ADVANCED:INTERNAL=1 //Request building vtkFiltersStatistics Module_vtkFiltersStatistics:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersStatisticsGnuR Module_vtkFiltersStatisticsGnuR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersTexture Module_vtkFiltersTexture-ADVANCED:INTERNAL=1 //Request building vtkFiltersTexture Module_vtkFiltersTexture:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersTopology Module_vtkFiltersTopology-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersVerdict Module_vtkFiltersVerdict-ADVANCED:INTERNAL=1 //Request building vtkFiltersVerdict Module_vtkFiltersVerdict:INTERNAL=OFF //ADVANCED property for variable: Module_vtkGUISupportQt Module_vtkGUISupportQt-ADVANCED:INTERNAL=1 //Request building vtkGUISupportQt Module_vtkGUISupportQt:INTERNAL=OFF //ADVANCED property for variable: Module_vtkGUISupportQtOpenGL Module_vtkGUISupportQtOpenGL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGUISupportQtSQL Module_vtkGUISupportQtSQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGUISupportQtWebkit Module_vtkGUISupportQtWebkit-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGeovisCore Module_vtkGeovisCore-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOADIOS Module_vtkIOADIOS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOAMR Module_vtkIOAMR-ADVANCED:INTERNAL=1 //Request building vtkIOAMR Module_vtkIOAMR:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOCore Module_vtkIOCore-ADVANCED:INTERNAL=1 //Request building vtkIOCore Module_vtkIOCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOEnSight Module_vtkIOEnSight-ADVANCED:INTERNAL=1 //Request building vtkIOEnSight Module_vtkIOEnSight:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExodus Module_vtkIOExodus-ADVANCED:INTERNAL=1 //Request building vtkIOExodus Module_vtkIOExodus:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExport Module_vtkIOExport-ADVANCED:INTERNAL=1 //Request building vtkIOExport Module_vtkIOExport:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExportOpenGL Module_vtkIOExportOpenGL-ADVANCED:INTERNAL=1 //Request building vtkIOExportOpenGL Module_vtkIOExportOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExportOpenGL2 Module_vtkIOExportOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkIOExportOpenGL2 Module_vtkIOExportOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOFFMPEG Module_vtkIOFFMPEG-ADVANCED:INTERNAL=1 //Request building vtkIOFFMPEG Module_vtkIOFFMPEG:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOGDAL Module_vtkIOGDAL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOGeoJSON Module_vtkIOGeoJSON-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOGeometry Module_vtkIOGeometry-ADVANCED:INTERNAL=1 //Request building vtkIOGeometry Module_vtkIOGeometry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOImage Module_vtkIOImage-ADVANCED:INTERNAL=1 //Request building vtkIOImage Module_vtkIOImage:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOImport Module_vtkIOImport-ADVANCED:INTERNAL=1 //Request building vtkIOImport Module_vtkIOImport:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOInfovis Module_vtkIOInfovis-ADVANCED:INTERNAL=1 //Request building vtkIOInfovis Module_vtkIOInfovis:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOLSDyna Module_vtkIOLSDyna-ADVANCED:INTERNAL=1 //Request building vtkIOLSDyna Module_vtkIOLSDyna:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOLegacy Module_vtkIOLegacy-ADVANCED:INTERNAL=1 //Request building vtkIOLegacy Module_vtkIOLegacy:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOMINC Module_vtkIOMINC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOMPIImage Module_vtkIOMPIImage-ADVANCED:INTERNAL=1 //Request building vtkIOMPIImage Module_vtkIOMPIImage:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOMPIParallel Module_vtkIOMPIParallel-ADVANCED:INTERNAL=1 //Request building vtkIOMPIParallel Module_vtkIOMPIParallel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOMovie Module_vtkIOMovie-ADVANCED:INTERNAL=1 //Request building vtkIOMovie Module_vtkIOMovie:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOMySQL Module_vtkIOMySQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIONetCDF Module_vtkIONetCDF-ADVANCED:INTERNAL=1 //Request building vtkIONetCDF Module_vtkIONetCDF:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOODBC Module_vtkIOODBC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOPLY Module_vtkIOPLY-ADVANCED:INTERNAL=1 //Request building vtkIOPLY Module_vtkIOPLY:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOParallel Module_vtkIOParallel-ADVANCED:INTERNAL=1 //Request building vtkIOParallel Module_vtkIOParallel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOParallelExodus Module_vtkIOParallelExodus-ADVANCED:INTERNAL=1 //Request building vtkIOParallelExodus Module_vtkIOParallelExodus:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOParallelLSDyna Module_vtkIOParallelLSDyna-ADVANCED:INTERNAL=1 //Request building vtkIOParallelLSDyna Module_vtkIOParallelLSDyna:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOParallelNetCDF Module_vtkIOParallelNetCDF-ADVANCED:INTERNAL=1 //Request building vtkIOParallelNetCDF Module_vtkIOParallelNetCDF:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOParallelXML Module_vtkIOParallelXML-ADVANCED:INTERNAL=1 //Request building vtkIOParallelXML Module_vtkIOParallelXML:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOPostgreSQL Module_vtkIOPostgreSQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOSQL Module_vtkIOSQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOTRUCHAS Module_vtkIOTRUCHAS-ADVANCED:INTERNAL=1 //Request building vtkIOTRUCHAS Module_vtkIOTRUCHAS:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOTecplotTable Module_vtkIOTecplotTable-ADVANCED:INTERNAL=1 //Request building vtkIOTecplotTable Module_vtkIOTecplotTable:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOVPIC Module_vtkIOVPIC-ADVANCED:INTERNAL=1 //Request building vtkIOVPIC Module_vtkIOVPIC:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOVideo Module_vtkIOVideo-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOVisItBridge Module_vtkIOVisItBridge-ADVANCED:INTERNAL=1 //Request building vtkIOVisItBridge Module_vtkIOVisItBridge:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOXML Module_vtkIOXML-ADVANCED:INTERNAL=1 //Request building vtkIOXML Module_vtkIOXML:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOXMLParser Module_vtkIOXMLParser-ADVANCED:INTERNAL=1 //Request building vtkIOXMLParser Module_vtkIOXMLParser:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOXdmf2 Module_vtkIOXdmf2-ADVANCED:INTERNAL=1 //Request building vtkIOXdmf2 Module_vtkIOXdmf2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOXdmf3 Module_vtkIOXdmf3-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkImagingColor Module_vtkImagingColor-ADVANCED:INTERNAL=1 //Request building vtkImagingColor Module_vtkImagingColor:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingCore Module_vtkImagingCore-ADVANCED:INTERNAL=1 //Request building vtkImagingCore Module_vtkImagingCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingFourier Module_vtkImagingFourier-ADVANCED:INTERNAL=1 //Request building vtkImagingFourier Module_vtkImagingFourier:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingGeneral Module_vtkImagingGeneral-ADVANCED:INTERNAL=1 //Request building vtkImagingGeneral Module_vtkImagingGeneral:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingHybrid Module_vtkImagingHybrid-ADVANCED:INTERNAL=1 //Request building vtkImagingHybrid Module_vtkImagingHybrid:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingMath Module_vtkImagingMath-ADVANCED:INTERNAL=1 //Request building vtkImagingMath Module_vtkImagingMath:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingMorphological Module_vtkImagingMorphological-ADVANCED:INTERNAL=1 //Request building vtkImagingMorphological Module_vtkImagingMorphological:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingOpenGL2 Module_vtkImagingOpenGL2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkImagingSources Module_vtkImagingSources-ADVANCED:INTERNAL=1 //Request building vtkImagingSources Module_vtkImagingSources:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingStatistics Module_vtkImagingStatistics-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkImagingStencil Module_vtkImagingStencil-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInfovisBoost Module_vtkInfovisBoost-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInfovisBoostGraphAlgorithms Module_vtkInfovisBoostGraphAlgorithms-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInfovisCore Module_vtkInfovisCore-ADVANCED:INTERNAL=1 //Request building vtkInfovisCore Module_vtkInfovisCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInfovisLayout Module_vtkInfovisLayout-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInfovisParallel Module_vtkInfovisParallel-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInteractionImage Module_vtkInteractionImage-ADVANCED:INTERNAL=1 //Request building vtkInteractionImage Module_vtkInteractionImage:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInteractionStyle Module_vtkInteractionStyle-ADVANCED:INTERNAL=1 //Request building vtkInteractionStyle Module_vtkInteractionStyle:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInteractionWidgets Module_vtkInteractionWidgets-ADVANCED:INTERNAL=1 //Request building vtkInteractionWidgets Module_vtkInteractionWidgets:INTERNAL=OFF //ADVANCED property for variable: Module_vtkMetaIO Module_vtkMetaIO-ADVANCED:INTERNAL=1 //Request building vtkMetaIO Module_vtkMetaIO:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVAnimation Module_vtkPVAnimation-ADVANCED:INTERNAL=1 //Request building vtkPVAnimation Module_vtkPVAnimation:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVCatalyst Module_vtkPVCatalyst-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkPVCatalystTestDriver Module_vtkPVCatalystTestDriver-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkPVCinemaReader Module_vtkPVCinemaReader-ADVANCED:INTERNAL=1 //Request building vtkPVCinemaReader Module_vtkPVCinemaReader:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVClientServerCoreCore Module_vtkPVClientServerCoreCore-ADVANCED:INTERNAL=1 //Request building vtkPVClientServerCoreCore Module_vtkPVClientServerCoreCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVClientServerCoreDefault Module_vtkPVClientServerCoreDefault-ADVANCED:INTERNAL=1 //Request building vtkPVClientServerCoreDefault Module_vtkPVClientServerCoreDefault:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVClientServerCoreRendering Module_vtkPVClientServerCoreRendering-ADVANCED:INTERNAL=1 //Request building vtkPVClientServerCoreRendering Module_vtkPVClientServerCoreRendering:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVCommon Module_vtkPVCommon-ADVANCED:INTERNAL=1 //Request building vtkPVCommon Module_vtkPVCommon:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVServerImplementationCore Module_vtkPVServerImplementationCore-ADVANCED:INTERNAL=1 //Request building vtkPVServerImplementationCore Module_vtkPVServerImplementationCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVServerImplementationRendering Module_vtkPVServerImplementationRendering-ADVANCED:INTERNAL=1 //Request building vtkPVServerImplementationRendering Module_vtkPVServerImplementationRendering:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVServerManagerApplication Module_vtkPVServerManagerApplication-ADVANCED:INTERNAL=1 //Request building vtkPVServerManagerApplication Module_vtkPVServerManagerApplication:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVServerManagerCore Module_vtkPVServerManagerCore-ADVANCED:INTERNAL=1 //Request building vtkPVServerManagerCore Module_vtkPVServerManagerCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVServerManagerDefault Module_vtkPVServerManagerDefault-ADVANCED:INTERNAL=1 //Request building vtkPVServerManagerDefault Module_vtkPVServerManagerDefault:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVServerManagerRendering Module_vtkPVServerManagerRendering-ADVANCED:INTERNAL=1 //Request building vtkPVServerManagerRendering Module_vtkPVServerManagerRendering:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVVTKExtensionsCGNSReader Module_vtkPVVTKExtensionsCGNSReader-ADVANCED:INTERNAL=1 //Request building vtkPVVTKExtensionsCGNSReader Module_vtkPVVTKExtensionsCGNSReader:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVVTKExtensionsCore Module_vtkPVVTKExtensionsCore-ADVANCED:INTERNAL=1 //Request building vtkPVVTKExtensionsCore Module_vtkPVVTKExtensionsCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVVTKExtensionsCosmoTools Module_vtkPVVTKExtensionsCosmoTools-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkPVVTKExtensionsDefault Module_vtkPVVTKExtensionsDefault-ADVANCED:INTERNAL=1 //Request building vtkPVVTKExtensionsDefault Module_vtkPVVTKExtensionsDefault:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVVTKExtensionsPoints Module_vtkPVVTKExtensionsPoints-ADVANCED:INTERNAL=1 //Request building vtkPVVTKExtensionsPoints Module_vtkPVVTKExtensionsPoints:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPVVTKExtensionsRendering Module_vtkPVVTKExtensionsRendering-ADVANCED:INTERNAL=1 //Request building vtkPVVTKExtensionsRendering Module_vtkPVVTKExtensionsRendering:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParaViewWeb Module_vtkParaViewWeb-ADVANCED:INTERNAL=1 //Request building vtkParaViewWeb Module_vtkParaViewWeb:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParaViewWebCore Module_vtkParaViewWebCore-ADVANCED:INTERNAL=1 //Request building vtkParaViewWebCore Module_vtkParaViewWebCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParaViewWebPython Module_vtkParaViewWebPython-ADVANCED:INTERNAL=1 //Request building vtkParaViewWebPython Module_vtkParaViewWebPython:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParaViewWebPython2 Module_vtkParaViewWebPython2-ADVANCED:INTERNAL=1 //Request building vtkParaViewWebPython2 Module_vtkParaViewWebPython2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParallelCore Module_vtkParallelCore-ADVANCED:INTERNAL=1 //Request building vtkParallelCore Module_vtkParallelCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParallelMPI Module_vtkParallelMPI-ADVANCED:INTERNAL=1 //Request building vtkParallelMPI Module_vtkParallelMPI:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParallelMPI4Py Module_vtkParallelMPI4Py-ADVANCED:INTERNAL=1 //Request building vtkParallelMPI4Py Module_vtkParallelMPI4Py:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParseOGLExt Module_vtkParseOGLExt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkPython Module_vtkPython-ADVANCED:INTERNAL=1 //Request building vtkPython Module_vtkPython:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPythonInterpreter Module_vtkPythonInterpreter-ADVANCED:INTERNAL=1 //Request building vtkPythonInterpreter Module_vtkPythonInterpreter:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingAnnotation Module_vtkRenderingAnnotation-ADVANCED:INTERNAL=1 //Request building vtkRenderingAnnotation Module_vtkRenderingAnnotation:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingContext2D Module_vtkRenderingContext2D-ADVANCED:INTERNAL=1 //Request building vtkRenderingContext2D Module_vtkRenderingContext2D:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingContextOpenGL Module_vtkRenderingContextOpenGL-ADVANCED:INTERNAL=1 //Request building vtkRenderingContextOpenGL Module_vtkRenderingContextOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingContextOpenGL2 Module_vtkRenderingContextOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingContextOpenGL2 Module_vtkRenderingContextOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingCore Module_vtkRenderingCore-ADVANCED:INTERNAL=1 //Request building vtkRenderingCore Module_vtkRenderingCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingExternal Module_vtkRenderingExternal-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingFreeType Module_vtkRenderingFreeType-ADVANCED:INTERNAL=1 //Request building vtkRenderingFreeType Module_vtkRenderingFreeType:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingFreeTypeFontConfig Module_vtkRenderingFreeTypeFontConfig-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingGL2PS Module_vtkRenderingGL2PS-ADVANCED:INTERNAL=1 //Request building vtkRenderingGL2PS Module_vtkRenderingGL2PS:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingGL2PSOpenGL2 Module_vtkRenderingGL2PSOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingGL2PSOpenGL2 Module_vtkRenderingGL2PSOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingImage Module_vtkRenderingImage-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingLIC Module_vtkRenderingLIC-ADVANCED:INTERNAL=1 //Request building vtkRenderingLIC Module_vtkRenderingLIC:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingLICOpenGL2 Module_vtkRenderingLICOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingLICOpenGL2 Module_vtkRenderingLICOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingLOD Module_vtkRenderingLOD-ADVANCED:INTERNAL=1 //Request building vtkRenderingLOD Module_vtkRenderingLOD:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingLabel Module_vtkRenderingLabel-ADVANCED:INTERNAL=1 //Request building vtkRenderingLabel Module_vtkRenderingLabel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingMatplotlib Module_vtkRenderingMatplotlib-ADVANCED:INTERNAL=1 //Request building vtkRenderingMatplotlib Module_vtkRenderingMatplotlib:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingOSPRay Module_vtkRenderingOSPRay-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingOculus Module_vtkRenderingOculus-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingOpenGL Module_vtkRenderingOpenGL-ADVANCED:INTERNAL=1 //Request building vtkRenderingOpenGL Module_vtkRenderingOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingOpenGL2 Module_vtkRenderingOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingOpenGL2 Module_vtkRenderingOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingOpenVR Module_vtkRenderingOpenVR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingParallel Module_vtkRenderingParallel-ADVANCED:INTERNAL=1 //Request building vtkRenderingParallel Module_vtkRenderingParallel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingParallelLIC Module_vtkRenderingParallelLIC-ADVANCED:INTERNAL=1 //Request building vtkRenderingParallelLIC Module_vtkRenderingParallelLIC:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingQt Module_vtkRenderingQt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingSceneGraph Module_vtkRenderingSceneGraph-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingTk Module_vtkRenderingTk-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingVolume Module_vtkRenderingVolume-ADVANCED:INTERNAL=1 //Request building vtkRenderingVolume Module_vtkRenderingVolume:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingVolumeAMR Module_vtkRenderingVolumeAMR-ADVANCED:INTERNAL=1 //Request building vtkRenderingVolumeAMR Module_vtkRenderingVolumeAMR:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingVolumeOpenGL Module_vtkRenderingVolumeOpenGL-ADVANCED:INTERNAL=1 //Request building vtkRenderingVolumeOpenGL Module_vtkRenderingVolumeOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingVolumeOpenGL2 Module_vtkRenderingVolumeOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingVolumeOpenGL2 Module_vtkRenderingVolumeOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTclTk Module_vtkTclTk-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkTestingCore Module_vtkTestingCore-ADVANCED:INTERNAL=1 //Request building vtkTestingCore Module_vtkTestingCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTestingGenericBridge Module_vtkTestingGenericBridge-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkTestingIOSQL Module_vtkTestingIOSQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkTestingRendering Module_vtkTestingRendering-ADVANCED:INTERNAL=1 //Request building vtkTestingRendering Module_vtkTestingRendering:INTERNAL=OFF //ADVANCED property for variable: Module_vtkUtilitiesBenchmarks Module_vtkUtilitiesBenchmarks-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkUtilitiesColorSeriesToXML Module_vtkUtilitiesColorSeriesToXML-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkUtilitiesEncodeString Module_vtkUtilitiesEncodeString-ADVANCED:INTERNAL=1 //Request building vtkUtilitiesEncodeString Module_vtkUtilitiesEncodeString:INTERNAL=OFF //ADVANCED property for variable: Module_vtkUtilitiesHashSource Module_vtkUtilitiesHashSource-ADVANCED:INTERNAL=1 //Request building vtkUtilitiesHashSource Module_vtkUtilitiesHashSource:INTERNAL=OFF //ADVANCED property for variable: Module_vtkUtilitiesLegacyColorMapXMLToJSON Module_vtkUtilitiesLegacyColorMapXMLToJSON-ADVANCED:INTERNAL=1 //Request building vtkUtilitiesLegacyColorMapXMLToJSON Module_vtkUtilitiesLegacyColorMapXMLToJSON:INTERNAL=OFF //ADVANCED property for variable: Module_vtkUtilitiesProcessXML Module_vtkUtilitiesProcessXML-ADVANCED:INTERNAL=1 //Request building vtkUtilitiesProcessXML Module_vtkUtilitiesProcessXML:INTERNAL=OFF //ADVANCED property for variable: Module_vtkUtilitiesWrapClientServer Module_vtkUtilitiesWrapClientServer-ADVANCED:INTERNAL=1 //Request building vtkUtilitiesWrapClientServer Module_vtkUtilitiesWrapClientServer:INTERNAL=OFF //ADVANCED property for variable: Module_vtkVPIC Module_vtkVPIC-ADVANCED:INTERNAL=1 //Request building vtkVPIC Module_vtkVPIC:INTERNAL=OFF //ADVANCED property for variable: Module_vtkViewsContext2D Module_vtkViewsContext2D-ADVANCED:INTERNAL=1 //Request building vtkViewsContext2D Module_vtkViewsContext2D:INTERNAL=OFF //ADVANCED property for variable: Module_vtkViewsCore Module_vtkViewsCore-ADVANCED:INTERNAL=1 //Request building vtkViewsCore Module_vtkViewsCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkViewsGeovis Module_vtkViewsGeovis-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkViewsInfovis Module_vtkViewsInfovis-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkViewsQt Module_vtkViewsQt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWebCore Module_vtkWebCore-ADVANCED:INTERNAL=1 //Request building vtkWebCore Module_vtkWebCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkWebGLExporter Module_vtkWebGLExporter-ADVANCED:INTERNAL=1 //Request building vtkWebGLExporter Module_vtkWebGLExporter:INTERNAL=OFF //ADVANCED property for variable: Module_vtkWebPython Module_vtkWebPython-ADVANCED:INTERNAL=1 //Request building vtkWebPython Module_vtkWebPython:INTERNAL=OFF //ADVANCED property for variable: Module_vtkWrappingJava Module_vtkWrappingJava-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingPythonCore Module_vtkWrappingPythonCore-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingTcl Module_vtkWrappingTcl-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingTools Module_vtkWrappingTools-ADVANCED:INTERNAL=1 //Request building vtkWrappingTools Module_vtkWrappingTools:INTERNAL=OFF //ADVANCED property for variable: Module_vtkalglib Module_vtkalglib-ADVANCED:INTERNAL=1 //Request building vtkalglib Module_vtkalglib:INTERNAL=OFF //ADVANCED property for variable: Module_vtkcgns Module_vtkcgns-ADVANCED:INTERNAL=1 //Request building vtkcgns Module_vtkcgns:INTERNAL=OFF //ADVANCED property for variable: Module_vtkdiy2 Module_vtkdiy2-ADVANCED:INTERNAL=1 //Request building vtkdiy2 Module_vtkdiy2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkexodusII Module_vtkexodusII-ADVANCED:INTERNAL=1 //Request building vtkexodusII Module_vtkexodusII:INTERNAL=OFF //ADVANCED property for variable: Module_vtkexpat Module_vtkexpat-ADVANCED:INTERNAL=1 //Request building vtkexpat Module_vtkexpat:INTERNAL=OFF //ADVANCED property for variable: Module_vtkfreetype Module_vtkfreetype-ADVANCED:INTERNAL=1 //Request building vtkfreetype Module_vtkfreetype:INTERNAL=OFF //ADVANCED property for variable: Module_vtkgl2ps Module_vtkgl2ps-ADVANCED:INTERNAL=1 //Request building vtkgl2ps Module_vtkgl2ps:INTERNAL=OFF //ADVANCED property for variable: Module_vtkglew Module_vtkglew-ADVANCED:INTERNAL=1 //Request building vtkglew Module_vtkglew:INTERNAL=OFF //ADVANCED property for variable: Module_vtkhdf5 Module_vtkhdf5-ADVANCED:INTERNAL=1 //Request building vtkhdf5 Module_vtkhdf5:INTERNAL=OFF //ADVANCED property for variable: Module_vtkicet Module_vtkicet-ADVANCED:INTERNAL=1 //Request building vtkicet Module_vtkicet:INTERNAL=OFF //ADVANCED property for variable: Module_vtkjpeg Module_vtkjpeg-ADVANCED:INTERNAL=1 //Request building vtkjpeg Module_vtkjpeg:INTERNAL=OFF //ADVANCED property for variable: Module_vtkjsoncpp Module_vtkjsoncpp-ADVANCED:INTERNAL=1 //Request building vtkjsoncpp Module_vtkjsoncpp:INTERNAL=OFF //ADVANCED property for variable: Module_vtkkwiml Module_vtkkwiml-ADVANCED:INTERNAL=1 //Request building vtkkwiml Module_vtkkwiml:INTERNAL=OFF //ADVANCED property for variable: Module_vtklibproj4 Module_vtklibproj4-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtklibxml2 Module_vtklibxml2-ADVANCED:INTERNAL=1 //Request building vtklibxml2 Module_vtklibxml2:INTERNAL=OFF //ADVANCED property for variable: Module_vtklz4 Module_vtklz4-ADVANCED:INTERNAL=1 //Request building vtklz4 Module_vtklz4:INTERNAL=OFF //ADVANCED property for variable: Module_vtkmpi4py Module_vtkmpi4py-ADVANCED:INTERNAL=1 //Request building vtkmpi4py Module_vtkmpi4py:INTERNAL=OFF //ADVANCED property for variable: Module_vtknetcdf Module_vtknetcdf-ADVANCED:INTERNAL=1 //Request building vtknetcdf Module_vtknetcdf:INTERNAL=OFF //ADVANCED property for variable: Module_vtkoggtheora Module_vtkoggtheora-ADVANCED:INTERNAL=1 //Request building vtkoggtheora Module_vtkoggtheora:INTERNAL=OFF //ADVANCED property for variable: Module_vtkpng Module_vtkpng-ADVANCED:INTERNAL=1 //Request building vtkpng Module_vtkpng:INTERNAL=OFF //ADVANCED property for variable: Module_vtkprotobuf Module_vtkprotobuf-ADVANCED:INTERNAL=1 //Request building vtkprotobuf Module_vtkprotobuf:INTERNAL=OFF //ADVANCED property for variable: Module_vtkpugixml Module_vtkpugixml-ADVANCED:INTERNAL=1 //Request building vtkpugixml Module_vtkpugixml:INTERNAL=OFF //ADVANCED property for variable: Module_vtkqttesting Module_vtkqttesting-ADVANCED:INTERNAL=1 //Request building vtkqttesting Module_vtkqttesting:INTERNAL=OFF //ADVANCED property for variable: Module_vtksqlite Module_vtksqlite-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtksys Module_vtksys-ADVANCED:INTERNAL=1 //Request building vtksys Module_vtksys:INTERNAL=OFF //ADVANCED property for variable: Module_vtktiff Module_vtktiff-ADVANCED:INTERNAL=1 //Request building vtktiff Module_vtktiff:INTERNAL=OFF //ADVANCED property for variable: Module_vtkverdict Module_vtkverdict-ADVANCED:INTERNAL=1 //Request building vtkverdict Module_vtkverdict:INTERNAL=OFF //ADVANCED property for variable: Module_vtkxdmf2 Module_vtkxdmf2-ADVANCED:INTERNAL=1 //Request building vtkxdmf2 Module_vtkxdmf2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkxdmf3 Module_vtkxdmf3-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkzfp Module_vtkzfp-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkzlib Module_vtkzlib-ADVANCED:INTERNAL=1 //Request building vtkzlib Module_vtkzlib:INTERNAL=OFF //ADVANCED property for variable: NETCDF4_CHUNK_CACHE_NELEMS NETCDF4_CHUNK_CACHE_NELEMS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_CHUNK_CACHE_PREEMPTION NETCDF4_CHUNK_CACHE_PREEMPTION-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_CHUNK_CACHE_SIZE NETCDF4_CHUNK_CACHE_SIZE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_DEFAULT_CHUNKS_IN_CACHE NETCDF4_DEFAULT_CHUNKS_IN_CACHE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_DEFAULT_CHUNK_SIZE NETCDF4_DEFAULT_CHUNK_SIZE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_MAX_DEFAULT_CACHE_SIZE NETCDF4_MAX_DEFAULT_CACHE_SIZE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF_DISABLE_COMPILER_WARNINGS NETCDF_DISABLE_COMPILER_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF_ENABLE_CXX NETCDF_ENABLE_CXX-ADVANCED:INTERNAL=1 //Have library c NOT_NEED_LIBNSL:INTERNAL=1 //CXX test NO_STATIC_CAST:INTERNAL= //CHECK_TYPE_SIZE: sizeof(off64_t) OFF64_T:INTERNAL=8 //Have symbol off_t OFF_T:INTERNAL= //CXX test OLD_HEADER_FILENAME:INTERNAL= //ADVANCED property for variable: OPENGL_INCLUDE_DIR OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENGL_gl_LIBRARY OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENGL_glu_LIBRARY OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENGL_xmesa_INCLUDE_DIR OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_AcceleratedAlgorithms PARAVIEW_AUTOLOAD_PLUGIN_AcceleratedAlgorithms-ADVANCED:INTERNAL=1 //MODIFIED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_AcceleratedAlgorithms PARAVIEW_AUTOLOAD_PLUGIN_AcceleratedAlgorithms-MODIFIED:INTERNAL=ON //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_AnalyzeNIfTIIO PARAVIEW_AUTOLOAD_PLUGIN_AnalyzeNIfTIIO-ADVANCED:INTERNAL=1 //MODIFIED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_AnalyzeNIfTIIO PARAVIEW_AUTOLOAD_PLUGIN_AnalyzeNIfTIIO-MODIFIED:INTERNAL=ON //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_ArrowGlyph PARAVIEW_AUTOLOAD_PLUGIN_ArrowGlyph-ADVANCED:INTERNAL=1 //MODIFIED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_ArrowGlyph PARAVIEW_AUTOLOAD_PLUGIN_ArrowGlyph-MODIFIED:INTERNAL=ON //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_CDIReader PARAVIEW_AUTOLOAD_PLUGIN_CDIReader-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_EyeDomeLighting PARAVIEW_AUTOLOAD_PLUGIN_EyeDomeLighting-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_GMVReader PARAVIEW_AUTOLOAD_PLUGIN_GMVReader-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_GeodesicMeasurement PARAVIEW_AUTOLOAD_PLUGIN_GeodesicMeasurement-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_H5PartReader PARAVIEW_AUTOLOAD_PLUGIN_H5PartReader-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_LagrangianParticleTracker PARAVIEW_AUTOLOAD_PLUGIN_LagrangianParticleTracker-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_Moments PARAVIEW_AUTOLOAD_PLUGIN_Moments-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_NonOrthogonalSource PARAVIEW_AUTOLOAD_PLUGIN_NonOrthogonalSource-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_PacMan PARAVIEW_AUTOLOAD_PLUGIN_PacMan-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_SLACTools PARAVIEW_AUTOLOAD_PLUGIN_SLACTools-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_SierraPlotTools PARAVIEW_AUTOLOAD_PLUGIN_SierraPlotTools-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_StreamLinesRepresentation PARAVIEW_AUTOLOAD_PLUGIN_StreamLinesRepresentation-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_StreamingParticles PARAVIEW_AUTOLOAD_PLUGIN_StreamingParticles-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_SurfaceLIC PARAVIEW_AUTOLOAD_PLUGIN_SurfaceLIC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_AUTOLOAD_PLUGIN_ThickenLayeredCells PARAVIEW_AUTOLOAD_PLUGIN_ThickenLayeredCells-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_CATALYST_ADAPTORS PARAVIEW_BUILD_CATALYST_ADAPTORS-ADVANCED:INTERNAL=1 //Build Adaptors for various simulation codes PARAVIEW_BUILD_CATALYST_ADAPTORS:INTERNAL=OFF //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_AcceleratedAlgorithms PARAVIEW_BUILD_PLUGIN_AcceleratedAlgorithms-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_AdiosReader PARAVIEW_BUILD_PLUGIN_AdiosReader-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_AdiosStagingReader PARAVIEW_BUILD_PLUGIN_AdiosStagingReader-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_AnalyzeNIfTIIO PARAVIEW_BUILD_PLUGIN_AnalyzeNIfTIIO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_ArrowGlyph PARAVIEW_BUILD_PLUGIN_ArrowGlyph-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_CDIReader PARAVIEW_BUILD_PLUGIN_CDIReader-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_EyeDomeLighting PARAVIEW_BUILD_PLUGIN_EyeDomeLighting-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_GMVReader PARAVIEW_BUILD_PLUGIN_GMVReader-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_GeodesicMeasurement PARAVIEW_BUILD_PLUGIN_GeodesicMeasurement-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_H5PartReader PARAVIEW_BUILD_PLUGIN_H5PartReader-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_InSituExodus PARAVIEW_BUILD_PLUGIN_InSituExodus-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_LagrangianParticleTracker PARAVIEW_BUILD_PLUGIN_LagrangianParticleTracker-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_Moments PARAVIEW_BUILD_PLUGIN_Moments-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_NonOrthogonalSource PARAVIEW_BUILD_PLUGIN_NonOrthogonalSource-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_PacMan PARAVIEW_BUILD_PLUGIN_PacMan-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_PythonQtPlugin PARAVIEW_BUILD_PLUGIN_PythonQtPlugin-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_SLACTools PARAVIEW_BUILD_PLUGIN_SLACTools-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_SierraPlotTools PARAVIEW_BUILD_PLUGIN_SierraPlotTools-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_StreamLinesRepresentation PARAVIEW_BUILD_PLUGIN_StreamLinesRepresentation-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_StreamingParticles PARAVIEW_BUILD_PLUGIN_StreamingParticles-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_SurfaceLIC PARAVIEW_BUILD_PLUGIN_SurfaceLIC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_TemporalParallelismScriptGenerator PARAVIEW_BUILD_PLUGIN_TemporalParallelismScriptGenerator-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_ThickenLayeredCells PARAVIEW_BUILD_PLUGIN_ThickenLayeredCells-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_VRPlugin PARAVIEW_BUILD_PLUGIN_VRPlugin-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_BUILD_PLUGIN_VaporPlugin PARAVIEW_BUILD_PLUGIN_VaporPlugin-ADVANCED:INTERNAL=1 //List of modules to CS wrap PARAVIEW_CURRENT_CS_MODULES:INTERNAL=vtkCommonCore;vtkCommonMath;vtkCommonMisc;vtkCommonSystem;vtkCommonTransforms;vtkCommonDataModel;vtkCommonExecutionModel;vtkFiltersCore;vtkIOCore;vtkIOXMLParser;vtkIOXML;vtkIOLegacy;vtkParallelCore;vtkFiltersAMR;vtkCommonComputationalGeometry;vtkFiltersGeneral;vtkImagingCore;vtkImagingFourier;vtkFiltersStatistics;vtkFiltersExtraction;vtkFiltersGeometry;vtkFiltersSources;vtkFiltersFlowPaths;vtkIOGeometry;vtkIOImage;vtkImagingHybrid;vtkCommonColor;vtkRenderingCore;vtkImagingMath;vtkRenderingOpenGL2;vtkRenderingVolume;vtkRenderingVolumeOpenGL2;vtkInteractionStyle;vtkFiltersModeling;vtkFiltersParallel;vtkFiltersProgrammable;vtkPythonInterpreter;vtkPVCommon;vtkPVVTKExtensionsCore;vtkParallelMPI;vtkPVClientServerCoreCore;vtkPVServerImplementationCore;vtkPVServerManagerCore;vtkIOMovie;vtkIOFFMPEG;vtkInfovisCore;vtkIOInfovis;vtkDomainsChemistry;vtkRenderingFreeType;vtkRenderingContext2D;vtkChartsCore;vtkFiltersParallelFlowPaths;vtkFiltersParallelStatistics;vtkIOEnSight;vtkIOImport;vtkIOMPIImage;vtkIOPLY;vtkIONetCDF;vtkIOParallel;vtkIOExodus;vtkIOParallelExodus;vtkIOParallelXML;vtkImagingSources;vtkFiltersHybrid;vtkImagingColor;vtkImagingGeneral;vtkRenderingAnnotation;vtkInteractionWidgets;vtkFiltersGeneric;vtkFiltersHyperTree;vtkFiltersParallelMPI;vtkRenderingGL2PSOpenGL2;vtkIOExport;vtkIOExportOpenGL2;vtkRenderingMatplotlib;vtkRenderingParallel;vtkRenderingVolumeAMR;vtkPVVTKExtensionsRendering;vtkPVVTKExtensionsDefault;vtkRenderingLabel;vtkViewsCore;vtkViewsContext2D;vtkPVClientServerCoreRendering;vtkPVClientServerCoreDefault;vtkPVServerImplementationRendering;vtkPVServerManagerRendering;vtkTestingRendering;vtkPVServerManagerDefault;vtkPVAnimation;vtkDomainsChemistryOpenGL2;vtkFiltersParallelDIY2;vtkFiltersParallelGeometry;vtkFiltersImaging;vtkFiltersParallelImaging;vtkFiltersPython;vtkFiltersTexture;vtkFiltersVerdict;vtkIOAMR;vtkIOMPIParallel;vtkIOLSDyna;vtkIOParallelLSDyna;vtkIOParallelNetCDF;vtkIOTRUCHAS;vtkIOTecplotTable;vtkIOVPIC;vtkIOVisItBridge;vtkIOXdmf2;vtkImagingMorphological;vtkInteractionImage;vtkPVCinemaReader;vtkPVVTKExtensionsCGNSReader;vtkFiltersPoints;vtkPVVTKExtensionsPoints;vtkParallelMPI4Py;vtkRenderingLICOpenGL2;vtkRenderingLOD;vtkRenderingParallelLIC;vtkPVServerManagerApplication;vtkWebGLExporter;vtkWebCore;vtkParaViewWebCore;vtkRenderingContextOpenGL2 //ADVANCED property for variable: PARAVIEW_DATA_EXCLUDE_FROM_ALL PARAVIEW_DATA_EXCLUDE_FROM_ALL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_DATA_STORE PARAVIEW_DATA_STORE-ADVANCED:INTERNAL=1 //MODIFIED property for variable: PARAVIEW_ENABLE_CATALYST PARAVIEW_ENABLE_CATALYST-MODIFIED:INTERNAL=ON //ADVANCED property for variable: PARAVIEW_ENABLE_COSMOTOOLS PARAVIEW_ENABLE_COSMOTOOLS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_ENABLE_EMBEDDED_DOCUMENTATION PARAVIEW_ENABLE_EMBEDDED_DOCUMENTATION-ADVANCED:INTERNAL=1 //MODIFIED property for variable: PARAVIEW_ENABLE_EMBEDDED_DOCUMENTATION PARAVIEW_ENABLE_EMBEDDED_DOCUMENTATION-MODIFIED:INTERNAL=ON //MODIFIED property for variable: PARAVIEW_ENABLE_FFMPEG PARAVIEW_ENABLE_FFMPEG-MODIFIED:INTERNAL=ON //ADVANCED property for variable: PARAVIEW_ENABLE_MATPLOTLIB PARAVIEW_ENABLE_MATPLOTLIB-ADVANCED:INTERNAL=1 //MODIFIED property for variable: PARAVIEW_ENABLE_PYTHON PARAVIEW_ENABLE_PYTHON-MODIFIED:INTERNAL=ON //ADVANCED property for variable: PARAVIEW_ENABLE_SPYPLOT_MARKERS PARAVIEW_ENABLE_SPYPLOT_MARKERS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_ENABLE_VTK_MODULES_AS_NEEDED PARAVIEW_ENABLE_VTK_MODULES_AS_NEEDED-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_ENABLE_WEB PARAVIEW_ENABLE_WEB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_EXTERNAL_MODULE_ROOTS PARAVIEW_EXTERNAL_MODULE_ROOTS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_EXTERNAL_PLUGIN_DIRS PARAVIEW_EXTERNAL_PLUGIN_DIRS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_EXTRA_EXTERNAL_PLUGINS PARAVIEW_EXTRA_EXTERNAL_PLUGINS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_FREEZE_PYTHON PARAVIEW_FREEZE_PYTHON-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_INITIALIZE_MPI_ON_CLIENT PARAVIEW_INITIALIZE_MPI_ON_CLIENT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_PLUGIN_LOADER_PATHS PARAVIEW_PLUGIN_LOADER_PATHS-ADVANCED:INTERNAL=1 //STRINGS property for variable: PARAVIEW_QT_VERSION PARAVIEW_QT_VERSION-STRINGS:INTERNAL=4;5 //Server Manager XMLs PARAVIEW_SERVERMANAGER_XMLS:INTERNAL=/home/hedieh/sofware/paraview/ParaViewCore/ServerManager/SMApplication/Resources/3d_widgets.xml;/home/hedieh/sofware/paraview/ParaViewCore/ServerManager/SMApplication/Resources/filters.xml;/home/hedieh/sofware/paraview/ParaViewCore/ServerManager/SMApplication/Resources/internal_writers.xml;/home/hedieh/sofware/paraview/ParaViewCore/ServerManager/SMApplication/Resources/readers.xml;/home/hedieh/sofware/paraview/ParaViewCore/ServerManager/SMApplication/Resources/rendering.xml;/home/hedieh/sofware/paraview/ParaViewCore/ServerManager/SMApplication/Resources/sources.xml;/home/hedieh/sofware/paraview/ParaViewCore/ServerManager/SMApplication/Resources/utilities.xml;/home/hedieh/sofware/paraview/ParaViewCore/ServerManager/SMApplication/Resources/views_and_representations.xml;/home/hedieh/sofware/paraview/ParaViewCore/ServerManager/SMApplication/Resources/writers.xml;/home/hedieh/sofware/paraview/ParaViewCore/ServerManager/Default/settings.xml;/home/hedieh/sofware/paraview/ParaViewCore/Animation/animation.xml;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/visit_readers.xml;/home/hedieh/sofware/paraview/ParaViewCore/CinemaReader/cinemareader.xml;/home/hedieh/sofware/paraview/ParaViewCore/VTKExtensions/CGNSReader/resources/CGNSReader.xml;/home/hedieh/sofware/paraview/ParaViewCore/VTKExtensions/Points/points.xml;/home/hedieh/sofware/paraview/ParaViewCore/ServerManager/SMApplication/Resources/proxies_mpi.xml;/home/hedieh/sofware/paraview/ParaViewCore/ServerManager/SMApplication/Resources/proxies_opengl2.xml;/home/hedieh/sofware/paraview/ParaViewCore/ServerManager/SMApplication/Resources/pythonfilter.xml //ADVANCED property for variable: PARAVIEW_USE_ATP PARAVIEW_USE_ATP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_USE_ICE_T PARAVIEW_USE_ICE_T-ADVANCED:INTERNAL=1 //MODIFIED property for variable: PARAVIEW_USE_MPI PARAVIEW_USE_MPI-MODIFIED:INTERNAL=ON //ADVANCED property for variable: PARAVIEW_USE_MPI_SSEND PARAVIEW_USE_MPI_SSEND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_USE_QTHELP PARAVIEW_USE_QTHELP-ADVANCED:INTERNAL=1 //MODIFIED property for variable: PARAVIEW_USE_QTHELP PARAVIEW_USE_QTHELP-MODIFIED:INTERNAL=ON //ADVANCED property for variable: PARAVIEW_USE_QTWEBKIT PARAVIEW_USE_QTWEBKIT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PARAVIEW_USE_UNIFIED_BINDINGS PARAVIEW_USE_UNIFIED_BINDINGS-ADVANCED:INTERNAL=1 //MODIFIED property for variable: PARAVIEW_USE_VISITBRIDGE PARAVIEW_USE_VISITBRIDGE-MODIFIED:INTERNAL=ON //ADVANCED property for variable: PROTOBUF_DISABLE_COMPILER_WARNINGS PROTOBUF_DISABLE_COMPILER_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PV_TEST_CLEAN_COMMAND PV_TEST_CLEAN_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PV_TEST_CLIENT PV_TEST_CLIENT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PV_TEST_INIT_COMMAND PV_TEST_INIT_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PV_TEST_USE_RANDOM_PORTS PV_TEST_USE_RANDOM_PORTS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_ENABLE_MODULE_mpi4py.MPI PYTHON_ENABLE_MODULE_mpi4py.MPI-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_ENABLE_MODULE_mpi4py.dl PYTHON_ENABLE_MODULE_mpi4py.dl-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_EXECUTABLE PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_EXTRA_LIBS PYTHON_EXTRA_LIBS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_INCLUDE_DIR PYTHON_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_LIBRARY PYTHON_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_MODULE_mpi4py.MPI_BUILD_SHARED PYTHON_MODULE_mpi4py.MPI_BUILD_SHARED-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_MODULE_mpi4py.dl_BUILD_SHARED PYTHON_MODULE_mpi4py.dl_BUILD_SHARED-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_UTIL_LIBRARY PYTHON_UTIL_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: QT_HELP_GENERATOR QT_HELP_GENERATOR-ADVANCED:INTERNAL=1 //MODIFIED property for variable: QT_HELP_GENERATOR QT_HELP_GENERATOR-MODIFIED:INTERNAL=ON //ADVANCED property for variable: QT_TESTING_EVENT_PLAYBACK_DELAY QT_TESTING_EVENT_PLAYBACK_DELAY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: QT_XMLPATTERNS_EXECUTABLE QT_XMLPATTERNS_EXECUTABLE-ADVANCED:INTERNAL=1 //MODIFIED property for variable: Qt5Help_DIR Qt5Help_DIR-MODIFIED:INTERNAL=ON //ADVANCED property for variable: SILO_INCLUDE_DIR SILO_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SILO_LIBRARY SILO_LIBRARY-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(double) SIZEOF_DOUBLE:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(float) SIZEOF_FLOAT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int) SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(long) SIZEOF_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long long) SIZEOF_LONG_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(off64_t) SIZEOF_OFF64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(off_t) SIZEOF_OFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ptrdiff_t) SIZEOF_PTRDIFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(short) SIZEOF_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(signed int) SIZEOF_SIGNED_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(signed long) SIZEOF_SIGNED_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(signed long long) SIZEOF_SIGNED_LONG_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(signed short) SIZEOF_SIGNED_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(size_t) SIZEOF_SIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ssize_t) SIZEOF_SSIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: uchar unknown SIZEOF_UCHAR:INTERNAL= //CHECK_TYPE_SIZE: sizeof(unsigned char *) SIZEOF_UNSIGNED_CHAR_P:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(unsigned int) SIZEOF_UNSIGNED_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(unsigned long) SIZEOF_UNSIGNED_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(unsigned long long) SIZEOF_UNSIGNED_LONG_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(unsigned short) SIZEOF_UNSIGNED_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(void *) SIZEOF_VOID_P:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(_Bool) SIZEOF__BOOL:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(long) SIZE_OF_LONG:INTERNAL=8 //Have symbol size_t SIZE_T:INTERNAL= //Result of TRY_COMPILE STDC_HEADERS:INTERNAL=TRUE //Result of TRY_COMPILE SUCCEED:INTERNAL=TRUE //Result of TRY_COMPILE SUCCEED_MAP:INTERNAL=TRUE //Result of TRY_COMPILE SUCCEED_SET:INTERNAL=TRUE //Result of TRY_COMPILE SUPPORT_IP6_COMPILED:INTERNAL=TRUE //ADVANCED property for variable: SURFACELIC_PLUGIN_TESTING SURFACELIC_PLUGIN_TESTING-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE SYSTEM_SCOPE_THREADS:INTERNAL=TRUE //Result of TRY_COMPILE TEST_DIRECT_VFD_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN TEST_DIRECT_VFD_WORKS_RUN:INTERNAL=0 //Performing TEST_LFS_WORKS TEST_LFS_WORKS:INTERNAL=1 //Result of TRY_COMPILE TEST_LFS_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN TEST_LFS_WORKS_RUN:INTERNAL=0 //Result of TRY_COMPILE TIME_WITH_SYS_TIME:INTERNAL=TRUE //Test TM_IN_SYS_TIME TM_IN_SYS_TIME:INTERNAL=1 //ADVANCED property for variable: USE_COMPILER_HIDDEN_VISIBILITY USE_COMPILER_HIDDEN_VISIBILITY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VERDICT_BUILD_DOC VERDICT_BUILD_DOC-ADVANCED:INTERNAL=1 //Build the 2007 Verdict User Manual VERDICT_BUILD_DOC:INTERNAL=OFF //ADVANCED property for variable: VERDICT_ENABLE_TESTING VERDICT_ENABLE_TESTING-ADVANCED:INTERNAL=1 //Should tests of the VERDICT library be built? VERDICT_ENABLE_TESTING:INTERNAL=OFF //ADVANCED property for variable: VERDICT_MANGLE VERDICT_MANGLE-ADVANCED:INTERNAL=1 //Mangle verdict names for inclusion in a larger library? VERDICT_MANGLE:INTERNAL=OFF //A string to prepend to all verdict function names and classes. VERDICT_MANGLE_PREFIX:INTERNAL= VISITBRIDGE_INCLUDE_DIRS:INTERNAL=/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/Library/VisItLib;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/common/Exceptions/Database;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/common/Exceptions/Pipeline;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/common/Exceptions/Plotter;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/common/comm;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/common/expr;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/common/misc;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/common/parser;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/common/plugin;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/common/proxybase;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/common/state;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/common/utility;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/include;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/avt/Database/Database;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/avt/Database/Ghost;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/avt/Database/Formats;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/avt/DBAtts/MetaData;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/avt/DBAtts/SIL;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/avt/Math;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/avt/VisWindow/VisWindow;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/avt/IVP;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/avt/Pipeline/AbstractFilters;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/avt/Pipeline/Data;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/avt/Pipeline/Pipeline;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/avt/Pipeline/Sinks;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/avt/Pipeline/Sources;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/visit_vtk/full;/home/hedieh/sofware/paraview/Utilities/VisItBridge/Library/VisItLib/visit_vtk/lightweight;/usr/include //Result of TRY_COMPILE VISIT_COMPILER_FSTREAM_WORKAROUND:INTERNAL=FALSE //include directories VISIT_DB_INC_DIRS:INTERNAL=/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/ANSYS;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/AUXFile;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/BOV;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/CEAucd;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Chombo;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/CMAT;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/CTRL;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Curve2D;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/DDCMD;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Dyna3D;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Enzo;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/ExtrudedVol;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/FLASH;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Fluent;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Gadget;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/GGCM;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/GTC;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/GULP;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/H5Nimrod;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Image;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/LAMMPS;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/LAMMPS;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Lines;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/M3D;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/M3DC1;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/MFIX;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/MFIXCDF;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Miranda;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/MM5;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NASTRAN;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NETCDF;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Nek5000;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/OpenFOAM;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/OVERFLOW;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/PATRAN;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/PFLOTRAN;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Pixie;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/PLOT2D;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/PLOT3D;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Point3D;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/ProteinDataBank;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/RAW;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/SAMRAI;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/SAR;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/SAS;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Spheral;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Tecplot;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Tecplot;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Tetrad;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/TFT;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/TSurf;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/UNIC;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/VASP;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/VASP;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/VASP;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Velodyne;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Xmdv;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/XYZ;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Claw //visit sources for readers VISIT_DB_SOURCES:INTERNAL=/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/ANSYS/avtANSYSFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/AUXFile/avtAUXFileFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/BOV/avtBOVFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/CEAucd/avtCEAucdFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/CEAucd/FichierU.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/CEAucd/vtkCEAucdReader.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Chombo/avtChomboFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Chombo/avtChomboOptions.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Chombo/ChomboPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Chombo/ChomboEnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Chombo/ChomboCommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/CMAT/avtCMATFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/CTRL/avtCTRLFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Curve2D/avtCurve2DFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/DDCMD/avtDDCMDFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/DDCMD/object.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/DDCMD/error.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Dyna3D/avtDyna3DFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Dyna3D/Dyna3DFile.cpp;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Dyna3D/MaterialProperties.cpp;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Enzo/avtEnzoFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/ExtrudedVol/avtExtrudedVolFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/ExtrudedVol/avtExtrudedVolWriter.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/ExtrudedVol/avtExtrudedVolOptions.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/ExtrudedVol/ExtrudedVolPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/ExtrudedVol/ExtrudedVolEnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/ExtrudedVol/ExtrudedVolCommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/FLASH/avtFLASHFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/FLASH/avtFLASHOptions.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/FLASH/FLASHPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/FLASH/FLASHEnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/FLASH/FLASHCommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Fluent/avtFluentFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Gadget/avtGadgetFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/GGCM/avtGGCMFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/GGCM/avtGGCMOptions.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/GGCM/GGCMCommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/GGCM/GGCMEnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/GGCM/GGCMPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/GGCM/ggcm_grid.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/GGCM/ggcm_grid_gse.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/GGCM/ggcm_field_matrix.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/GGCM/ggcm_mhd_gse.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/GGCM/ggcm_read_mhd.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/GGCM/matrix.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/GTC/avtGTCFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/GULP/avtGULPFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/H5Nimrod/avtH5NimrodFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/H5Nimrod/H5utils.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Image/vtkStimulateReader.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Image/avtImageFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Image/avtImageOptions.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Image/avtImagePluginWriter.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Image/ImagePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Image/ImageCommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Image/ImageEnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/LAMMPS/avtLAMMPSStructureFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/LAMMPS/avtLAMMPSDumpFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Lines/avtLinesFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/M3D/avtM3DFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/M3DC1/avtM3DC1Field.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/M3DC1/avtM3DC1FileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/M3DC1/avtM3DC1Options.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/M3DC1/M3DC1PluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/M3DC1/M3DC1EnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/M3DC1/M3DC1CommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/MFIX/avtMFIXFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/MFIX/avtMFIXOptions.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/MFIX/avtMFIXFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/MFIX/MFIXPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/MFIX/MFIXEnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/MFIX/MFIXCommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/MFIXCDF/avtMFIXCDFFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/MFIXCDF/avtMFIXCDFOptions.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/MFIXCDF/avtMFIXCDFFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/MFIXCDF/MFIXCDFPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/MFIXCDF/MFIXCDFEnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/MFIXCDF/MFIXCDFCommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Miranda/avtMirandaFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Miranda/avtMirandaOptions.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Miranda/MirandaPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Miranda/MirandaEnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Miranda/MirandaCommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/MM5/avtMM5FileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/MM5/MM5.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NASTRAN/avtNASTRANFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NASTRAN/avtNASTRANOptions.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NASTRAN/NASTRANPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NASTRAN/NASTRANEnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NASTRAN/NASTRANCommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NETCDF/avtBasicNETCDFFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NETCDF/avtADAPTFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NETCDF/avtLODIFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NETCDF/avtLODIParticleFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NETCDF/avtFVCOM_STSDFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NETCDF/avtFVCOMParticleFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NETCDF/avtFVCOM_MTSDFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NETCDF/avtFVCOM_MTMDFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NETCDF/avtCCSMFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NETCDF/avtBOUTFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NETCDF/avtNETCDFReaderBase.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NETCDF/avtBasicNETCDFReader.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NETCDF/avtCCSMReader.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NETCDF/avtFVCOMReader.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/NETCDF/NETCDFFileObject.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Nek5000/avtNek5000FileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Nek5000/avtNek5000Options.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Nek5000/Nek5000CommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Nek5000/Nek5000EnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Nek5000/Nek5000PluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/OpenFOAM/avtOpenFOAMFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/OpenFOAM/avtOpenFOAMOptions.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/OpenFOAM/OpenFOAMCommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/OpenFOAM/OpenFOAMEnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/OpenFOAM/OpenFOAMPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/OpenFOAM/visit_vtkOpenFOAMReader.cxx;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/OpenFOAM/visit_vtkPOpenFOAMReader.cxx;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/OVERFLOW/avtOVERFLOWFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/avtparaDISFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/avtparaDISOptions.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/paraDISCommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/paraDISEnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/paraDISPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/Dumpfile.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/parallelParaDIS.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/paraDIS_lib/paradis.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/paraDIS_lib/paradis_c_interface.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/RC_c_lib/args.c;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/RC_c_lib/debugutil.c;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/RC_c_lib/fileutils.c;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/RC_c_lib/inventor.c;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/RangeList.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/timer.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/pathutil.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/avtparaDIS_tecplotFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/RC_c_lib/args.c;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/RC_c_lib/debugutil.c;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/RC_c_lib/signals.c;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/RC_c_lib/fileutils.c;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/RC_c_lib/inventor.c;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/RangeList.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/timer.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/pathutil.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/PATRAN/avtPATRANFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/PFLOTRAN/avtPFLOTRANFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Pixie/avtPixieFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Pixie/avtPixieOptions.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Pixie/PixieCommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Pixie/PixieEnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Pixie/PixiePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/PLOT2D/avtPLOT2DFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/PLOT3D/avtPLOT3DFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Point3D/avtPoint3DFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/ProteinDataBank/avtProteinDataBankFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/ProteinDataBank/avtProteinDataBankOptions.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/ProteinDataBank/ProteinDataBankPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/ProteinDataBank/ProteinDataBankEnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/ProteinDataBank/ProteinDataBankCommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/RAW/avtRAWFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/SAMRAI/avtSAMRAIFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/SAR/avtSARFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/SAS/avtSASFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Spheral/avtSpheralFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Tecplot/avtTecplotFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Tecplot/avtTecplotOptions.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Tecplot/avtTecplotWriter.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Tecplot/TecplotPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Tecplot/TecplotEnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Tecplot/TecplotCommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Tecplot/TecplotFile.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Tecplot/avtTecplotBinaryFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Tecplot/TecplotFile.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Tetrad/avtTetradFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/TFT/avtTFTFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/TSurf/avtTSurfFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/UNIC/avtUNICFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/VASP/avtOUTCARFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/VASP/avtPOSCARFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/VASP/avtCHGCARFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Velodyne/avtVelodyneFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Velodyne/VelodyneReader.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/avtVsFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/avtVsOptions.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsEnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsCommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsFilter.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsLog.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsMDMesh.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsMDVariable.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsMesh.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsRectilinearMesh.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsSchema.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsStructuredMesh.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsUniformMesh.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsUnstructuredMesh.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsUtils.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsVariable.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsVariableWithMesh.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsRegistry.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsRegistryObject.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsH5Group.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsH5Object.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsH5Dataset.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsH5Attribute.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsH5File.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Vs/VsH5Reader.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Xmdv/avtXmdvFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Xmdv/avtXmdvOptions.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Xmdv/avtXmdvWriter.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Xmdv/XmdvPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Xmdv/XmdvEnginePluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Xmdv/XmdvCommonPluginInfo.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/XYZ/avtXYZFileFormat.C;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/Claw/avtClawFileFormat.C //ADVANCED property for variable: VISIT_DISABLE_COMPILER_WARNINGS VISIT_DISABLE_COMPILER_WARNINGS-ADVANCED:INTERNAL=1 //vtk classes to wrap for client server VISIT_SERVER_SOURCES:INTERNAL=/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/AvtAlgorithms/vtkAvtFileFormatAlgorithm.cxx;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/AvtAlgorithms/vtkAvtMTSDFileFormatAlgorithm.cxx;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/AvtAlgorithms/vtkAvtMTMDFileFormatAlgorithm.cxx;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/AvtAlgorithms/vtkAvtSTSDFileFormatAlgorithm.cxx;/home/hedieh/sofware/paraview/Utilities/VisItBridge/databases/AvtAlgorithms/vtkAvtSTMDFileFormatAlgorithm.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItANSYSReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItANSYSReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItAuxFileReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItAuxFileReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItBOVReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItBOVReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItCEAucdReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItCEAucdReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItChomboReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItChomboReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItCMATReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItCMATReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItCTRLReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItCTRLReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItCurve2DReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItCurve2DReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItDDCMDReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItDDCMDReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItDyna3DReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItDyna3DReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItEnzoReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItEnzoReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItExtrudedVolReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItExtrudedVolReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItFLASHReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItFLASHReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItFluentReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItFluentReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItGadgetReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItGadgetReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItGGCMReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItGGCMReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItGTCReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItGTCReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItGULPReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItGULPReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItH5NimrodReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItH5NimrodReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItImageReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItImageReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItLAMMPSStructureReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItLAMMPSStructureReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItLAMMPSDumpReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItLAMMPSDumpReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItLinesReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItLinesReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItM3DReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItM3DReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItM3DC1Reader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItM3DC1Reader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItMFIXReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItMFIXReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItMFIXCDFReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItMFIXCDFReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItMirandaReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItMirandaReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItMM5Reader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItMM5Reader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItNASTRANReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItNASTRANReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItADAPTReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItADAPTReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItLODIReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItLODIReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItLODIParticleReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItLODIParticleReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItFVCOM_STSDReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItFVCOM_STSDReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItFVCOM_MTMDReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItFVCOM_MTMDReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItFVCOM_MTSDReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItFVCOM_MTSDReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItFVCOMParticleReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItFVCOMParticleReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItCCSM_MTSD_Reader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItCCSM_MTSD_Reader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItCCSM_STSD_Reader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItCCSM_STSD_Reader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItBOUTReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItBOUTReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItNek5000Reader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItNek5000Reader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItOpenFOAMReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItOpenFOAMReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItOVERFLOWReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItOVERFLOWReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItParaDISReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItParaDISReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItParaDISTecplotReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItParaDISTecplotReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItPATRANReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItPATRANReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItPFLOTRANReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItPFLOTRANReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItPixieReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItPixieReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItPLOT2DReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItPLOT2DReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItPLOT3DReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItPLOT3DReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItPoint3DReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItPoint3DReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItProteinDataBankReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItProteinDataBankReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItRAWReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItRAWReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItSAMRAIReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItSAMRAIReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItSARReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItSARReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItSASReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItSASReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItSpheralReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItSpheralReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItTecplotReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItTecplotReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItTecplotBinaryReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItTecplotBinaryReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItTetradReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItTetradReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItTFTReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItTFTReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItTSurfReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItTSurfReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItUNICReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItUNICReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItOUTCARReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItOUTCARReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItPOSCARReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItPOSCARReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItCHGCARReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItCHGCARReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItVelodyneReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItVelodyneReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItVsReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItVsReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItXmdvReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItXmdvReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItXYZReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItXYZReader.h;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItClawReader.cxx;/home/hedieh/sofware/paraview_build/Utilities/VisItBridge/databases/vtkVisItClawReader.h //Result of TRY_COMPILE VSNPRINTF_WORKS:INTERNAL=TRUE VTKFTGL_BINARY_DIR:INTERNAL=/home/hedieh/sofware/paraview_build/VTK/Utilities/ftgl VTKFTGL_SOURCE_DIR:INTERNAL=/home/hedieh/sofware/paraview/VTK/Utilities/ftgl //ADVANCED property for variable: VTKOGGTHEORA_DISABLE_ASM VTKOGGTHEORA_DISABLE_ASM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTKOGGTHEORA_DISABLE_FLOAT VTKOGGTHEORA_DISABLE_FLOAT-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int) VTKOGGTHEORA_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int16_t) VTKOGGTHEORA_INT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int32_t) VTKOGGTHEORA_INT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int64_t) VTKOGGTHEORA_INT64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long) VTKOGGTHEORA_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long long) VTKOGGTHEORA_LONG_LONG:INTERNAL=8 //ADVANCED property for variable: VTKOGGTHEORA_SHARED_LINKER_FLAGS VTKOGGTHEORA_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(short) VTKOGGTHEORA_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint16_t) VTKOGGTHEORA_UINT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint32_t) VTKOGGTHEORA_UINT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(u_int16_t) VTKOGGTHEORA_U_INT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(u_int32_t) VTKOGGTHEORA_U_INT32_T:INTERNAL=4 //ADVANCED property for variable: VTK_ALL_NEW_OBJECT_FACTORY VTK_ALL_NEW_OBJECT_FACTORY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_ANDROID_BUILD VTK_ANDROID_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_BUILD_ALL_MODULES VTK_BUILD_ALL_MODULES-ADVANCED:INTERNAL=1 //Directory where python modules will be built VTK_BUILD_PYTHON_MODULE_DIR:INTERNAL=/home/hedieh/sofware/paraview_build/lib/site-packages //ADVANCED property for variable: VTK_BUILD_QT_DESIGNER_PLUGIN VTK_BUILD_QT_DESIGNER_PLUGIN-ADVANCED:INTERNAL=1 //Build the VTK Qt plugin for the Qt Designer. VTK_BUILD_QT_DESIGNER_PLUGIN:INTERNAL=OFF //Test VTK_CONST_REVERSE_ITERATOR_COMPARISON VTK_CONST_REVERSE_ITERATOR_COMPARISON:INTERNAL=1 //ADVANCED property for variable: VTK_DATA_STORE VTK_DATA_STORE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DEBUG_LEAKS VTK_DEBUG_LEAKS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DISPATCH_AOS_ARRAYS VTK_DISPATCH_AOS_ARRAYS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DISPATCH_SOA_ARRAYS VTK_DISPATCH_SOA_ARRAYS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DISPATCH_TYPED_ARRAYS VTK_DISPATCH_TYPED_ARRAYS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_EGL_DEVICE_INDEX VTK_EGL_DEVICE_INDEX-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_ENABLE_KITS VTK_ENABLE_KITS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_ENABLE_VTKPYTHON VTK_ENABLE_VTKPYTHON-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_EXTRA_COMPILER_WARNINGS VTK_EXTRA_COMPILER_WARNINGS-ADVANCED:INTERNAL=1 //Test VTK_FFMPEG_AVCODECID VTK_FFMPEG_AVCODECID:INTERNAL= //Test VTK_FFMPEG_HAS_IMG_CONVERT VTK_FFMPEG_HAS_IMG_CONVERT:INTERNAL= //Is the FFMPEG include in the old location VTK_FFMPEG_HAS_OLD_HEADER:INTERNAL=FALSE //Test VTK_FFMPEG_NEW_ALLOC VTK_FFMPEG_NEW_ALLOC:INTERNAL= //ADVANCED property for variable: VTK_FORBID_DOWNLOADS VTK_FORBID_DOWNLOADS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_Imaging VTK_Group_Imaging-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_MPI VTK_Group_MPI-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_ParaViewCore VTK_Group_ParaViewCore-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_ParaViewQt VTK_Group_ParaViewQt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_ParaViewRendering VTK_Group_ParaViewRendering-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_Qt VTK_Group_Qt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_Rendering VTK_Group_Rendering-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_StandAlone VTK_Group_StandAlone-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_Tk VTK_Group_Tk-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_Views VTK_Group_Views-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_Group_Web VTK_Group_Web-ADVANCED:INTERNAL=1 //Have symbol feenableexcept VTK_HAS_FEENABLEEXCEPT:INTERNAL=1 //Have symbol finite VTK_HAS_FINITE:INTERNAL=1 //Have symbol isfinite VTK_HAS_ISFINITE:INTERNAL=1 //Have symbol isinf VTK_HAS_ISINF:INTERNAL=1 //Have symbol isnan VTK_HAS_ISNAN:INTERNAL=1 //Test VTK_HAS_STD_ISFINITE VTK_HAS_STD_ISFINITE:INTERNAL=1 //Test VTK_HAS_STD_ISINF VTK_HAS_STD_ISINF:INTERNAL=1 //Test VTK_HAS_STD_ISNAN VTK_HAS_STD_ISNAN:INTERNAL=1 //Support for getsockname with socklen_t VTK_HAVE_GETSOCKNAME_WITH_SOCKLEN_T:INTERNAL=1 //Have library socket VTK_HAVE_LIBSOCKET:INTERNAL= //Have symbol SO_REUSEADDR VTK_HAVE_SO_REUSEADDR:INTERNAL=1 //For __sync atomic builtins. VTK_HAVE_SYNC_BUILTINS:INTERNAL=1 //Directory where python modules will be installed VTK_INSTALL_PYTHON_MODULE_DIR:INTERNAL=lib/paraview-5.3/site-packages //ADVANCED property for variable: VTK_IOS_BUILD VTK_IOS_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_LEGACY_REMOVE VTK_LEGACY_REMOVE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_LEGACY_SILENT VTK_LEGACY_SILENT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_LINKER_FATAL_WARNINGS VTK_LINKER_FATAL_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_MAKE_INSTANTIATORS VTK_MAKE_INSTANTIATORS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_MAX_THREADS VTK_MAX_THREADS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_MPIRUN_EXE VTK_MPIRUN_EXE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_MPI_MAX_NUMPROCS VTK_MPI_MAX_NUMPROCS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_MPI_NUMPROC_FLAG VTK_MPI_NUMPROC_FLAG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_MPI_POSTFLAGS VTK_MPI_POSTFLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_MPI_PREFLAGS VTK_MPI_PREFLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_MPI_PRENUMPROC_FLAGS VTK_MPI_PRENUMPROC_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_NO_PYTHON_THREADS VTK_NO_PYTHON_THREADS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_OPENGL_HAS_OSMESA VTK_OPENGL_HAS_OSMESA-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_PYTHON_FULL_THREADSAFE VTK_PYTHON_FULL_THREADSAFE-ADVANCED:INTERNAL=1 //Ensure all calls to Python using GIL VTK_PYTHON_FULL_THREADSAFE:INTERNAL=OFF //ADVANCED property for variable: VTK_PYTHON_VERSION VTK_PYTHON_VERSION-ADVANCED:INTERNAL=1 //STRINGS property for variable: VTK_QT_VERSION VTK_QT_VERSION-STRINGS:INTERNAL=4;5 VTK_QT_VERSION:INTERNAL=5 //ADVANCED property for variable: VTK_RENDERINGPARALLELLIC_LINEINTEGRALCONVLOLUTION2D_TIMER VTK_RENDERINGPARALLELLIC_LINEINTEGRALCONVLOLUTION2D_TIMER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_RENDERINGPARALLELLIC_SURFACELICPAINTER_TIMER VTK_RENDERINGPARALLELLIC_SURFACELICPAINTER_TIMER-ADVANCED:INTERNAL=1 //STRINGS property for variable: VTK_RENDERING_BACKEND VTK_RENDERING_BACKEND-STRINGS:INTERNAL=OpenGL2;OpenGL;None //ADVANCED property for variable: VTK_REPORT_OPENGL_ERRORS VTK_REPORT_OPENGL_ERRORS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_REPORT_OPENGL_ERRORS_IN_RELEASE_BUILDS VTK_REPORT_OPENGL_ERRORS_IN_RELEASE_BUILDS-ADVANCED:INTERNAL=1 //STRINGS property for variable: VTK_SMP_IMPLEMENTATION_TYPE VTK_SMP_IMPLEMENTATION_TYPE-STRINGS:INTERNAL=Sequential;OpenMP;TBB //Result of TRY_COMPILE VTK_TEST_SYNC_BUILTINS_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE VTK_UNDEFINED_SYMBOLS_ALLOWED:INTERNAL=TRUE //hashed try_compile flags VTK_UNDEFINED_SYMBOLS_ALLOWED_hash:INTERNAL=7215ee9c7d9dc229d2921a40e899ec5f //ADVANCED property for variable: VTK_USE_64BIT_IDS VTK_USE_64BIT_IDS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_LARGE_DATA VTK_USE_LARGE_DATA-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_OFFSCREEN VTK_USE_OFFSCREEN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_OFFSCREEN_EGL VTK_USE_OFFSCREEN_EGL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_AUTOBAHN VTK_USE_SYSTEM_AUTOBAHN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_CGNS VTK_USE_SYSTEM_CGNS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_CINEMA_PYTHON VTK_USE_SYSTEM_CINEMA_PYTHON-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_DIY2 VTK_USE_SYSTEM_DIY2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_EXPAT VTK_USE_SYSTEM_EXPAT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_FREETYPE VTK_USE_SYSTEM_FREETYPE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_GL2PS VTK_USE_SYSTEM_GL2PS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_GLEW VTK_USE_SYSTEM_GLEW-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_HDF5 VTK_USE_SYSTEM_HDF5-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_ICET VTK_USE_SYSTEM_ICET-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_JPEG VTK_USE_SYSTEM_JPEG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_JSONCPP VTK_USE_SYSTEM_JSONCPP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LIBRARIES VTK_USE_SYSTEM_LIBRARIES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LIBXML2 VTK_USE_SYSTEM_LIBXML2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LZ4 VTK_USE_SYSTEM_LZ4-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_MPI4PY VTK_USE_SYSTEM_MPI4PY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_NETCDF VTK_USE_SYSTEM_NETCDF-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_OGGTHEORA VTK_USE_SYSTEM_OGGTHEORA-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_PNG VTK_USE_SYSTEM_PNG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_PROTOBUF VTK_USE_SYSTEM_PROTOBUF-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_PUGIXML VTK_USE_SYSTEM_PUGIXML-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_PYGMENTS VTK_USE_SYSTEM_PYGMENTS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_QTTESTING VTK_USE_SYSTEM_QTTESTING-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_SIX VTK_USE_SYSTEM_SIX-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_TIFF VTK_USE_SYSTEM_TIFF-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_TWISTED VTK_USE_SYSTEM_TWISTED-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_VISITLIB VTK_USE_SYSTEM_VISITLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_XDMF2 VTK_USE_SYSTEM_XDMF2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_ZLIB VTK_USE_SYSTEM_ZLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_ZOPE VTK_USE_SYSTEM_ZOPE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_TK VTK_USE_TK-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_X VTK_USE_X-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_VPIC_USE_MPI VTK_VPIC_USE_MPI-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_WARN_ON_DISPATCH_FAILURE VTK_WARN_ON_DISPATCH_FAILURE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_WRAP_HINTS VTK_WRAP_HINTS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_WRAP_JAVA VTK_WRAP_JAVA-ADVANCED:INTERNAL=1 //Should VTK Python wrapping be built? VTK_WRAP_PYTHON:INTERNAL=ON //ADVANCED property for variable: VTK_WRAP_TCL VTK_WRAP_TCL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_XDMF_USE_MPI VTK_XDMF_USE_MPI-ADVANCED:INTERNAL=1 //Result of TEST_BIG_ENDIAN WORDS_BIGENDIAN:INTERNAL=0 //Test Wno-unused-result Wno-unused-result:INTERNAL=1 //ADVANCED property for variable: X11_ICE_INCLUDE_PATH X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_ICE_LIB X11_ICE_LIB-ADVANCED:INTERNAL=1 //Have library /usr/lib64/libX11.so;/usr/lib64/libXext.so X11_LIB_X11_SOLO:INTERNAL=1 //ADVANCED property for variable: X11_SM_INCLUDE_PATH X11_SM_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_SM_LIB X11_SM_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_X11_INCLUDE_PATH X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_X11_LIB X11_X11_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XRes_INCLUDE_PATH X11_XRes_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XRes_LIB X11_XRes_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XShm_INCLUDE_PATH X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XSync_INCLUDE_PATH X11_XSync_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XTest_INCLUDE_PATH X11_XTest_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XTest_LIB X11_XTest_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xau_INCLUDE_PATH X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xau_LIB X11_Xau_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xcomposite_LIB X11_Xcomposite_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xcursor_LIB X11_Xcursor_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xdamage_LIB X11_Xdamage_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xdmcp_LIB X11_Xdmcp_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xext_LIB X11_Xext_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xfixes_LIB X11_Xfixes_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xft_INCLUDE_PATH X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xft_LIB X11_Xft_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xi_INCLUDE_PATH X11_Xi_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xi_LIB X11_Xi_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xinerama_LIB X11_Xinerama_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xinput_INCLUDE_PATH X11_Xinput_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xinput_LIB X11_Xinput_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xkb_INCLUDE_PATH X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xkbfile_INCLUDE_PATH X11_Xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xkbfile_LIB X11_Xkbfile_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xlib_INCLUDE_PATH X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xmu_INCLUDE_PATH X11_Xmu_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xmu_LIB X11_Xmu_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xpm_INCLUDE_PATH X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xpm_LIB X11_Xpm_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xrandr_LIB X11_Xrandr_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xrender_INCLUDE_PATH X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xrender_LIB X11_Xrender_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xscreensaver_INCLUDE_PATH X11_Xscreensaver_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xscreensaver_LIB X11_Xscreensaver_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xshape_INCLUDE_PATH X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xt_INCLUDE_PATH X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xt_LIB X11_Xt_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xutil_INCLUDE_PATH X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xv_INCLUDE_PATH X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xv_LIB X11_Xv_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xxf86misc_LIB X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xxf86vm_LIB X11_Xxf86vm_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_dpms_INCLUDE_PATH X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_xf86misc_INCLUDE_PATH X11_xf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_xf86vmode_INCLUDE_PATH X11_xf86vmode_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: XDMF_BUILD_MPI XDMF_BUILD_MPI-ADVANCED:INTERNAL=1 //ADVANCED property for variable: XDMF_HAS_NDGM XDMF_HAS_NDGM-ADVANCED:INTERNAL=1 //Whether streams support 64-bit types XDMF_HAVE_64BIT_STREAMS:INTERNAL=1 //ADVANCED property for variable: XDMF_HAVE_FCNTL XDMF_HAVE_FCNTL-ADVANCED:INTERNAL=1 //Have include malloc.h XDMF_HAVE_MALLOC_H:INTERNAL=1 //ADVANCED property for variable: XDMF_HAVE_MMAN XDMF_HAVE_MMAN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: XDMF_HAVE_NETINET XDMF_HAVE_NETINET-ADVANCED:INTERNAL=1 XDMF_REGENERATE_WRAPPERS:INTERNAL=OFF XDMF_REGENERATE_YACCLEX:INTERNAL=OFF //CHECK_TYPE_SIZE: sizeof(char) XDMF_SIZEOF_CHAR:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(double) XDMF_SIZEOF_DOUBLE:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(float) XDMF_SIZEOF_FLOAT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int) XDMF_SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(long) XDMF_SIZEOF_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(short) XDMF_SIZEOF_SHORT:INTERNAL=2 //ADVANCED property for variable: XDMF_USE_BZIP2 XDMF_USE_BZIP2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: XDMF_USE_GZIP XDMF_USE_GZIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: XDMF_USE_MYSQL XDMF_USE_MYSQL-ADVANCED:INTERNAL=1 XDMF_WRAP_CSHARP:INTERNAL=OFF XDMF_WRAP_PYTHON:INTERNAL=OFF XDMF_WRAP_TCL:INTERNAL=OFF //Have include unistd.h Z_HAVE_UNISTD_H:INTERNAL=1 //Components requested for this build tree. _Boost_COMPONENTS_SEARCHED:INTERNAL= //Last used Boost_INCLUDE_DIR value. _Boost_INCLUDE_DIR_LAST:INTERNAL=/usr/include //Last used Boost_NAMESPACE value. _Boost_NAMESPACE_LAST:INTERNAL=boost //Last used Boost_USE_MULTITHREADED value. _Boost_USE_MULTITHREADED_LAST:INTERNAL=TRUE //CMAKE_INSTALL_PREFIX during last run _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local //ParaView has been configured __paraview_configured:INTERNAL=TRUE //Result of TEST_BIG_ENDIAN bigendian:INTERNAL=0 //Have function MPI_Status_fc2 f2c_defined:INTERNAL= //Have function MPI_Type_create_f90_integer f90_integer_defined:INTERNAL= //CHECK_TYPE_SIZE: INT16 unknown int16:INTERNAL= //CHECK_TYPE_SIZE: INT32 unknown int32:INTERNAL= //CHECK_TYPE_SIZE: INT8 unknown int8:INTERNAL= protobut_determine_hash_namespace_done:INTERNAL=TRUE protobut_pthread_test_done:INTERNAL=TRUE pthread_test_result:INTERNAL=PTHREAD_CREATE_JOINABLE -------------- next part -------------- A non-text attachment was scrubbed... Name: Makefile Type: application/octet-stream Size: 350919 bytes Desc: not available URL: From hedieh.ebrahimi at amphos21.com Wed Apr 12 13:27:59 2017 From: hedieh.ebrahimi at amphos21.com (Hedieh Ebrahimi) Date: Wed, 12 Apr 2017 19:27:59 +0200 Subject: [Paraview] capability to read data from big-endian machine In-Reply-To: References: Message-ID: Thanks Christopher, I just opened an issue #17370 at paraview/issues. Hedieh Ebrahimi Consultant On 12 April 2017 at 18:22, Christopher Neal wrote: > Hi Hedieh, > > I know that you can create a request for this in the 'issues' tab of the > Paraview Gitlab repository. That is their formal system for tracking > feedback/issues related to Paraview > > https://gitlab.kitware.com/paraview/paraview/issues > > Best regards, > Chris > > On Wed, Apr 12, 2017 at 10:38 AM, Hedieh Ebrahimi < > hedieh.ebrahimi at amphos21.com> wrote: > >> Dear all, >> >> When trying to read data generated on supercomputer (big-endian), the >> ParaView PFlotran-reader fails. This is because the data generated on >> the supercomputer is big-endian whereas my machine (Intel machine) uses >> little-endian. >> >> The workaround to fix this is to go to following directory: >> >> Utilities/VisItBridge/databases/PFLOTRAN >> and to the following file : avtPFLOTRANFileFormat.C >> >> In the functions avtPFLOTRANFileFormat::GetVar(...) and >> avtPFLOTRANFileFormat::GetVectorVar(...) >> there are the following if-statement TWO TIMES IN BOTH FUNCTIONS, so 4 >> modifications are needed: >> >> if (H5Tequal(intype, H5T_NATIVE_FLOAT) || >> H5Tequal(intype, H5T_NATIVE_DOUBLE) || >> H5Tequal(intype, H5T_NATIVE_LDOUBLE) ) >> >> Replace ALL 4 above OCCURRENCES by >> >> if (H5Tequal(intype, H5T_NATIVE_FLOAT) || >> H5Tequal(intype, H5T_NATIVE_DOUBLE) || >> H5Tequal(intype, H5T_NATIVE_LDOUBLE) || >> H5Tequal(intype, H5T_IEEE_F32BE) || >> H5Tequal(intype, H5T_IEEE_F64BE) ) >> >> The problem is I have to compile paraview from source for each update or >> on every machine. I was wondering whether this capability to read data from >> big-endian machine could be included. >> I?d appreciate your answer, >> >> Hedieh Ebrahimi >> Consultant >> >> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> >> > > > -- > Christopher Neal > Research Engineer > Streamline Numerics, Inc. > https://www.snumerics.com/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From andy.bauer at kitware.com Wed Apr 12 13:33:24 2017 From: andy.bauer at kitware.com (Andy Bauer) Date: Wed, 12 Apr 2017 13:33:24 -0400 Subject: [Paraview] [EXTERNAL] Extracting min/max values of current data range as a variable in python In-Reply-To: <4CEB4D47-62D4-4919-AD88-F52F1C4D42B6@sandia.gov> References: <6CB1B391-73BD-4097-8F25-C7418DB55CC0@sandia.gov> <4CEB4D47-62D4-4919-AD88-F52F1C4D42B6@sandia.gov> Message-ID: Hi Ryan, You should also be able to get the number of tuples, number of components, the range for each component, the name (though that is likely already known) and the data type that is being stored (e.g. double, float, int, etc.). I don't know how to get all of those of the top of my head but can poke around if needed. Best, Andy On Wed, Apr 12, 2017 at 1:01 PM, Jamison, Ryan Dale wrote: > Andy, > > I combined the Extract Filter Block with the example you outlined below > and it worked! I was able to use GetRange() to get the minimum and maximum > of the array for the current time. > > On a side note, other than GetRange(), what else can be done with data > from GetArray()? > > Best, Ryan > > On Apr 11, 2017, at 7:46 PM, Andy Bauer wrote: > > Hi, > > Besides Yoshimi's way, you should be able to do something like the > following from pvpython, pvbatch or Python shell. > yourfilter.PointData.GetArray().GetRange() # or CellData > > For example, for a Python script for a Wavelet source you would do the > following: > w = Wavelet() > w.UpdatePipeline() # needed to execute the pipeline to create the output > w.PointData.GetArray("RTData").GetRange() > > This will work for the output of a filter that returns a regular VTK data > set or a multiblock data set. If you want the range for only a single block > of a multiblock I'd recommend using the Extract Block filter to get that > block. It should be a shallow copy of the data set to do that so it should > be very fast, even if you don't need the output of the Extract Block filter > for anything else. > > Best, > Andy > > On Tue, Apr 11, 2017 at 9:29 PM, kenichiro yoshimi < > rccm.kyoshimi at gmail.com> wrote: > >> Hi, >> >> I also want to know if there is a simple way to do, since I only have >> the somewhat redundant code: >> --- >> source = GetActiveSource() >> >> #options for component: -1, 0, 1 and 2 => Mag, X, Y, Z >> component = -1 >> >> cdi = source.GetDataInformation().GetCompositeDataInformation() >> >> for i in range(cdi.GetNumberOfChildren()): >> print 'Block Name: ', cdi.GetName(i) >> >> data = cdi.GetDataInformation(i).GetCellDataInformation() >> for j in range(data.GetNumberOfArrays()): >> array = data.GetArrayInformation(j) >> arrayName = array.GetName() >> dataRange = array.GetComponentRange(component) >> print arrayName, dataRange >> --- >> >> Thanks, >> yoshimi >> >> 2017-04-12 6:10 GMT+09:00 Jamison, Ryan Dale : >> > Hello Everyone, >> > >> > I?m wanting to gain more control over automation with my paraview python >> > scripts. This time around, I?d like to be able to extract information >> from >> > the model and use it in my python script. >> > >> > For example, I?d like to extract the minimum and maximum values of a >> cell >> > variable from a specific block and use those values in the python >> script. >> > Once I extract this information, I?d use it for some additional >> processing. >> > Something like: >> > >> > minValue, maxValue = someCoolParaviewFunction(blockName, variableName) >> > >> > Is this possible? If so, any suggestions on how to do it? >> > >> > Thanks, >> > >> > Ryan >> > >> > _______________________________________________ >> > Powered by www.kitware.com >> > >> > Visit other Kitware open-source projects at >> > http://www.kitware.com/opensource/opensource.html >> > >> > Please keep messages on-topic and check the ParaView Wiki at: >> > http://paraview.org/Wiki/ParaView >> > >> > Search the list archives at: http://markmail.org/search/?q=ParaView >> > >> > Follow this link to subscribe/unsubscribe: >> > http://public.kitware.com/mailman/listinfo/paraview >> > >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From fabian.wein at fau.de Thu Apr 13 03:11:32 2017 From: fabian.wein at fau.de (Fabian Wein) Date: Thu, 13 Apr 2017 09:11:32 +0200 Subject: [Paraview] error when building ffmpeg In-Reply-To: References: Message-ID: <0324B206-8FB9-4AE2-BB67-4BF1FB7C3F36@fau.de> Hi, for me it appears you are not using superbuild. I suggest you try to build PV with superbuild: https://gitlab.kitware.com/paraview/paraview-superbuild/ Fabian > Am 12.04.2017 um 19:13 schrieb Hedieh Ebrahimi : > > Hi all, > > when buiding paraview I get the following error: > > 12%] Building CXX object VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/vtkFFMPEGWriter.cxx.o > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx: In member function ?int vtkFFMPEGWriterInternal::Start()?: > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: error: expected type-specifier before ?CodecID? > c->codec_id = static_cast(this->avOutputFormat->video_codec); > ^ > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: error: expected ?>? before ?CodecID? > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: error: expected ?(? before ?CodecID? > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: error: ?CodecID? was not declared in this scope > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:72: error: expected ?)? before ?;? token > c->codec_id = static_cast(this->avOutputFormat->video_codec); > ^ > VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/build.make:74: recipe for target 'VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/vtkFFMPEGWriter.cxx.o' failed > make[2]: *** [VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/vtkFFMPEGWriter.cxx.o] Error 1 > CMakeFiles/Makefile2:7935: recipe for target 'VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/all' failed > make[1]: *** [VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/all] Error 2 > Makefile:149: recipe for target 'all' failed > make: *** [all] Error 2 > > I have trying to build on opensuse leap 42.2. and my ffmpeg version is 3.2.4 > > Could anybody give me a hint on how to fix this? > > Thank you very much in Advance, > Hedieh Ebrahimi > Consultant > > > > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview From hedieh.ebrahimi at amphos21.com Thu Apr 13 04:01:25 2017 From: hedieh.ebrahimi at amphos21.com (Hedieh Ebrahimi) Date: Thu, 13 Apr 2017 10:01:25 +0200 Subject: [Paraview] error when building ffmpeg In-Reply-To: <0324B206-8FB9-4AE2-BB67-4BF1FB7C3F36@fau.de> References: <0324B206-8FB9-4AE2-BB67-4BF1FB7C3F36@fau.de> Message-ID: Hi Fabian, The reason I am not using superbuild is because I would need to modify the paraview source code. Is there any way to be able to modify the paraview source code using superbuild? Thanks, Hedieh Ebrahimi Consultant On 13 April 2017 at 09:11, Fabian Wein wrote: > Hi, > > for me it appears you are not using superbuild. I suggest you try to build > PV with superbuild: > https://gitlab.kitware.com/paraview/paraview-superbuild/ > > Fabian > > > Am 12.04.2017 um 19:13 schrieb Hedieh Ebrahimi < > hedieh.ebrahimi at amphos21.com>: > > > > Hi all, > > > > when buiding paraview I get the following error: > > > > 12%] Building CXX object VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/ > vtkFFMPEGWriter.cxx.o > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx: In > member function ?int vtkFFMPEGWriterInternal::Start()?: > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: > error: expected type-specifier before ?CodecID? > > c->codec_id = static_cast(this-> > avOutputFormat->video_codec); > > ^ > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: > error: expected ?>? before ?CodecID? > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: > error: expected ?(? before ?CodecID? > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: > error: ?CodecID? was not declared in this scope > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:72: > error: expected ?)? before ?;? token > > c->codec_id = static_cast(this-> > avOutputFormat->video_codec); > > ^ > > VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/build.make:74: recipe for > target 'VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/vtkFFMPEGWriter.cxx.o' > failed > > make[2]: *** [VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/vtkFFMPEGWriter.cxx.o] > Error 1 > > CMakeFiles/Makefile2:7935: recipe for target 'VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/all' > failed > > make[1]: *** [VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/all] Error 2 > > Makefile:149: recipe for target 'all' failed > > make: *** [all] Error 2 > > > > I have trying to build on opensuse leap 42.2. and my ffmpeg version is > 3.2.4 > > > > Could anybody give me a hint on how to fix this? > > > > Thank you very much in Advance, > > Hedieh Ebrahimi > > Consultant > > > > > > > > > > > > > > __________________________________ > _____________ > > Powered by www.kitware.com > > > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > > > Search the list archives at: http://markmail.org/search/?q=ParaView > > > > Follow this link to subscribe/unsubscribe: > > http://public.kitware.com/mailman/listinfo/paraview > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From fabian.wein at fau.de Thu Apr 13 06:03:24 2017 From: fabian.wein at fau.de (Fabian Wein) Date: Thu, 13 Apr 2017 12:03:24 +0200 Subject: [Paraview] error when building ffmpeg In-Reply-To: References: <0324B206-8FB9-4AE2-BB67-4BF1FB7C3F36@fau.de> <854644A9-E49C-481F-B8CB-42E01FF13B7E@fau.de> Message-ID: <69007BFE-F9E0-4DD8-89F9-045542C52365@fau.de> Superbuild allows to build distributable packages via ctest -R cpack and we share these. So I never had to investigate about shared/ static libs. I would suggest that only static and only one executable doesn?t work, alone because of the plugins. But I really don?t know. > Hi Fabian, > > Thanks for your swift reply. > I have many opensuse machines all using the same opensuse version. I would like to build the executable so that I can just copy it to the other machines and run it. ( statistically linked). > > Is BUILD_SHARED_LIBS=0 the only settings that will make this work or there are more steps I would need to take? > > I?d appreciate your help, > > > > Hedieh Ebrahimi > Consultant > > > > > > > > On 13 April 2017 at 11:48, Fabian Wein wrote: > You can still use superbuild. > * Manually you build PV then modify the code and make again. > * Programmatically you can patch superbuild such that patches with your changes are applied to PV. Before PV 5.2 I did this myself. It is easy as superbuild applies some patches by itself you can use as template. > > Fabian > > > The reason I am not using superbuild is because I would need to modify the paraview source code. Is there any way to be able to modify the paraview source code using superbuild? > > > > Thanks, > > > > Hedieh Ebrahimi > > Consultant > > > > > > > > > > > > > > > > On 13 April 2017 at 09:11, Fabian Wein wrote: > > Hi, > > > > for me it appears you are not using superbuild. I suggest you try to build PV with superbuild: > > https://gitlab.kitware.com/paraview/paraview-superbuild/ > > > > Fabian > > > > > Am 12.04.2017 um 19:13 schrieb Hedieh Ebrahimi : > > > > > > Hi all, > > > > > > when buiding paraview I get the following error: > > > > > > 12%] Building CXX object VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/vtkFFMPEGWriter.cxx.o > > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx: In member function ?int vtkFFMPEGWriterInternal::Start()?: > > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: error: expected type-specifier before ?CodecID? > > > c->codec_id = static_cast(this->avOutputFormat->video_codec); > > > ^ > > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: error: expected ?>? before ?CodecID? > > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: error: expected ?(? before ?CodecID? > > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: error: ?CodecID? was not declared in this scope > > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:72: error: expected ?)? before ?;? token > > > c->codec_id = static_cast(this->avOutputFormat->video_codec); > > > ^ > > > VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/build.make:74: recipe for target 'VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/vtkFFMPEGWriter.cxx.o' failed > > > make[2]: *** [VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/vtkFFMPEGWriter.cxx.o] Error 1 > > > CMakeFiles/Makefile2:7935: recipe for target 'VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/all' failed > > > make[1]: *** [VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/all] Error 2 > > > Makefile:149: recipe for target 'all' failed > > > make: *** [all] Error 2 > > > > > > I have trying to build on opensuse leap 42.2. and my ffmpeg version is 3.2.4 > > > > > > Could anybody give me a hint on how to fix this? > > > > > > Thank you very much in Advance, > > > Hedieh Ebrahimi > > > Consultant > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Powered by www.kitware.com > > > > > > Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html > > > > > > Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView > > > > > > Search the list archives at: http://markmail.org/search/?q=ParaView > > > > > > Follow this link to subscribe/unsubscribe: > > > http://public.kitware.com/mailman/listinfo/paraview > > > > > > From cory.quammen at kitware.com Thu Apr 13 07:56:22 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Thu, 13 Apr 2017 07:56:22 -0400 Subject: [Paraview] Placing a ContourPlot under a Plot3D In-Reply-To: References: Message-ID: Please keep replies on the mailing list so that others may participate in the conversation. I'm not at all familiar with the data produced by the program you are working with. Do you have a small example file (< 1MB or so) that you could attach? By the way, it is completely worth spending some time working through the ParaView Tutorial: http://www.paraview.org/Wiki/images/1/13/ParaViewTutorial52.pdf It will give you a good idea of how to use ParaView and answers many questions new users have about ParaView. HTH, Cory On Wed, Apr 12, 2017 at 6:54 PM, Emna Reseach wrote: > Your attached file is exactly what i need. Now i imported the data from > freefem by the following line > savevtk("stream_line"+hN+".vtk",Th0,usol,order=ffordervel); i have a 2d > regular grid > > Then i open it in paraview. i can see the moving solution, but i cant apply > the Warp By Scalar filter. > I am very new with paraview. > > Do you think i have o problem with my data? > Thank you. > > 2017-04-12 15:19 GMT+01:00 Cory Quammen : >> >> You don't say what kind of data you have, but I am guessing it is a 2D >> regular grid? >> >> The first step is to load the data into ParaView. It looks like you >> can save the data in VTK file format from freefem, so start by doing >> that. Then, you can use the Warp By Scalar filter to create a surface >> from the 2D data. You can also apply a Contour filter to the data and >> leave it in place. Attached is an example image of what I imagine you >> have in mind. >> >> HTH, >> Cory >> >> On Wed, Apr 12, 2017 at 9:57 AM, Emna Reseach >> wrote: >> > Hi >> > >> > I would like to combine a 3-dimensional graph of a function with its >> > 2-dimensional contour-plot underneath it in a professional way. >> > But I have no idea how to start. My computations are done with the help >> > of >> > freefem. >> > >> > Does anyone know, if it is possible, how to do this? >> > Thank you in advance. >> > >> > _______________________________________________ >> > Powered by www.kitware.com >> > >> > Visit other Kitware open-source projects at >> > http://www.kitware.com/opensource/opensource.html >> > >> > Please keep messages on-topic and check the ParaView Wiki at: >> > http://paraview.org/Wiki/ParaView >> > >> > Search the list archives at: http://markmail.org/search/?q=ParaView >> > >> > Follow this link to subscribe/unsubscribe: >> > http://public.kitware.com/mailman/listinfo/paraview >> > >> >> >> >> -- >> Cory Quammen >> Staff R&D Engineer >> Kitware, Inc. > > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From dave.demarle at kitware.com Thu Apr 13 08:26:22 2017 From: dave.demarle at kitware.com (David E DeMarle) Date: Thu, 13 Apr 2017 08:26:22 -0400 Subject: [Paraview] error when building ffmpeg In-Reply-To: References: <0324B206-8FB9-4AE2-BB67-4BF1FB7C3F36@fau.de> Message-ID: On Thu, Apr 13, 2017 at 4:01 AM, Hedieh Ebrahimi < hedieh.ebrahimi at amphos21.com> wrote: > Hi Fabian, > > The reason I am not using superbuild is because I would need to modify the > paraview source code. Is there any way to be able to modify the paraview > source code using superbuild? > > yes Turn on paraview_FROM_SOURCE_DIR then set paraview_SOURCE_DIR to some directory where you've got your version of the paraview source tree. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave.demarle at kitware.com Thu Apr 13 08:33:10 2017 From: dave.demarle at kitware.com (David E DeMarle) Date: Thu, 13 Apr 2017 08:33:10 -0400 Subject: [Paraview] ParaView v5.3: Generating textures from scalars and lookup table In-Reply-To: References: Message-ID: Hi Nenand, You might try vtkMapper::GetColorMapColors/ColorCoordinates/ColorTextureMap. I'm using this in the OSPRay renderer for example. Out of curiosity is this for the p2f3d exporter plugin? cheers David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Tue, Apr 11, 2017 at 6:34 AM, Nenad Vujicic wrote: > Hello everyone, > > I've just started building my ParaView exporter plugin using ParaView v5.3 > with OpenGL2 selected for backend rendering (PARAVIEW_RENDERING_BACKEND), > however, I'm having troubles with generating textures from scalars used for > coloring the meshes. What I'm actually doing here is that I'm generating > texture from currently selected array and lookup-table and I export texture > mapped object instead of exporting object plus scalars and colormap or > colors. Previously (with OpenGL used for backend rendering), I was deriving > class from vtkScalarsToColorsPainter class for this purpose, however, now, > this class is not used anymore with OpenGL2. > > Does anyone have idea how to solve this problem? > > Thanks in advance, > Nenad. > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ben.boeckel at kitware.com Thu Apr 13 09:49:43 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Thu, 13 Apr 2017 09:49:43 -0400 Subject: [Paraview] error when building ffmpeg In-Reply-To: References: <0324B206-8FB9-4AE2-BB67-4BF1FB7C3F36@fau.de> Message-ID: <20170413134943.GA10711@megas.kitware.com> On Thu, Apr 13, 2017 at 08:26:22 -0400, David E DeMarle wrote: > Turn on paraview_FROM_SOURCE_DIR Note that the `master` and `5.3.0` branches now have `paraview_SOURCE_SELECTION` and it should be set to `source`. --Ben From fabian.wein at fau.de Thu Apr 13 11:09:21 2017 From: fabian.wein at fau.de (Fabian Wein) Date: Thu, 13 Apr 2017 17:09:21 +0200 Subject: [Paraview] error when building ffmpeg In-Reply-To: References: <0324B206-8FB9-4AE2-BB67-4BF1FB7C3F36@fau.de> <854644A9-E49C-481F-B8CB-42E01FF13B7E@fau.de> <69007BFE-F9E0-4DD8-89F9-045542C52365@fau.de> Message-ID: <37E39D31-383A-40D1-9DDF-5855F215AFF9@fau.de> Please keep the thread on the list. I guess there is some kind of build directory in your build directory where it should work. Fabian > Hi Fabien, > > When I run ctest -R cpack in the build directory I get "not tests found". > How can I fix this? > > Thanks in Advance, > > Hedieh Ebrahimi > Consultant > > > > > > > > On 13 April 2017 at 12:03, Fabian Wein wrote: > Superbuild allows to build distributable packages via ctest -R cpack and we share these. So I never had to investigate about shared/ static libs. I would suggest that only static and only one executable doesn?t work, alone because of the plugins. But I really don?t know. > > > Hi Fabian, > > > > Thanks for your swift reply. > > I have many opensuse machines all using the same opensuse version. I would like to build the executable so that I can just copy it to the other machines and run it. ( statistically linked). > > > > Is BUILD_SHARED_LIBS=0 the only settings that will make this work or there are more steps I would need to take? > > > > I?d appreciate your help, > > > > > > > > Hedieh Ebrahimi > > Consultant > > > > > > > > > > > > > > > > On 13 April 2017 at 11:48, Fabian Wein wrote: > > You can still use superbuild. > > * Manually you build PV then modify the code and make again. > > * Programmatically you can patch superbuild such that patches with your changes are applied to PV. Before PV 5.2 I did this myself. It is easy as superbuild applies some patches by itself you can use as template. > > > > Fabian > > > > > The reason I am not using superbuild is because I would need to modify the paraview source code. Is there any way to be able to modify the paraview source code using superbuild? > > > > > > Thanks, > > > > > > Hedieh Ebrahimi > > > Consultant > > > > > > > > > > > > > > > > > > > > > > > > On 13 April 2017 at 09:11, Fabian Wein wrote: > > > Hi, > > > > > > for me it appears you are not using superbuild. I suggest you try to build PV with superbuild: > > > https://gitlab.kitware.com/paraview/paraview-superbuild/ > > > > > > Fabian > > > > > > > Am 12.04.2017 um 19:13 schrieb Hedieh Ebrahimi : > > > > > > > > Hi all, > > > > > > > > when buiding paraview I get the following error: > > > > > > > > 12%] Building CXX object VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/vtkFFMPEGWriter.cxx.o > > > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx: In member function ?int vtkFFMPEGWriterInternal::Start()?: > > > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: error: expected type-specifier before ?CodecID? > > > > c->codec_id = static_cast(this->avOutputFormat->video_codec); > > > > ^ > > > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: error: expected ?>? before ?CodecID? > > > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: error: expected ?(? before ?CodecID? > > > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:29: error: ?CodecID? was not declared in this scope > > > > /home/hedieh/sofware/paraview/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:192:72: error: expected ?)? before ?;? token > > > > c->codec_id = static_cast(this->avOutputFormat->video_codec); > > > > ^ > > > > VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/build.make:74: recipe for target 'VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/vtkFFMPEGWriter.cxx.o' failed > > > > make[2]: *** [VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/vtkFFMPEGWriter.cxx.o] Error 1 > > > > CMakeFiles/Makefile2:7935: recipe for target 'VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/all' failed > > > > make[1]: *** [VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/all] Error 2 > > > > Makefile:149: recipe for target 'all' failed > > > > make: *** [all] Error 2 > > > > > > > > I have trying to build on opensuse leap 42.2. and my ffmpeg version is 3.2.4 > > > > > > > > Could anybody give me a hint on how to fix this? > > > > > > > > Thank you very much in Advance, > > > > Hedieh Ebrahimi > > > > Consultant > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Powered by www.kitware.com > > > > > > > > Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html > > > > > > > > Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView > > > > > > > > Search the list archives at: http://markmail.org/search/?q=ParaView > > > > > > > > Follow this link to subscribe/unsubscribe: > > > > http://public.kitware.com/mailman/listinfo/paraview > > > > > > > > > > > > From jonathan.borduas at caboma.com Thu Apr 13 19:30:57 2017 From: jonathan.borduas at caboma.com (Jonathan Borduas) Date: Thu, 13 Apr 2017 23:30:57 +0000 Subject: [Paraview] Filter guidelines and Frequent pitfalls Message-ID: Hi to all paraviewers My team is creating custom filters inside paraview (c++ and python). We recently discovered that it's really not a good idea to use paraview.simple inside a filter (a developper was updating the panel of the filter with paraview.simple.setproperties, creating weird behaviors). I saw some in the "plugins howto" page, but I guess it isn't complete. A more exhaustive list of pitfalls could help a lot of people out there. I was wondering if somebody has a guideline on the frequent pitfalls, or a kind of checklist in a Definition of Done. Best regards Jonathan Borduas -------------- next part -------------- An HTML attachment was scrubbed... URL: From frank1985876 at gmail.com Fri Apr 14 07:54:22 2017 From: frank1985876 at gmail.com (=?UTF-8?B?5YiY5qWa6auY?=) Date: Fri, 14 Apr 2017 19:54:22 +0800 Subject: [Paraview] [paraview][catalyst] Message-ID: hi, all In Catalyst example "Fortran90FullExample" -> "FECxxAdaptor.cxx"->" createcpimagedata_", the grid is new and has no coordinates. So, how to transfer the simulation grid coordinates to this vtkImageData grid? Thank you! extern "C" void createcpimagedata_(int* nxstart, int* nxend, int* nx, int* ny, int* nz) { if (!vtkCPPythonAdaptorAPI::GetCoProcessorData()) { vtkGenericWarningMacro("Unable to access CoProcessorData."); return; } // The simulation grid is a 3-dimensional topologically and geometrically // regular grid. In VTK/ParaView, this is considered an image data set. vtkSmartPointer grid = vtkSmartPointer::New(); grid->SetExtent(*nxstart-1, *nxend-1, 0, *ny-1, 0, *nz-1); // Name should be consistent between here, Fortran and Python client script. vtkCPPythonAdaptorAPI::GetCoProcessorData()->GetInputDescriptionByName( "input")->SetGrid(grid); vtkCPPythonAdaptorAPI::GetCoProcessorData()->GetInputDescriptionByName( "input")->SetWholeExtent(0, *nx-1, 0, *ny-1, 0, *nz-1); } -- ????????????? ????????? Blog: http://blog.donews.com/frank777 MSN: frank1985876 at hotmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From frank1985876 at gmail.com Fri Apr 14 07:59:01 2017 From: frank1985876 at gmail.com (=?UTF-8?B?5YiY5qWa6auY?=) Date: Fri, 14 Apr 2017 19:59:01 +0800 Subject: [Paraview] [catalyst]how to transfer the simulation grid coordinates to the vtkImageData grid Message-ID: hi, all In Catalyst example "Fortran90FullExample" -> "FECxxAdaptor.cxx"->"createcpi magedata_", the grid is new and has no coordinates. So, how to transfer the simulation grid coordinates to this vtkImageData grid? Thank you! extern "C" void createcpimagedata_(int* nxstart, int* nxend, int* nx, int* ny, int* nz) { if (!vtkCPPythonAdaptorAPI::GetCoProcessorData()) { vtkGenericWarningMacro("Unable to access CoProcessorData."); return; } // The simulation grid is a 3-dimensional topologically and geometrically // regular grid. In VTK/ParaView, this is considered an image data set. vtkSmartPointer grid = vtkSmartPointer::New(); grid->SetExtent(*nxstart-1, *nxend-1, 0, *ny-1, 0, *nz-1); // Name should be consistent between here, Fortran and Python client script. vtkCPPythonAdaptorAPI::GetCoProcessorData()->GetInputDescriptionByName(" input")->SetGrid(grid); vtkCPPythonAdaptorAPI::GetCoProcessorData()->GetInputDescriptionByName(" input")->SetWholeExtent(0, *nx-1, 0, *ny-1, 0, *nz-1); } -- ????????????? ????????? Blog: http://blog.donews.com/frank777 MSN: frank1985876 at hotmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From andy.bauer at kitware.com Fri Apr 14 09:56:34 2017 From: andy.bauer at kitware.com (Andy Bauer) Date: Fri, 14 Apr 2017 09:56:34 -0400 Subject: [Paraview] [paraview][catalyst] In-Reply-To: References: Message-ID: Hi, It is using the default settings for a vtkImageGrid which is to set the spacing to 1 in each direction and the origin to (0,0,0). vtkImageData has SetOrigin() and SetSpacing() methods. You can see the class documentation at http://www.vtk.org/doc/nightly/html/classvtkImageData.html. Cheers, Andy On Fri, Apr 14, 2017 at 7:54 AM, ??? wrote: > hi, all > > In Catalyst example "Fortran90FullExample" -> "FECxxAdaptor.cxx"->" > createcpimagedata_", the grid is new and has no coordinates. So, how to > transfer the simulation grid coordinates to this vtkImageData grid? > > Thank you! > > extern "C" void createcpimagedata_(int* nxstart, int* nxend, int* nx, > > int* ny, int* nz) > > { > > if (!vtkCPPythonAdaptorAPI::GetCoProcessorData()) > > { > > vtkGenericWarningMacro("Unable to access CoProcessorData."); > > return; > > } > > > // The simulation grid is a 3-dimensional topologically and > geometrically > > // regular grid. In VTK/ParaView, this is considered an image data set. > > vtkSmartPointer grid = vtkSmartPointer: > :New(); > > > grid->SetExtent(*nxstart-1, *nxend-1, 0, *ny-1, 0, *nz-1); > > > // Name should be consistent between here, Fortran and Python client > script. > > vtkCPPythonAdaptorAPI::GetCoProcessorData()->GetInputDescriptionByName(" > input")->SetGrid(grid); > > vtkCPPythonAdaptorAPI::GetCoProcessorData()->GetInputDescriptionByName(" > input")->SetWholeExtent(0, *nx-1, 0, *ny-1, 0, *nz-1); > > } > > -- > ????????????? ????????? > Blog: http://blog.donews.com/frank777 > MSN: frank1985876 at hotmail.com > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From frank1985876 at gmail.com Fri Apr 14 20:07:22 2017 From: frank1985876 at gmail.com (=?UTF-8?B?5YiY5qWa6auY?=) Date: Sat, 15 Apr 2017 08:07:22 +0800 Subject: [Paraview] [paraview][catalyst] In-Reply-To: References: Message-ID: Thank you, Andy! I will have a try. 2017-04-14 21:56 GMT+08:00 Andy Bauer : > Hi, > > It is using the default settings for a vtkImageGrid which is to set the > spacing to 1 in each direction and the origin to (0,0,0). vtkImageData has > SetOrigin() and SetSpacing() methods. You can see the class documentation > at http://www.vtk.org/doc/nightly/html/classvtkImageData.html. > > Cheers, > Andy > > On Fri, Apr 14, 2017 at 7:54 AM, ??? wrote: > >> hi, all >> >> In Catalyst example "Fortran90FullExample" -> "FECxxAdaptor.cxx"->" >> createcpimagedata_", the grid is new and has no coordinates. So, how to >> transfer the simulation grid coordinates to this vtkImageData grid? >> >> Thank you! >> >> extern "C" void createcpimagedata_(int* nxstart, int* nxend, int* nx, >> >> int* ny, int* nz) >> >> { >> >> if (!vtkCPPythonAdaptorAPI::GetCoProcessorData()) >> >> { >> >> vtkGenericWarningMacro("Unable to access CoProcessorData."); >> >> return; >> >> } >> >> >> // The simulation grid is a 3-dimensional topologically and >> geometrically >> >> // regular grid. In VTK/ParaView, this is considered an image data set. >> >> vtkSmartPointer grid = vtkSmartPointer: >> :New(); >> >> >> grid->SetExtent(*nxstart-1, *nxend-1, 0, *ny-1, 0, *nz-1); >> >> >> // Name should be consistent between here, Fortran and Python client >> script. >> >> vtkCPPythonAdaptorAPI::GetCoProcessorData()->GetInputDescriptionByName( >> "input")->SetGrid(grid); >> >> vtkCPPythonAdaptorAPI::GetCoProcessorData()->GetInputDescriptionByName( >> "input")->SetWholeExtent(0, *nx-1, 0, *ny-1, 0, *nz-1); >> >> } >> >> -- >> ????????????? ????????? >> Blog: http://blog.donews.com/frank777 >> MSN: frank1985876 at hotmail.com >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> >> > -- ????????????? ????????? Blog: http://blog.donews.com/frank777 MSN: frank1985876 at hotmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From andrei_zarojanu at yahoo.com Sun Apr 16 10:02:16 2017 From: andrei_zarojanu at yahoo.com (Andrei Zarojanu) Date: Sun, 16 Apr 2017 14:02:16 +0000 (UTC) Subject: [Paraview] Extract the index from selected points and extract plane parameters from slice In-Reply-To: <738722832.969077.1492285194110@mail.yahoo.com> References: <738722832.969077.1492285194110.ref@mail.yahoo.com> <738722832.969077.1492285194110@mail.yahoo.com> Message-ID: <1949660142.1253424.1492351336609@mail.yahoo.com> Hi, Please help me with 2 issues: I have a topography in paraview. After I select some points and I select the filter "Extract Selection" in the left a window appears with the index of the points in the order I choosed them. However when I save the csv file of this filter, I find the points ordered from small to large by their indexes. How can I save this selection, so I have the indexes in the order I choosed the points? On the same topography I select the filter clip/slice. In the left appears a window with the plane parameters, the coordinates of the point and the coordinates of the normal. Is there any way to extract this values? When I save the csv file from this it gives the coordinates for all the points in the selection. Thanks a lot!Best regards, Andrei -------------- next part -------------- An HTML attachment was scrubbed... URL: From samuelkey at bresnan.net Sun Apr 16 10:47:43 2017 From: samuelkey at bresnan.net (Samuel Key) Date: Sun, 16 Apr 2017 08:47:43 -0600 Subject: [Paraview] Extract the index from selected points and extract plane parameters from slice In-Reply-To: <1949660142.1253424.1492351336609@mail.yahoo.com> References: <738722832.969077.1492285194110.ref@mail.yahoo.com> <738722832.969077.1492285194110@mail.yahoo.com> <1949660142.1253424.1492351336609@mail.yahoo.com> Message-ID: Andrei, If this is a Clip/Slice operation you want to repeat on this geometry as you alter the simulation parameters, or if this is an operation to which you want return, and continue post-processing, you have the possibility to save the entire pipeline in a myjob.pvsm file. Go to File>Save State... , you then will have the opportunity to name the file 'myjob' and go to a location where you would like to save the myjob.pvsm. To re-create the operations saved in myjob.pvsm, go to File>Load State... The Load State operation will give you the opportunity to continue with the original simulation datum set myjob.abc or select, for example, myjob-ver2.abc Hope this helps Sam Key, Fma Development On 4/16/2017 8:02 AM, Andrei Zarojanu via ParaView wrote: > > > > Hi, > > Please help me with 2 issues: > > I have a topography in paraview. After I select some points and I > select the filter "Extract Selection" in the left a window appears > with the index of the points in the order I choosed them. However when > I save the csv file of this filter, I find the points ordered from > small to large by their indexes. How can I save this selection, so I > have the indexes in the order I choosed the points? > > On the same topography I select the filter clip/slice. In the left > appears a window with the plane parameters, the coordinates of the > point and the coordinates of the normal. Is there any way to extract > this values? When I save the csv file from this it gives the > coordinates for all the points in the selection. > > Thanks a lot! > Best regards, Andrei > > > > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview -------------- next part -------------- An HTML attachment was scrubbed... URL: From yzhzhang at ipe.ac.cn Mon Apr 17 06:12:29 2017 From: yzhzhang at ipe.ac.cn (=?GBK?B?1cXUptbe?=) Date: Mon, 17 Apr 2017 18:12:29 +0800 (GMT+08:00) Subject: [Paraview] How to use tiled display when the server is in off screen rendering mode? Message-ID: Hello, I'm using ParaView 5.2.0 in client-server mode and I want to display the rendering result using a 3x5 tiled screen. However, the GPUs of the servers are nvidia Tesla K80 and have no video output port. I can use off screen rendering to get the rendering result on the client, but I don't know how to put the result on the tiled display. I want to know if it is possible to use tiled display when the server is in off sereen rendering mode. Thanks a lot! Zhang -------------- next part -------------- An HTML attachment was scrubbed... URL: From utkarsh.ayachit at kitware.com Mon Apr 17 11:06:30 2017 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Mon, 17 Apr 2017 11:06:30 -0400 Subject: [Paraview] How to use tiled display when the server is in off screen rendering mode? In-Reply-To: References: Message-ID: > > I'm using ParaView 5.2.0 in client-server mode and I want to display the > rendering result using a 3x5 tiled screen. However, the GPUs of the > servers are nvidia Tesla K80 and have no video output port. I can use off > screen rendering to get the rendering result on the client, but I don't > know how to put the result on the tiled display. I want to know if it is > possible to use tiled display when the server is in off sereen rendering > mode. > I am afraid this use-case is not supported. You'll have to render using the on-screen GPUs i.e. GPUs connected to the tiled screen. -------------- next part -------------- An HTML attachment was scrubbed... URL: From zdavis at pointwise.com Mon Apr 17 12:41:43 2017 From: zdavis at pointwise.com (Zach Davis) Date: Mon, 17 Apr 2017 16:41:43 +0000 Subject: [Paraview] Tecplot *szplt File Support Message-ID: <8D6F84F7-53B0-46ED-827B-D172B5CD8FF1@pointwise.com> Monday, 17 April 2017 All, Pursuant to my earlier question regarding an issue I was having reading a legacy Tecplot *.dat file, I have gone ahead and re-compiled my solver against then latest TecIO library. It appears the format has changed yet again, and now Tecplot files are output using their latest *.szplt file format. Unfortunately it doesn?t appear that ParaView supports reading this format either to my knowledge. Is there a reader in the works by chance? It would be nice to have some sort of solution I can use to read these? Best Regards, Zach Davis Pointwise?, Inc. Sr. Engineer, Sales & Marketing 213 South Jennings Avenue Fort Worth, TX 76104-1107 E: zach.davis at pointwise.com P: (817) 377-2807 x1202 F: (817) 377-2799 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 842 bytes Desc: Message signed with OpenPGP URL: From yzhzhang at ipe.ac.cn Mon Apr 17 21:06:35 2017 From: yzhzhang at ipe.ac.cn (=?UTF-8?B?5byg6amt5rSy?=) Date: Tue, 18 Apr 2017 09:06:35 +0800 (GMT+08:00) Subject: [Paraview] How to use tiled display when the server is in off screen rendering mode? In-Reply-To: References: Message-ID: <1daa2a5.1f839.15b7e98cf23.Coremail.yzhzhang@ipe.ac.cn> OK, thank you for confirmation. Sincerely -Zhang -----????----- ???: "Utkarsh Ayachit" ????: 2017?4?17? ??? ???: "???" ??: ParaView ??: Re: [Paraview] How to use tiled display when the server is in off screen rendering mode? I'm using ParaView 5.2.0 in client-server mode and I want to display the rendering result using a 3x5 tiled screen. However, the GPUs of the servers are nvidia Tesla K80 and have no video output port. I can use off screen rendering to get the rendering result on the client, but I don't know how to put the result on the tiled display. I want to know if it is possible to use tiled display when the server is in off sereen rendering mode. I am afraid this use-case is not supported. You'll have to render using the on-screen GPUs i.e. GPUs connected to the tiled screen. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Patrick.Begou at legi.grenoble-inp.fr Tue Apr 18 03:57:49 2017 From: Patrick.Begou at legi.grenoble-inp.fr (Patrick Begou) Date: Tue, 18 Apr 2017 09:57:49 +0200 Subject: [Paraview] Python not found in paraview-superbuild cmake Message-ID: <8c69c547-dd6f-ec8e-86c6-318e5f60927e@legi.grenoble-inp.fr> I've posted this email last week but I did not reveive it via the list. May be a mistake of myself. I appologize if some one reveive it twice. I'm trying to compile Paraview 5.3 on CentOS6 because I use a modified OpenMPI version witch is interfaced with my batch scheduler. I've started with : I've installed cmake-3.8.0 (in /opt) as CentOS cmake is only 2.8.12... it works I've installed python 3.6 in /opt as CentOS6 python is only 2.6.6, and numpy, matplotlib... it works I've got paraview-superbuild: git clone --recursive https://gitlab.kitware.com/paraview/paraview-superbuild.git cd paraview-superbuild git fetch origin git checkout v5.3.0 git submodule update But running cmake is not able to find my new python install: CMake Error at /opt/cmake-3.8.0-Linux-x86_64/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) Even if I have set the python environment (but I'm not familar with python): $python -V Python 3.6.1 $echo $PYTHONHOME /opt/python361 Setting: -DPYTHON_LIBRARIES=/opt/python361/lib/libpython3.6m.a \ -DPYTHON_INCLUDE_DIRS=/opt/python361/include \ Doesn't help. Thanks for your advices Patrick -- =================================================================== | Equipe M.O.S.T. | | | Patrick BEGOU | mailto:Patrick.Begou at grenoble-inp.fr | | LEGI | | | BP 53 X | Tel 04 76 82 51 35 | | 38041 GRENOBLE CEDEX | Fax 04 76 82 52 71 | =================================================================== From philippjung2010 at live.de Tue Apr 18 05:50:57 2017 From: philippjung2010 at live.de (philipp jung) Date: Tue, 18 Apr 2017 09:50:57 +0000 Subject: [Paraview] End Location of Stream lines obtained with vtkStreamTracer In-Reply-To: References: Message-ID: Dear all, I was wondering if and how it is possible to access the end location of stream lines obtained with the vtkStreamTracer within a custom vtk class. I found this (http://www.vtk.org/Wiki/VtkStreamTracer) wiki article explaining how one can access the reason for determination of stream lines. Maybe one can access the end location similarly. Any help is much appreciated. Best Regards, Philipp -------------- next part -------------- An HTML attachment was scrubbed... URL: From yzhzhang at ipe.ac.cn Tue Apr 18 09:31:28 2017 From: yzhzhang at ipe.ac.cn (=?GBK?B?1cXUptbe?=) Date: Tue, 18 Apr 2017 21:31:28 +0800 (GMT+08:00) Subject: [Paraview] How to run a simulation with Catalyst and display the result using tiled display? Message-ID: <18fb195.1cd88.15b8142c62d.Coremail.yzhzhang@ipe.ac.cn> Hello, I want to visualize a simulation program in situ and display it using a tiled screen. I can run the simulation with Catalyst and MPI, and I can also configure ParaView for a 3x2 tiled screen. However, if I run paraview with tiled display, the control of the servers' window will be taken by paraview so I can't start the simulation program. I tried to start the simulation through ssh, but after connecting to the simulation using Catalyst, the simulation program crashed with these errors: ERROR: In /root/Desktop/ParaView-v5.2.0/VTK/Common/System/vtkSocket.cxx, line 481 vtkClientSocket (0x1f0bbb0): Socket error in call to connect. Connection refused. ERROR: In /root/Desktop/ParaView-v5.2.0/VTK/Common/System/vtkClientSocket.cxx, line 53 vtkClientSocket (0x1f0bbb0): Failed to connect to server localhost:22224 ERROR: In /root/Desktop/ParaView-v5.2.0/VTK/Parallel/Core/vtkSocketCommunicator.cxx, line 714 vtkSocketCommunicator (0x3798ec0): Can not connect to localhost on port 22224 APPLICATION TERMINATED WITH THE EXIT STRING: Aborted (signal 6) Actually the Catalyst connecting port should be 22222 and when I click "Catalyst---->connect" in the GUI, it is indeed 22222. I don't know why the port in the error message is 22224. I noticed that if I let Catalyst to output images, there will be windows of the same number of mpi simulation processes on the server, but the windows is of the same size of the view in the GUI on the client, which sames not for tiled display. So, is it possible to display the result of in situ visualization with tiled display? Thanks a lot! -Zhang -------------- next part -------------- An HTML attachment was scrubbed... URL: From ben.boeckel at kitware.com Tue Apr 18 09:32:39 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Tue, 18 Apr 2017 09:32:39 -0400 Subject: [Paraview] Python not found in paraview-superbuild cmake In-Reply-To: <8c69c547-dd6f-ec8e-86c6-318e5f60927e@legi.grenoble-inp.fr> References: <8c69c547-dd6f-ec8e-86c6-318e5f60927e@legi.grenoble-inp.fr> Message-ID: <20170418133239.GA4985@megas.kitware.com> On Tue, Apr 18, 2017 at 09:57:49 +0200, Patrick Begou wrote: > I've posted this email last week but I did not reveive it via the list. May be a > mistake of myself. I appologize if some one reveive it twice. > > I'm trying to compile Paraview 5.3 on CentOS6 because I use a modified OpenMPI > version witch is interfaced with my batch scheduler. > I've started with : > I've installed cmake-3.8.0 (in /opt) as CentOS cmake is only 2.8.12... it works > I've installed python 3.6 in /opt as CentOS6 python is only 2.6.6, and numpy, > matplotlib... it works The superbuild is only tested with Python 2.7 at the moment; Python3 is planned, but isn't something that I'd be able to get to until later in the year at the earliest. There should be an SCL for CentOS which contains python27: https://wiki.centos.org/AdditionalResources/Repositories/SCL which should work (we use it to build our binaries). --Ben From kmorel at sandia.gov Tue Apr 18 10:52:29 2017 From: kmorel at sandia.gov (Moreland, Kenneth) Date: Tue, 18 Apr 2017 14:52:29 +0000 Subject: [Paraview] End Location of Stream lines obtained with vtkStreamTracer Message-ID: <0f18e63a60bb4d548de88a51c01ad10d@ES08AMSNLNT.srn.sandia.gov> There is no direct way to get the end location. However, the stream tracer generates a single polyline cell for each point that it traces. You can look at each polyline cell and get its last point. Then look up the point coordinates in the vtkPoints object. That will be the location of the termination of each stream line. Note that the stream tracer by default follows streams both forward and backward, and you will get the ends for both. -Ken From: ParaView [mailto:paraview-bounces at paraview.org] On Behalf Of philipp jung Sent: Tuesday, April 18, 2017 3:51 AM To: paraview at paraview.org Subject: [EXTERNAL] [Paraview] End Location of Stream lines obtained with vtkStreamTracer Dear all, I was wondering if and how it is possible to access the end location of stream lines obtained with the vtkStreamTracer within a custom vtk class. I found this (http://www.vtk.org/Wiki/VtkStreamTracer) wiki article explaining how one can access the reason for determination of stream lines. Maybe one can access the end location similarly. Any help is much appreciated. Best Regards, Philipp -------------- next part -------------- An HTML attachment was scrubbed... URL: From Patrick.Begou at legi.grenoble-inp.fr Tue Apr 18 12:15:00 2017 From: Patrick.Begou at legi.grenoble-inp.fr (Patrick Begou) Date: Tue, 18 Apr 2017 18:15:00 +0200 Subject: [Paraview] paraview-superbuild hdf5 not found Message-ID: <6b82e047-d06d-f8d8-662f-cfa59de39888@legi.grenoble-inp.fr> Hi all, I met a new problem with paraview-superbuild while building the paraview binaries: building process do not find hdf5. I found a thread about this (Paraview 5.2, on Feb 22) but it do not provide any solution. The global cmake setup is (for hdf5): -DENABLE_hdf5=ON -DUSE_SYSTEM_hdf5=OFF and hdf5 libraries are built by paraview-superbuild Makefile: $ls -l install/lib/*hdf5* lrwxrwxrwx 1 begou turb 19 Apr 18 17:39 install/lib/libhdf5_hl.so -> libhdf5_hl.so.8.0.2 -rwxr-xr-x 1 begou turb 144772 Apr 18 17:39 install/lib/libhdf5_hl.so.1.8.13 lrwxrwxrwx 1 begou turb 20 Apr 18 17:39 install/lib/libhdf5_hl.so.8.0.2 -> libhdf5_hl.so.1.8.13 lrwxrwxrwx 1 begou turb 16 Apr 18 17:39 install/lib/libhdf5.so -> libhdf5.so.8.0.2 -rwxr-xr-x 1 begou turb 3231325 Apr 18 17:39 install/lib/libhdf5.so.1.8.13 lrwxrwxrwx 1 begou turb 17 Apr 18 17:39 install/lib/libhdf5.so.8.0.2 -> libhdf5.so.1.8.13 H5* files exist in install/include But when building Paraview I get: ................. -- Plugin: VaporPlugin - Plugin to read NCAR VDR files : Disabled -- Found PythonInterp: /opt/python279/bin/python2.7 (found version "2.7.9") CMake Error at CommandLineExecutables/CMakeLists.txt:77 (get_property): get_property could not find TARGET hdf5. Perhaps it has not yet been created. CMake Error at CommandLineExecutables/CMakeLists.txt:82 (get_property): get_property could not find TARGET hdf5. Perhaps it has not yet been created. I've tried to set VTK_USE_SYSTEM_HDF5:BOOL=FALSE in superbuild/paraview/build/CMakeCache.txt but it is reset as soon as I run make. HDF5_C_HL_LIBRARY, HDF5_C_LIBRARY, HDF5_DIR and HDF5_ROOT are well set. My cmake is 3.8.0 Something additionnal to set ? Thanks Patrick -- =================================================================== | Equipe M.O.S.T. | | | Patrick BEGOU | mailto:Patrick.Begou at grenoble-inp.fr | | LEGI | | | BP 53 X | Tel 04 76 82 51 35 | | 38041 GRENOBLE CEDEX | Fax 04 76 82 52 71 | =================================================================== From ben.boeckel at kitware.com Tue Apr 18 13:23:36 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Tue, 18 Apr 2017 13:23:36 -0400 Subject: [Paraview] paraview-superbuild hdf5 not found In-Reply-To: <6b82e047-d06d-f8d8-662f-cfa59de39888@legi.grenoble-inp.fr> References: <6b82e047-d06d-f8d8-662f-cfa59de39888@legi.grenoble-inp.fr> Message-ID: <20170418172336.GB15954@rotor.kitware.com> On Tue, Apr 18, 2017 at 18:15:00 +0200, Patrick Begou wrote: > Something additionnal to set ? This was fixed in VTK here: https://gitlab.kitware.com/vtk/vtk/commit/641fc17e5e63f7ae5c3654f86a4ac97a33a2c63a HDF5 can be found with targets or with library paths. The VTK module system does not cope well with imported targets, so it needs to force CMake to not use the target mode. We can fix this in the superbuild by setting that in `paraview.cmake`. I'll make that change. --Ben From ben.boeckel at kitware.com Tue Apr 18 13:37:25 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Tue, 18 Apr 2017 13:37:25 -0400 Subject: [Paraview] paraview-superbuild hdf5 not found In-Reply-To: <20170418172336.GB15954@rotor.kitware.com> References: <6b82e047-d06d-f8d8-662f-cfa59de39888@legi.grenoble-inp.fr> <20170418172336.GB15954@rotor.kitware.com> Message-ID: <20170418173725.GA25488@rotor.kitware.com> On Tue, Apr 18, 2017 at 13:23:36 -0400, Ben Boeckel wrote: > We can fix this in the superbuild by setting that in `paraview.cmake`. > I'll make that change. https://gitlab.kitware.com/paraview/paraview-superbuild/merge_requests/308 --Ben From pearse at ucar.edu Tue Apr 18 17:11:22 2017 From: pearse at ucar.edu (Scott Pearse) Date: Tue, 18 Apr 2017 15:11:22 -0600 Subject: [Paraview] PEARC17 Visualization Contest Message-ID: ATTENTION PARAVIEW USERS! The PEARC17 Visualization Contest and Showcase submission deadline is May 1! This exhibition is a chance for researchers to demonstrate the current discoveries that are being revealed through High Performance Computing. Accepted submissions will be included in the PEARC17 proceedings and displayed during the conference. A visualization showcase and panel will be held where the researchers will be able to discuss the science behind their work, and the tools used to create it. Submissions will be voted upon with a chosen winner to be announced at the end of the conference. Submissions need to include a movie file up to 250MB in size and a short paper (no more than 3 pages including references) that 1. Describes the key observables illustrated in the movie 2. Explains how this visualization enhances the scientific process 3. Explains what tools, techniques, and resources were used to produce the final product PEARC17 is the successor to the yearly XSEDE conference held by the NSF. It will take place in New Orleans, July 9-13, 2017, and is open to professionals and students in advanced research computing. Submissions are being done through EasyChair. Submit your entry here ! More information on the Visualization Showcase can be found here ! Good luck! Scott Pearse - pearse at ucar.edu - (303) 497-2432 NCAR/CISL Software Engineer - www.vapor.ucar.edu Come see me at PEARC17 this year! pearc17.pearc.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From Patrick.Begou at legi.grenoble-inp.fr Wed Apr 19 03:41:34 2017 From: Patrick.Begou at legi.grenoble-inp.fr (Patrick Begou) Date: Wed, 19 Apr 2017 09:41:34 +0200 Subject: [Paraview] paraview-superbuild hdf5 not found In-Reply-To: <20170418173725.GA25488@rotor.kitware.com> References: <6b82e047-d06d-f8d8-662f-cfa59de39888@legi.grenoble-inp.fr> <20170418172336.GB15954@rotor.kitware.com> <20170418173725.GA25488@rotor.kitware.com> Message-ID: <6aca5d51-92cf-7177-7a65-e81dbf13ba87@legi.grenoble-inp.fr> Thanks Ben for this quick answer and very quick solution. I've checked out your branch: git fetch https://gitlab.kitware.com/ben.boeckel/paraview-superbuild.git paraview-hdf5-no-targets git checkout -b ben.boeckel/paraview-superbuild-paraview-hdf5-no-targets FETCH_HEAD and it solves the problem: .... -- Found HDF5: /HA/sources/begou/PARAVIEW/build-thor/install/lib/libhdf5.so (found version "1.8.13") found components: C HL ... Patrick -- =================================================================== | Equipe M.O.S.T. | | | Patrick BEGOU | mailto:Patrick.Begou at grenoble-inp.fr | | LEGI | | | BP 53 X | Tel 04 76 82 51 35 | | 38041 GRENOBLE CEDEX | Fax 04 76 82 52 71 | =================================================================== From stephen.wornom at inria.fr Wed Apr 19 07:34:28 2017 From: stephen.wornom at inria.fr (Stephen Wornom) Date: Wed, 19 Apr 2017 13:34:28 +0200 (CEST) Subject: [Paraview] PV 4.1.0 ruler not correct when zoomed In-Reply-To: <864785334.9705185.1492601521714.JavaMail.zimbra@inria.fr> Message-ID: <696863763.9708402.1492601668684.JavaMail.zimbra@inria.fr> Without a zoom the ruler gives a correct distance. If I zoom, the reference for ruler remains the unzoomed reference. How do I correct this? Hope my question is clear, Thanks, Stephen -------------- next part -------------- An HTML attachment was scrubbed... URL: From robertsawko at gmail.com Wed Apr 19 10:09:17 2017 From: robertsawko at gmail.com (Robert Sawko) Date: Wed, 19 Apr 2017 15:09:17 +0100 Subject: [Paraview] Python tracing doesn't work for opacity time frames? Message-ID: <20170419140917.GA7480@avignon> Hi, I am trying to script paraview to ramp up opacity of some objects, but it seems that the tracing functionality isn't working. I've selected maximum verbosity options in Tools->Start trace, but nothing is produced. Could anyone perhaps share a script with Opacity? I've been able to work out camera actions with PV, but it seems to me that opacity ramping is more difficult as it needs some reference to an object it's meant to affect. Please let me know, Robert -- Constellation iridium and its flares https://www.youtube.com/watch?v=MTGVuPr9Epg https://en.wikipedia.org/wiki/Iridium_satellite_constellation From garcfd at gmail.com Wed Apr 19 10:54:45 2017 From: garcfd at gmail.com (Richardson CFD) Date: Wed, 19 Apr 2017 15:54:45 +0100 Subject: [Paraview] using selected cells in the python programmable filter Message-ID: How do you operate on screen selected cells (Select Cells On) from within the Python Programmable Filter? -- Richardson CFD http://richardsoncfd.weebly.com -------------- next part -------------- A non-text attachment was scrubbed... Name: demo.PNG Type: image/png Size: 20332 bytes Desc: not available URL: From Patrick.Begou at legi.grenoble-inp.fr Wed Apr 19 11:47:21 2017 From: Patrick.Begou at legi.grenoble-inp.fr (Patrick Begou) Date: Wed, 19 Apr 2017 17:47:21 +0200 Subject: [Paraview] paraview-superbuild fails to buiild osmesa Message-ID: My work to compile paraview 5.3 is in progress but on the cluster (no GPU) I fail to compile osmesa. The downloaded tarball is mesa-17.0.1.tar.xz The message is about invalid instructions: CXXLD libswrAVX.la CXX libswrAVX2_la-swr_clear.lo /tmp/ccDsR3FF.s: Assembler messages: /tmp/ccDsR3FF.s:109: Error: no such instruction: `shlx %eax,%r8d,%ecx' /tmp/ccDsR3FF.s:113: Error: no such instruction: `shlx %eax,%r9d,%ecx' /tmp/ccDsR3FF.s:265: Error: no such instruction: `shlx %eax,%r14d,%edx' make[5]: *** [libswrAVX2_la-swr_clear.lo] Error 1 I use Python 2.7.9 with mako, gcc (GCC) 4.8.1 and the configure command generated by paraview-superbuild process in superbuild/osmesa/src is: ./configure --prefix=/kareline/data/begou/PARAVIEW5/build-kareline/install --enable-opengl --disable-gles1 --disable-gles2 --disable-va --disable-xvmc --disable-vdpau --enable-shared-glapi --disable-texture-float --enable-gallium-llvm --enable-llvm-shared-libs --with-gallium-drivers=swrast,swr --disable-dri --with-dri-drivers= --disable-egl --with-egl-platforms= --disable-gbm --disable-glx It seams the same as the one provided in the wiki. I've no idea on how to work around this... Thanks Patrick -- =================================================================== | Equipe M.O.S.T. | | | Patrick BEGOU | mailto:Patrick.Begou at grenoble-inp.fr | | LEGI | | | BP 53 X | Tel 04 76 82 51 35 | | 38041 GRENOBLE CEDEX | Fax 04 76 82 52 71 | =================================================================== From claire.guilbaud at gmail.com Wed Apr 19 15:45:46 2017 From: claire.guilbaud at gmail.com (Claire Guilbaud) Date: Wed, 19 Apr 2017 13:45:46 -0600 Subject: [Paraview] build pv5.3 on windows 10 with visual studio 15 2017 Message-ID: Hi all, I'm struggling to launch paraview build on the last version of visual studio (15.1 26407.3). I follow this documentation http://www.paraview.org/Wiki/ParaView:Build_And_Install. I use Qt 5, and just enable paraview python (miniconda2). I tried first to build with the last Qt 5 version (5.8.0), it failed due to const expr error in qt (it's a known issue). So I switch to Qt 5.6.2. I follow the instructions from the documentation: set path variable, modify environment variable in the configuration properties for paraview project. The Debug generation failed: qt and paraview don't have the same debugging level ? The RefWithDebInfo generation succeeds. But I'm not able to launch paraview (from visual studio - start without debugging or from file explorer). There are missing symbols in paraview.exe : ?toLatin1 at QString@@QEGBA?AVQByteArray@@XZ (same with toLower, toUtf8). Does anyone have an idea on how to fix it ? For information: - I don't use the cmake capabilities of visual studio: I use cmake-gui, configure, and generate.Then I open the paraview solution. - I try with Qt4 version, it failed. I reinstall Qt several times. - All my environment is in french Thanks for help. Claire -------------- next part -------------- An HTML attachment was scrubbed... URL: From utkarsh.ayachit at kitware.com Wed Apr 19 15:59:18 2017 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Wed, 19 Apr 2017 15:59:18 -0400 Subject: [Paraview] build pv5.3 on windows 10 with visual studio 15 2017 In-Reply-To: References: Message-ID: I suspect your environment is messed up with mutliple Qt versions showing up. Use Dependency Walker (http://www.dependencywalker.com/) to make sure the dlls loaded are indeed the dlls you expect for Qt and other external dependencies. On Wed, Apr 19, 2017 at 3:45 PM, Claire Guilbaud wrote: > Hi all, > > I'm struggling to launch paraview build on the last version of visual studio > (15.1 26407.3). > I follow this documentation > http://www.paraview.org/Wiki/ParaView:Build_And_Install. > > I use Qt 5, and just enable paraview python (miniconda2). > > I tried first to build with the last Qt 5 version (5.8.0), it failed due to > const expr error in qt (it's a known issue). So I switch to Qt 5.6.2. > > I follow the instructions from the documentation: set path variable, modify > environment variable in the configuration properties for paraview project. > The Debug generation failed: qt and paraview don't have the same debugging > level ? > > The RefWithDebInfo generation succeeds. But I'm not able to launch paraview > (from visual studio - start without debugging or from file explorer). > There are missing symbols in paraview.exe : > ?toLatin1 at QString@@QEGBA?AVQByteArray@@XZ (same with toLower, toUtf8). > > Does anyone have an idea on how to fix it ? > > For information: > - I don't use the cmake capabilities of visual studio: I use cmake-gui, > configure, and generate.Then I open the paraview solution. > - I try with Qt4 version, it failed. I reinstall Qt several times. > - All my environment is in french > > > Thanks for help. > > Claire > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > From aron.helser at kitware.com Wed Apr 19 16:18:31 2017 From: aron.helser at kitware.com (Aron Helser) Date: Wed, 19 Apr 2017 16:18:31 -0400 Subject: [Paraview] build pv5.3 on windows 10 with visual studio 15 2017 In-Reply-To: References: Message-ID: Claire, To launch ParaView that I build on Windows, I had to explicitly add the QT bin directory to my path, for example C:/Qt/Qt5.8.0/5.8/msvc2015_64/bin I'm not sure QT has provided binaries for the latest VisualStudio, have they? I'm using VS2015, which is VS 14.0, I believe. You may have to match your VS version to the one used to build the QT binaries. BTW, the fix for QT 5.8.0 is one line in one cmake file, so it's easy to fix after you install it. Regards, Aron On Wed, Apr 19, 2017 at 3:59 PM, Utkarsh Ayachit < utkarsh.ayachit at kitware.com> wrote: > I suspect your environment is messed up with mutliple Qt versions > showing up. Use Dependency Walker (http://www.dependencywalker.com/) > to make sure the dlls loaded are indeed the dlls you expect for Qt and > other external dependencies. > > On Wed, Apr 19, 2017 at 3:45 PM, Claire Guilbaud > wrote: > > Hi all, > > > > I'm struggling to launch paraview build on the last version of visual > studio > > (15.1 26407.3). > > I follow this documentation > > http://www.paraview.org/Wiki/ParaView:Build_And_Install. > > > > I use Qt 5, and just enable paraview python (miniconda2). > > > > I tried first to build with the last Qt 5 version (5.8.0), it failed due > to > > const expr error in qt (it's a known issue). So I switch to Qt 5.6.2. > > > > I follow the instructions from the documentation: set path variable, > modify > > environment variable in the configuration properties for paraview > project. > > The Debug generation failed: qt and paraview don't have the same > debugging > > level ? > > > > The RefWithDebInfo generation succeeds. But I'm not able to launch > paraview > > (from visual studio - start without debugging or from file explorer). > > There are missing symbols in paraview.exe : > > ?toLatin1 at QString@@QEGBA?AVQByteArray@@XZ (same with toLower, toUtf8). > > > > Does anyone have an idea on how to fix it ? > > > > For information: > > - I don't use the cmake capabilities of visual studio: I use cmake-gui, > > configure, and generate.Then I open the paraview solution. > > - I try with Qt4 version, it failed. I reinstall Qt several times. > > - All my environment is in french > > > > > > Thanks for help. > > > > Claire > > > > > > > > _______________________________________________ > > Powered by www.kitware.com > > > > Visit other Kitware open-source projects at > > http://www.kitware.com/opensource/opensource.html > > > > Please keep messages on-topic and check the ParaView Wiki at: > > http://paraview.org/Wiki/ParaView > > > > Search the list archives at: http://markmail.org/search/?q=ParaView > > > > Follow this link to subscribe/unsubscribe: > > http://public.kitware.com/mailman/listinfo/paraview > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -------------- next part -------------- An HTML attachment was scrubbed... URL: From claire.guilbaud at gmail.com Wed Apr 19 16:54:33 2017 From: claire.guilbaud at gmail.com (Claire Guilbaud) Date: Wed, 19 Apr 2017 14:54:33 -0600 Subject: [Paraview] build pv5.3 on windows 10 with visual studio 15 2017 In-Reply-To: References: Message-ID: Thanks Utkarsh and Aron. I already have the QT bin directory in my path, and effectively Qt has not provided binaries for the latest VisualStudio. Using Dependancy walker, some qt5 dll are in my qt bin dir but others (those defined in cmake options like qt5widgets) are in the cmake bin dir. Is it nolmal ? I'm currently using cmake 3.8 rc4. So what's the simplest thing to have paraview running: compile qt from sources with the patch on cmake file or go back to a previous version of visual studio (it will be sad because I'm using the cmake capabilities of the new version for other projects). Thanks Claire 2017-04-19 14:18 GMT-06:00 Aron Helser : > Claire, > To launch ParaView that I build on Windows, I had to explicitly add the QT > bin directory to my path, for example C:/Qt/Qt5.8.0/5.8/msvc2015_64/bin > I'm not sure QT has provided binaries for the latest VisualStudio, have > they? I'm using VS2015, which is VS 14.0, I believe. You may have to match > your VS version to the one used to build the QT binaries. > BTW, the fix for QT 5.8.0 is one line in one cmake file, so it's easy to > fix after you install it. > Regards, > Aron > > On Wed, Apr 19, 2017 at 3:59 PM, Utkarsh Ayachit < > utkarsh.ayachit at kitware.com> wrote: > >> I suspect your environment is messed up with mutliple Qt versions >> showing up. Use Dependency Walker (http://www.dependencywalker.com/) >> to make sure the dlls loaded are indeed the dlls you expect for Qt and >> other external dependencies. >> >> On Wed, Apr 19, 2017 at 3:45 PM, Claire Guilbaud >> wrote: >> > Hi all, >> > >> > I'm struggling to launch paraview build on the last version of visual >> studio >> > (15.1 26407.3). >> > I follow this documentation >> > http://www.paraview.org/Wiki/ParaView:Build_And_Install. >> > >> > I use Qt 5, and just enable paraview python (miniconda2). >> > >> > I tried first to build with the last Qt 5 version (5.8.0), it failed >> due to >> > const expr error in qt (it's a known issue). So I switch to Qt 5.6.2. >> > >> > I follow the instructions from the documentation: set path variable, >> modify >> > environment variable in the configuration properties for paraview >> project. >> > The Debug generation failed: qt and paraview don't have the same >> debugging >> > level ? >> > >> > The RefWithDebInfo generation succeeds. But I'm not able to launch >> paraview >> > (from visual studio - start without debugging or from file explorer). >> > There are missing symbols in paraview.exe : >> > ?toLatin1 at QString@@QEGBA?AVQByteArray@@XZ (same with toLower, toUtf8). >> > >> > Does anyone have an idea on how to fix it ? >> > >> > For information: >> > - I don't use the cmake capabilities of visual studio: I use cmake-gui, >> > configure, and generate.Then I open the paraview solution. >> > - I try with Qt4 version, it failed. I reinstall Qt several times. >> > - All my environment is in french >> > >> > >> > Thanks for help. >> > >> > Claire >> > >> > >> > >> > _______________________________________________ >> > Powered by www.kitware.com >> > >> > Visit other Kitware open-source projects at >> > http://www.kitware.com/opensource/opensource.html >> > >> > Please keep messages on-topic and check the ParaView Wiki at: >> > http://paraview.org/Wiki/ParaView >> > >> > Search the list archives at: http://markmail.org/search/?q=ParaView >> > >> > Follow this link to subscribe/unsubscribe: >> > http://public.kitware.com/mailman/listinfo/paraview >> > >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Mark.Olesen at esi-group.com Wed Apr 19 19:01:26 2017 From: Mark.Olesen at esi-group.com (Mark Olesen) Date: Wed, 19 Apr 2017 23:01:26 +0000 Subject: [Paraview] Native OpenFOAM reader for ParaView 5.3.0 has some weird visualization issues. In-Reply-To: References: , Message-ID: Hi Tom and Utkarsh, I finally had time to take a closer look. There is a corresponding merge-request https://gitlab.kitware.com/vtk/vtk/merge_requests/2716 Cheers, /mark ________________________________________ From: Tom Fahner Sent: Monday, April 3, 2017 3:24:19 PM To: Utkarsh Ayachit Cc: Mark Olesen; ParaView Subject: Re: [Paraview] Native OpenFOAM reader for ParaView 5.3.0 has some weird visualization issues. Hi Utkarsh, I finally had some time to look into this issue a bit further. I have a testcase for you of an Ahmed body that also shows the weird missing of the data. The case with some intermediate result (approx 400 MB) can be found here: https://we.tl/ZZwy4ZGL1K The case without that result (approx 125 MB) can be found here: https://we.tl/3dSqgyd4zG Hope this helps in finding the issue. Please let me know if you need more information. Best Regards, Tom 2017-03-16 13:25 GMT+01:00 Tom Fahner >: Hi, Let me check if that is possible, I do not think I can share this particular one. I will come back to you. Tom 2017-03-16 13:12 GMT+01:00 Utkarsh Ayachit >: Tom, Do you have a dataset to reproduce this issue? There were changes in the reader in this past release, so it's conceivable that it introduced a bug. Utkarsh On Thu, Mar 16, 2017 at 8:08 AM, Mark Olesen > wrote: > Hi Tom, > > So if foamToVTK works, it sounds like a reader bug. Maybe somewhere where the prism order is getting swapped - or something else where the reader's cell modeller is getting into trouble. > It may not work, but if you try to export from paraview to VTK format (ie, use the OpenFOAM reader for reading). Then with some effort it might be able to identify which cells are different. Presumably the cell ordering will be preserved in both cases, but still not 100% trivial. Either way, we need to figure out which cell types are causing the issue, or an off-by-one of whatever. > > /mark > ________________________________________ > From: Tom Fahner > > Sent: Thursday, March 16, 2017 12:47:05 PM > To: Mark Olesen > Cc: ParaView > Subject: Re: [Paraview] Native OpenFOAM reader for ParaView 5.3.0 has some weird visualization issues. > > Hi Mark, > > I have no polyhedral cells (hybrid tetrahedron/prism mesh), so I guess changing "decompose polyhedral on/off" does not make sense. In fact the smaller mesh that I tested with before did show the correct visualization and that mesh had polyhedral/hexagonal cells. It did not matter whether I used decompose polyhedral on/off. I also have experienced the slicing issues from time to time with various paraview versions with polyhedral meshes, but the effect was typically much less severe than in the current situation. > > Using foamToVTK (with and without the -poly option) does indeed work and provides the correct visualization. So yes this can be a workaround for now, but I than rather go back to 5.1.2. > > Regards, > Tom > > 2017-03-16 11:44 GMT+01:00 Mark Olesen >>: > Hi Tom, > > Sorry, no answers - only questions/ideas: > > Is decompose polyhedral on or off? How do things look using the other setting? > If the number of cells corresponds to checkMesh - then you either have no polyhedra, or decompose polyhedral is off. > If you use foamToVTK (with and without -poly) and then read the VTK file back in, how does that compare? > Using foamToEnsight could be yet another check, but without the option to decompose polyhedra. > > In most paraview versions I've had issues with slicing through polyhedron (eg, from the motorBike tutorial). > The symptoms are either holes in the visual (like you have) or crashing the program. I haven't checked if this is better/worse in 5.3.0. > > Cheers, > /mark > ________________________________________ > From: ParaView >> on behalf of Tom Fahner >> > Sent: Thursday, March 16, 2017 9:39:49 AM > To: ParaView > Subject: [Paraview] Native OpenFOAM reader for ParaView 5.3.0 has some weird visualization issues. > > Dear all, > > Please find attached two images that show my OpenFOAM model in ParaView 5.3.0. It was the standard Binary Installers package downloaded from the website for 64 bit linux (OpenSUSE Leap 42.1). > > The correct number of cells is reported in the information tab (when compared to OpenFOAM's checkMesh result). The patches are > all rendered nicely, but it looks like some cells are missing in the domain/volume. > > Is there some setting that I need to apply? > > Please note that the mesh has about 25.8 million cells, for smaller meshes this was not a problem. A colleague had similar issues. > ParaView version 5.1.2 did not have this problem, ParaView 5.2 was not able to open the OpenFOAM files at all. > > Best regards, > Tom > > -- > T.C. Fahner > e: tom.fahner at gmail.com>>> > > > > > -- > T.C. Fahner > e: tom.fahner at gmail.com> > t: +31-6-52642814 > a: Groene Woud 48 > 4834 BC Delft > Netherlands > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview -- T.C. Fahner e: tom.fahner at gmail.com t: +31-6-52642814 a: Groene Woud 48 4834 BC Delft Netherlands -- T.C. Fahner e: tom.fahner at gmail.com t: +31-6-52642814 a: Groene Woud 48 4834 BC Delft Netherlands From utkarsh.ayachit at kitware.com Wed Apr 19 22:21:22 2017 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Wed, 19 Apr 2017 22:21:22 -0400 Subject: [Paraview] build pv5.3 on windows 10 with visual studio 15 2017 In-Reply-To: References: Message-ID: > Using Dependancy walker, some qt5 dll are in my qt bin dir but others (those > defined in cmake options like qt5widgets) are in the cmake bin dir. Is it > nolmal ? I'm currently using cmake 3.8 rc4. That's bad. I'd stay away from putting CMake in the PATH, if that's the case. > So what's the simplest thing to have paraview running: compile qt from > sources with the patch on cmake file or go back to a previous version of > visual studio (it will be sad because I'm using the cmake capabilities of > the new version for other projects). Both are reasonably simple, depends on your comfort level with building Qt really. However, the issue you have with your current build with Qt 5.6 seems to be only environment related. I'd suggest cleaning your PATH (using dependency walker as a guide to remove unnecessary/conflicting PATHs) and you may be able to get your existing build working without any issues. Utkarsh From garcfd at gmail.com Thu Apr 20 09:22:49 2017 From: garcfd at gmail.com (Richardson CFD) Date: Thu, 20 Apr 2017 14:22:49 +0100 Subject: [Paraview] python shell command to invert selection Message-ID: Is there a python shell command to "invert selection", like in the GUI? -- Richardson CFD http://richardsoncfd.weebly.com -------------- next part -------------- A non-text attachment was scrubbed... Name: Capture1.PNG Type: image/png Size: 27654 bytes Desc: not available URL: From Patrick.Begou at legi.grenoble-inp.fr Thu Apr 20 09:33:30 2017 From: Patrick.Begou at legi.grenoble-inp.fr (Patrick Begou) Date: Thu, 20 Apr 2017 15:33:30 +0200 Subject: [Paraview] paraview-superbuild fails to buiild osmesa In-Reply-To: References: Message-ID: <202bacc3-c295-b787-643d-b04ef166212c@legi.grenoble-inp.fr> This could be solved with disabling swr gallium driver and selecting only swrast, even if my cpu is from intel family and provides AVX : --with-gallium-drivers=swrast Patrick -- =================================================================== | Equipe M.O.S.T. | | | Patrick BEGOU | mailto:Patrick.Begou at grenoble-inp.fr | | LEGI | | | BP 53 X | Tel 04 76 82 51 35 | | 38041 GRENOBLE CEDEX | Fax 04 76 82 52 71 | =================================================================== From ben.boeckel at kitware.com Thu Apr 20 09:57:21 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Thu, 20 Apr 2017 09:57:21 -0400 Subject: [Paraview] paraview-superbuild fails to buiild osmesa In-Reply-To: <202bacc3-c295-b787-643d-b04ef166212c@legi.grenoble-inp.fr> References: <202bacc3-c295-b787-643d-b04ef166212c@legi.grenoble-inp.fr> Message-ID: <20170420135721.GA11669@megas.kitware.com> On Thu, Apr 20, 2017 at 15:33:30 +0200, Patrick Begou wrote: > This could be solved with disabling swr gallium driver and selecting only > swrast, even if my cpu is from intel family and provides AVX : > > --with-gallium-drivers=swrast You should be able to unset the `mesa_USE_SWR` option (it's advanced, so you may need to toggle that flag to see it) to disable the `swr` driver. --Ben From claire.guilbaud at gmail.com Thu Apr 20 10:14:54 2017 From: claire.guilbaud at gmail.com (Claire Guilbaud) Date: Thu, 20 Apr 2017 08:14:54 -0600 Subject: [Paraview] build pv5.3 on windows 10 with visual studio 15 2017 In-Reply-To: References: Message-ID: unfortunately I don't have cmake in my path ? I just re-install visual studio 2015, I didn't change anything in my environment (same qt5.6, same path). And now I'm able to launch paraview (in debug mode). That's great ! I don't know which component put the environment in such a mess, but there is one (or more). Thank for your help Claire 2017-04-19 20:21 GMT-06:00 Utkarsh Ayachit : > > Using Dependancy walker, some qt5 dll are in my qt bin dir but others > (those > > defined in cmake options like qt5widgets) are in the cmake bin dir. Is it > > nolmal ? I'm currently using cmake 3.8 rc4. > > That's bad. I'd stay away from putting CMake in the PATH, if that's the > case. > > > So what's the simplest thing to have paraview running: compile qt from > > sources with the patch on cmake file or go back to a previous version of > > visual studio (it will be sad because I'm using the cmake capabilities of > > the new version for other projects). > > Both are reasonably simple, depends on your comfort level with > building Qt really. However, the issue you have with your current > build with Qt 5.6 seems to be only environment related. I'd suggest > cleaning your PATH (using dependency walker as a guide to remove > unnecessary/conflicting PATHs) and you may be able to get your > existing build working without any issues. > > Utkarsh > -------------- next part -------------- An HTML attachment was scrubbed... URL: From aron.helser at kitware.com Thu Apr 20 10:21:42 2017 From: aron.helser at kitware.com (Aron Helser) Date: Thu, 20 Apr 2017 10:21:42 -0400 Subject: [Paraview] build pv5.3 on windows 10 with visual studio 15 2017 In-Reply-To: References: Message-ID: That definitely makes me think it was due to compatibility between the compiler used for QT and the compiler used for ParaView - they need to be the same. I'm surprised you got ParaView to link with the newer version of VisualStudio - there may be a way to make that work which is eluding us. Glad you are up and running, Aron On Thu, Apr 20, 2017 at 10:14 AM, Claire Guilbaud wrote: > unfortunately I don't have cmake in my path ? > > I just re-install visual studio 2015, I didn't change anything in my > environment (same qt5.6, same path). And now I'm able to launch paraview > (in debug mode). That's great ! > > I don't know which component put the environment in such a mess, but there > is one (or more). > > Thank for your help > > Claire > > > > 2017-04-19 20:21 GMT-06:00 Utkarsh Ayachit : > >> > Using Dependancy walker, some qt5 dll are in my qt bin dir but others >> (those >> > defined in cmake options like qt5widgets) are in the cmake bin dir. Is >> it >> > nolmal ? I'm currently using cmake 3.8 rc4. >> >> That's bad. I'd stay away from putting CMake in the PATH, if that's the >> case. >> >> > So what's the simplest thing to have paraview running: compile qt from >> > sources with the patch on cmake file or go back to a previous version of >> > visual studio (it will be sad because I'm using the cmake capabilities >> of >> > the new version for other projects). >> >> Both are reasonably simple, depends on your comfort level with >> building Qt really. However, the issue you have with your current >> build with Qt 5.6 seems to be only environment related. I'd suggest >> cleaning your PATH (using dependency walker as a guide to remove >> unnecessary/conflicting PATHs) and you may be able to get your >> existing build working without any issues. >> >> Utkarsh >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From utkarsh.ayachit at kitware.com Thu Apr 20 11:04:34 2017 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Thu, 20 Apr 2017 11:04:34 -0400 Subject: [Paraview] PV 4.1.0 ruler not correct when zoomed In-Reply-To: <696863763.9708402.1492601668684.JavaMail.zimbra@inria.fr> References: <864785334.9705185.1492601521714.JavaMail.zimbra@inria.fr> <696863763.9708402.1492601668684.JavaMail.zimbra@inria.fr> Message-ID: I am not sure I follow. The ruler shows distance in world coordinates. Zooming in and out should indeed not affect the distance between those two points and hence the ruler should remain unchanged. On Wed, Apr 19, 2017 at 7:34 AM, Stephen Wornom wrote: > Without a zoom the ruler gives a correct distance. > > If I zoom, the reference for ruler remains the unzoomed reference. > How do I correct this? Hope my question is clear, > Thanks, > Stephen > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > From simon.m.su.civ at mail.mil Thu Apr 20 11:55:44 2017 From: simon.m.su.civ at mail.mil (Su, Simon M CIV USARMY RDECOM ARL (US)) Date: Thu, 20 Apr 2017 15:55:44 +0000 Subject: [Paraview] job announcement (UNCLASSIFIED) Message-ID: CLASSIFICATION: UNCLASSIFIED Dear All, ARL is looking to fill the following position. The position closes on Thursday 4/27/2017. https://www.usajobs.gov/GetJob/ViewDetails/467222200 Please feel free to forward it to interested party. thank you -simon CLASSIFICATION: UNCLASSIFIED -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5567 bytes Desc: not available URL: From burlen.loring at gmail.com Thu Apr 20 17:44:47 2017 From: burlen.loring at gmail.com (Burlen Loring) Date: Thu, 20 Apr 2017 14:44:47 -0700 Subject: [Paraview] problem freezing python Message-ID: [100%] Freezing Python and ParaView Python packages and modules Removing /usr/common/software/ParaView/builds/ParaView-5.3.0/Utilities/PythonInitializer/FrozenPython Error: could not find python lib directory Use ``/usr/common/software/ParaView/builds/ParaView/ThirdParty/FreezePython/freeze/freeze_paraview.py -h'' for help CMake Error at /usr/common/software/ParaView/builds/ParaView/ThirdParty/FreezePython/vtkFreezePython.cmake:64 (message): freeze_paraview failed (2) Utilities/PythonInitializer/CMakeFiles/vtkUtilitiesPythonInitializer.dir/build.make:61: recipe for target 'Utilities/PythonInitializer/FrozenPython/vtkFrozenParaViewPython.h' failed make[2]: *** [Utilities/PythonInitializer/FrozenPython/vtkFrozenParaViewPython.h] Error 1 CMakeFiles/Makefile2:51795: recipe for target 'Utilities/PythonInitializer/CMakeFiles/vtkUtilitiesPythonInitializer.dir/all' failed make[1]: *** [Utilities/PythonInitializer/CMakeFiles/vtkUtilitiesPythonInitializer.dir/all] Error 2 Makefile:149: recipe for target 'all' failed make: *** [all] Error 2 Anyone have hints? From mathieu.westphal at kitware.com Fri Apr 21 04:19:48 2017 From: mathieu.westphal at kitware.com (Mathieu Westphal) Date: Fri, 21 Apr 2017 10:19:48 +0200 Subject: [Paraview] [ParaView] Using MPI for raw file In-Reply-To: References: Message-ID: Hello Daniel I've sent your mail to the community. I'm no expert in .raw file, all i know is you need to know exactly how is your binary data inside in order to be able to configure the reader and open the file. Can you send us en example of your data ? Regards, Mathieu Westphal On Fri, Apr 21, 2017 at 2:59 AM, Daniel lee wrote: > Hi Mathieu > > I`m Daniel Lee. > > I remember how to use MPI in paraview that you taught me. > > But I failed to use it for raw file. > > Could you tell me how to do it? (at least just rendering) > > Thanks in advance. > > Sincerely > > K. Daniel Lee > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From research at man-behind-moon.com Fri Apr 21 08:38:30 2017 From: research at man-behind-moon.com (Tobias D) Date: Fri, 21 Apr 2017 14:38:30 +0200 Subject: [Paraview] ParaView 5.3.0 and Qt5 linking error Message-ID: <42651614.QQ5NXnGp5y@workstation> Hey there, I am trying to compile ParaView 5.3 using Qt5 and OpenGL2 support. Following error is thrown: [100%] Linking CXX executable ../bin/pvserver../lib/libvtkPVServerManagerApplication- pv5.3.so.1: undefined reference to `__cxa_throw_bad_array_new_length at Qt_5'collect2: error: ld returned 1 exit status This occurs for every executable during linking process. I compiled PV5.3 with Mesa (w/o gui) without problems. Any ideas? Regards, Tobi My PV5.3 configuration: cmake \ -DBUILD_DOCUMENTATION=OFF \ - DBUILD_EXAMPLES=OFF \ - DBUILD_TESTING=OFF \ - DCMAKE_BUILD_TYPE="Release" \ - DCMAKE_C_COMPILER=mpicc \ - DCMAKE_CXX_COMPILER=mpicxx \ -DCMAKE_INSTALL_PREFIX=$ {PREFIX} \ -DPARAVIEW_BUILD_QT_GUI=ON \ - DPARAVIEW_ENABLE_PYTHON=ON \ - DPARAVIEW_USE_MPI=ON \ - DPARAVIEW_QT_VERSION=5 \ -DPYTHON_EXECUTABLE="$ {DIR_PYTHON}/bin/python3" \ -DPYTHON_INCLUDE_DIR="${DIR_PYTHON}/ include/python3.5m" \ -DPYTHON_LIBRARY="${DIR_PYTHON}/lib/libpython3.5m.so" \ -DVTK_PYTHON_VERSION=3 \ - DVTK_RENDERING_BACKEND=OpenGL2 \ - DVTK_USE_LARGE_DATA=ON \ ../ParaView-v5.3.0-source My setup: - Arch Linux - OpenMPI 1.10.4 with GCC 6.20 (compiled by myself) - Qt 5.6.2 (precompiled from qt-project.org) - Python3 (using miniconda) - NVidia graphics card (driver 378.13) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ben.boeckel at kitware.com Fri Apr 21 08:56:27 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Fri, 21 Apr 2017 08:56:27 -0400 Subject: [Paraview] ParaView 5.3.0 and Qt5 linking error In-Reply-To: <42651614.QQ5NXnGp5y@workstation> References: <42651614.QQ5NXnGp5y@workstation> Message-ID: <20170421125627.GA5647@megas.kitware.com> On Fri, Apr 21, 2017 at 14:38:30 +0200, Tobias D wrote: > Following error is thrown: > [100%] Linking CXX executable ../bin/pvserver../lib/libvtkPVServerManagerApplication- > pv5.3.so.1: undefined reference to `__cxa_throw_bad_array_new_length at Qt_5'collect2: > error: ld returned 1 exit status > - Qt 5.6.2 (precompiled from qt-project.org) It looks like Qt5 is linking a different (or expecting a newer) standard library than you have available on your machine. What distro are you using? --Ben From spal at sanjeebpal.com Fri Apr 21 09:07:18 2017 From: spal at sanjeebpal.com (SanjeebPal) Date: Fri, 21 Apr 2017 09:07:18 -0400 Subject: [Paraview] Integrating drag and lift over time Message-ID: <486ebda8-bd1e-b180-1f47-9bf3cf9d5ef0@sanjeebpal.com> Hello: I have transient simulation results that I read into Paraview. I would like to calculate drag and lift at each time step. I have the normal and tangential wall stresses output at every time step. How do I accomplish this ? For a given time step, I understand that I can use the sequence of filters Extract Boundary surface -> Generate surface normals -> Multiply stress by area -> Multiply by normals -> Integrate Variables Filter How do I get this drag and lift output written out at each time step ? Regards, Sanjeeb Pal From cory.quammen at kitware.com Fri Apr 21 09:48:20 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Fri, 21 Apr 2017 09:48:20 -0400 Subject: [Paraview] Placing a ContourPlot under a Plot3D In-Reply-To: References: Message-ID: Adding back the list. Your files have cell-associated data. Warp By Scalar works on point-associated data. You should add a Cell Data to Point Data filter to the file reader, then you can apply the Warp By Scalar and Contour filters. HTH, Cory On Thu, Apr 20, 2017 at 11:16 AM, Emna Reseach wrote: > Thank you for the advice, i have learned some amazing tools, but sadly i > still can't figure out what is going wrong. > i has attached my vtk file, containing my mesh and my function (named > "voir"). It would be helpfull if you could try viewing it. > > > 2017-04-13 12:56 GMT+01:00 Cory Quammen : >> >> Please keep replies on the mailing list so that others may participate >> in the conversation. >> >> I'm not at all familiar with the data produced by the program you are >> working with. Do you have a small example file (< 1MB or so) that you >> could attach? >> >> By the way, it is completely worth spending some time working through >> the ParaView Tutorial: >> >> http://www.paraview.org/Wiki/images/1/13/ParaViewTutorial52.pdf >> >> It will give you a good idea of how to use ParaView and answers many >> questions new users have about ParaView. >> >> HTH, >> Cory >> >> On Wed, Apr 12, 2017 at 6:54 PM, Emna Reseach >> wrote: >> > Your attached file is exactly what i need. Now i imported the data from >> > freefem by the following line >> > savevtk("stream_line"+hN+".vtk",Th0,usol,order=ffordervel); i have a 2d >> > regular grid >> > >> > Then i open it in paraview. i can see the moving solution, but i cant >> > apply >> > the Warp By Scalar filter. >> > I am very new with paraview. >> > >> > Do you think i have o problem with my data? >> > Thank you. >> > >> > 2017-04-12 15:19 GMT+01:00 Cory Quammen : >> >> >> >> You don't say what kind of data you have, but I am guessing it is a 2D >> >> regular grid? >> >> >> >> The first step is to load the data into ParaView. It looks like you >> >> can save the data in VTK file format from freefem, so start by doing >> >> that. Then, you can use the Warp By Scalar filter to create a surface >> >> from the 2D data. You can also apply a Contour filter to the data and >> >> leave it in place. Attached is an example image of what I imagine you >> >> have in mind. >> >> >> >> HTH, >> >> Cory >> >> >> >> On Wed, Apr 12, 2017 at 9:57 AM, Emna Reseach >> >> >> >> wrote: >> >> > Hi >> >> > >> >> > I would like to combine a 3-dimensional graph of a function with its >> >> > 2-dimensional contour-plot underneath it in a professional way. >> >> > But I have no idea how to start. My computations are done with the >> >> > help >> >> > of >> >> > freefem. >> >> > >> >> > Does anyone know, if it is possible, how to do this? >> >> > Thank you in advance. >> >> > >> >> > _______________________________________________ >> >> > Powered by www.kitware.com >> >> > >> >> > Visit other Kitware open-source projects at >> >> > http://www.kitware.com/opensource/opensource.html >> >> > >> >> > Please keep messages on-topic and check the ParaView Wiki at: >> >> > http://paraview.org/Wiki/ParaView >> >> > >> >> > Search the list archives at: http://markmail.org/search/?q=ParaView >> >> > >> >> > Follow this link to subscribe/unsubscribe: >> >> > http://public.kitware.com/mailman/listinfo/paraview >> >> > >> >> >> >> >> >> >> >> -- >> >> Cory Quammen >> >> Staff R&D Engineer >> >> Kitware, Inc. >> > >> > >> >> >> >> -- >> Cory Quammen >> Staff R&D Engineer >> Kitware, Inc. > > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From chuck.atkins at kitware.com Fri Apr 21 10:06:06 2017 From: chuck.atkins at kitware.com (Chuck Atkins) Date: Fri, 21 Apr 2017 10:06:06 -0400 Subject: [Paraview] paraview-superbuild fails to buiild osmesa In-Reply-To: References: Message-ID: Hi Patrick, Which OS and Compiler are you using? Also what version of binutils are you using (`which ld` and `ld --version`)? This is a known issue where the `ld` shipped with older versions binutils doesn't support the AVX2 instructions generated for SWR, even though the compiler you're using does. Disabling SWR isn't really a great option since it's performance is dramatically better than the llvmpipe alternative. Placing a newer binutils in your path should let SWR build successfully. ---------- Chuck Atkins Staff R&D Engineer, Scientific Computing Kitware, Inc. On Wed, Apr 19, 2017 at 11:47 AM, Patrick Begou < Patrick.Begou at legi.grenoble-inp.fr> wrote: > My work to compile paraview 5.3 is in progress but on the cluster (no GPU) > I fail to compile osmesa. > The downloaded tarball is mesa-17.0.1.tar.xz > > The message is about invalid instructions: > CXXLD libswrAVX.la > CXX libswrAVX2_la-swr_clear.lo > /tmp/ccDsR3FF.s: Assembler messages: > /tmp/ccDsR3FF.s:109: Error: no such instruction: `shlx %eax,%r8d,%ecx' > /tmp/ccDsR3FF.s:113: Error: no such instruction: `shlx %eax,%r9d,%ecx' > /tmp/ccDsR3FF.s:265: Error: no such instruction: `shlx %eax,%r14d,%edx' > make[5]: *** [libswrAVX2_la-swr_clear.lo] Error 1 > > > I use Python 2.7.9 with mako, gcc (GCC) 4.8.1 and the configure command > generated by paraview-superbuild process in superbuild/osmesa/src is: > > ./configure --prefix=/kareline/data/begou/PARAVIEW5/build-kareline/install > --enable-opengl --disable-gles1 --disable-gles2 --disable-va > --disable-xvmc --disable-vdpau > --enable-shared-glapi --disable-texture-float --enable-gallium-llvm > --enable-llvm-shared-libs > --with-gallium-drivers=swrast,swr --disable-dri --with-dri-drivers= > --disable-egl --with-egl-platforms= > --disable-gbm --disable-glx > > It seams the same as the one provided in the wiki. > > I've no idea on how to work around this... > > Thanks > > Patrick > > -- > =================================================================== > | Equipe M.O.S.T. | | > | Patrick BEGOU | mailto:Patrick.Begou at grenoble-inp.fr | > | LEGI | | > | BP 53 X | Tel 04 76 82 51 35 | > | 38041 GRENOBLE CEDEX | Fax 04 76 82 52 71 | > =================================================================== > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensou > rce/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kmorel at sandia.gov Fri Apr 21 10:53:27 2017 From: kmorel at sandia.gov (Moreland, Kenneth) Date: Fri, 21 Apr 2017 14:53:27 +0000 Subject: [Paraview] Integrating drag and lift over time Message-ID: Sanjeeb, You could click File ? Save Data and then save the result of the Integrate Variables filter as a CSV file. After the file dialog you get another dialog of options. Check the box marked "Write All Time Steps" and click OK. You should get a CSV file for every time step in your data. -Ken -----Original Message----- From: ParaView [mailto:paraview-bounces at paraview.org] On Behalf Of SanjeebPal Sent: Friday, April 21, 2017 7:07 AM To: paraview at paraview.org Subject: [EXTERNAL] [Paraview] Integrating drag and lift over time Hello: I have transient simulation results that I read into Paraview. I would like to calculate drag and lift at each time step. I have the normal and tangential wall stresses output at every time step. How do I accomplish this ? For a given time step, I understand that I can use the sequence of filters Extract Boundary surface -> Generate surface normals -> Multiply stress by area -> Multiply by normals -> Integrate Variables Filter How do I get this drag and lift output written out at each time step ? Regards, Sanjeeb Pal _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview From ben.boeckel at kitware.com Fri Apr 21 13:19:52 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Fri, 21 Apr 2017 13:19:52 -0400 Subject: [Paraview] problem freezing python In-Reply-To: References: Message-ID: <20170421171952.GA1611@megas.kitware.com> On Thu, Apr 20, 2017 at 14:44:47 -0700, Burlen Loring wrote: > [100%] Freezing Python and ParaView Python packages and modules > Removing > /usr/common/software/ParaView/builds/ParaView-5.3.0/Utilities/PythonInitializer/FrozenPython > Error: could not find python lib directory > Use > ``/usr/common/software/ParaView/builds/ParaView/ThirdParty/FreezePython/freeze/freeze_paraview.py > -h'' for help > CMake Error at > /usr/common/software/ParaView/builds/ParaView/ThirdParty/FreezePython/vtkFreezePython.cmake:64 > (message): > freeze_paraview failed (2) Looking at the code, it seems that there is not a `config.c.in` in your `lib/python2.x` directory. It seems that it only searches `lib`. Are you on a platform which uses `/usr/lib64`, `/usr/lib/x86_64-linux-gnu`, or similar? Can you find a `config.c.in` near your Python installation? --Ben From bloring at lbl.gov Fri Apr 21 15:10:36 2017 From: bloring at lbl.gov (Burlen Loring) Date: Fri, 21 Apr 2017 12:10:36 -0700 Subject: [Paraview] problem freezing python In-Reply-To: <20170421171952.GA1611@megas.kitware.com> References: <20170421171952.GA1611@megas.kitware.com> Message-ID: On 04/21/2017 10:19 AM, Ben Boeckel wrote: > On Thu, Apr 20, 2017 at 14:44:47 -0700, Burlen Loring wrote: >> [100%] Freezing Python and ParaView Python packages and modules >> Removing >> /usr/common/software/ParaView/builds/ParaView-5.3.0/Utilities/PythonInitializer/FrozenPython >> Error: could not find python lib directory >> Use >> ``/usr/common/software/ParaView/builds/ParaView/ThirdParty/FreezePython/freeze/freeze_paraview.py >> -h'' for help >> CMake Error at >> /usr/common/software/ParaView/builds/ParaView/ThirdParty/FreezePython/vtkFreezePython.cmake:64 >> (message): >> freeze_paraview failed (2) > Looking at the code, it seems that there is not a `config.c.in` in your > `lib/python2.x` directory. It seems that it only searches `lib`. Are you > on a platform which uses `/usr/lib64`, `/usr/lib/x86_64-linux-gnu`, or > similar? Can you find a `config.c.in` near your Python installation? > > --Ben That file lives in: lib/python2.7/config/config.c.in On this system Python (and all software) is installed on a high performance file system that is mounted read only on the compute system. We have to set certain environment vars to get Python to run from this location, but PV's cmake code overwrites at least one of them. I made the following change diff --git a/ThirdParty/FreezePython/vtkFreezePython.cmake b/ThirdParty/FreezePython/vtkFreezePython.cmake index a94a5d7..405f87b 100644 --- a/ThirdParty/FreezePython/vtkFreezePython.cmake +++ b/ThirdParty/FreezePython/vtkFreezePython.cmake @@ -33,7 +33,7 @@ endif() message("Removing ${OUTPUT_DIRECTORY}") file(REMOVE_RECURSE "${OUTPUT_DIRECTORY}") file(MAKE_DIRECTORY "${OUTPUT_DIRECTORY}") -set(ENV{PYTHONPATH} "${PACKAGE_ROOT}") +set(ENV{PYTHONPATH} "${PACKAGE_ROOT} $ENV{PYTHONPATH}") execute_process( COMMAND ${PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR}/freeze/freeze_paraview.py" lines 1-13/13 (END) the change got me further but still there are some issues [100%] Freezing Python and ParaView Python packages and modules Removing /usr/common/software/ParaView/builds/ParaView-5.3.0/Utilities/PythonInitializer/FrozenPython Traceback (most recent call last): File "/usr/common/software/ParaView/builds/ParaView/ThirdParty/FreezePython/freeze/freeze_paraview.py", line 100, in import modulefinder File "/usr/common/software/ParaView/python/2.7.12/lib/python2.7/modulefinder.py", line 10, in import struct File "/usr/common/software/ParaView/python/2.7.12/lib/python2.7/struct.py", line 1, in from _struct import * ImportError: No module named _struct CMake Error at /usr/common/software/ParaView/builds/ParaView/ThirdParty/FreezePython/vtkFreezePython.cmake:64 (message): freeze_paraview failed (1) Utilities/PythonInitializer/CMakeFiles/vtkUtilitiesPythonInitializer.dir/build.make:61: recipe for target 'Utilities/PythonInitializer/FrozenPython/vtkFrozenParaViewPython.h' failed make[2]: *** [Utilities/PythonInitializer/FrozenPython/vtkFrozenParaViewPython.h] Error 1 CMakeFiles/Makefile2:51795: recipe for target 'Utilities/PythonInitializer/CMakeFiles/vtkUtilitiesPythonInitializer.dir/all' failed make[1]: *** [Utilities/PythonInitializer/CMakeFiles/vtkUtilitiesPythonInitializer.dir/all] Error 2 Makefile:149: recipe for target 'all' failed make: *** [all] Error 2 From research at man-behind-moon.com Fri Apr 21 18:21:00 2017 From: research at man-behind-moon.com (Tobias D) Date: Sat, 22 Apr 2017 00:21:00 +0200 Subject: [Paraview] ParaView 5.3.0 and Qt5 linking error In-Reply-To: <20170421125627.GA5647@megas.kitware.com> References: <42651614.QQ5NXnGp5y@workstation> <20170421125627.GA5647@megas.kitware.com> Message-ID: <1978042.qO4Rh31BKS@workstation> I am here working on an Arch Linux system. What kind of standard library do you mean? I compiled GCC (6.2.0) and MPI (1.10.4) by myself. Btw you are right, the precompiled Qt libraries probably need older standard libraries. Maybe the GCC-6.2.0 is the problem. I also tried the precompiled Qt5 library in version 5.8.0. It does not work. The system Qt5 libraries (fom Arch repo) seem to be functional though. Thx for your response! Tobi On Friday, April 21, 2017 2:56:27 PM CEST Ben Boeckel wrote: > On Fri, Apr 21, 2017 at 14:38:30 +0200, Tobias D wrote: > > Following error is thrown: > > [100%] Linking CXX executable > > ../bin/pvserver../lib/libvtkPVServerManagerApplication- pv5.3.so.1: > > undefined reference to `__cxa_throw_bad_array_new_length at Qt_5'collect2: > > error: ld returned 1 exit status > > > > > - Qt 5.6.2 (precompiled from qt-project.org) > > It looks like Qt5 is linking a different (or expecting a newer) standard > library than you have available on your machine. What distro are you > using? > > --Ben From fabian.wein at fau.de Fri Apr 21 19:07:21 2017 From: fabian.wein at fau.de (Fabian Wein) Date: Sat, 22 Apr 2017 01:07:21 +0200 Subject: [Paraview] ParaView 5.3.0 and Qt5 linking error In-Reply-To: <1978042.qO4Rh31BKS@workstation> References: <42651614.QQ5NXnGp5y@workstation> <20170421125627.GA5647@megas.kitware.com> <1978042.qO4Rh31BKS@workstation> Message-ID: <5955C17D-FF7E-4EAB-B967-68EEB5C0391E@fau.de> Hi, in case you want to use superbuild, gcc 6.3.1 compiles qt 5.8.0 from PV 5.3 for me without any problems. Why do you want to use precompiled qt? On a fast Linux I build PV 5.3 superbuild with qt in ~30 min. If you want to compile qt-everywhere manually be warned, a plain configure took hours and many GBs for me - apparently all combinations of debug/relase/? were built. > I am here working on an Arch Linux system. What kind of standard library do > you mean? I compiled GCC (6.2.0) and MPI (1.10.4) by myself. > > Btw you are right, the precompiled Qt libraries probably need older standard > libraries. Maybe the GCC-6.2.0 is the problem. I also tried the precompiled > Qt5 library in version 5.8.0. It does not work. The system Qt5 libraries (fom > Arch repo) seem to be functional though. > > Thx for your response! > > Tobi > > > On Friday, April 21, 2017 2:56:27 PM CEST Ben Boeckel wrote: >> On Fri, Apr 21, 2017 at 14:38:30 +0200, Tobias D wrote: >>> Following error is thrown: >>> [100%] Linking CXX executable >>> ../bin/pvserver../lib/libvtkPVServerManagerApplication- pv5.3.so.1: >>> undefined reference to `__cxa_throw_bad_array_new_length at Qt_5'collect2: >>> error: ld returned 1 exit status >> >> >> >>> - Qt 5.6.2 (precompiled from qt-project.org) >> >> It looks like Qt5 is linking a different (or expecting a newer) standard >> library than you have available on your machine. What distro are you >> using? >> >> --Ben > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview From henrylau9677 at gmail.com Fri Apr 21 20:35:24 2017 From: henrylau9677 at gmail.com (Henry Lau) Date: Sat, 22 Apr 2017 01:35:24 +0100 Subject: [Paraview] Wind Velocity does not match cloud movement Message-ID: Hi, I was visualising my wind velocity using glyphs and cloud water content at the same time. However, I notice that the direction where the clouds move do not match the direction the glyphs pointing. Below are the steps how I create the output: The data is a netcdf file with wind variable array "ua" (eastward_wind_speed), "va" (northward_wind_speed), and "wa" (wind_vertical_velocity). I used a cell_data_to_point_data filter to convert them into point data. Then I combined these 3 arrays using a Paraview calculator with the equation iHat*ua + jHat*va + kHat*wa. Then do a glyph filter to visualise the wind velocity. Attached image is the output I got. The blue isosurfaces are the cloud water content while the glyphs are the wind velocity. The problem is, the clouds are moving to the left, which does not match where the glyphs are pointing at. What would be the possible reason for this error? TIA -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: clw_wind.png Type: image/png Size: 398558 bytes Desc: not available URL: From kmorel at sandia.gov Sat Apr 22 01:28:15 2017 From: kmorel at sandia.gov (Moreland, Kenneth) Date: Sat, 22 Apr 2017 05:28:15 +0000 Subject: [Paraview] Wind Velocity does not match cloud movement Message-ID: Are you reading your data in with the Generic/CF reader and with ?Spherical Coordinates? clicked on? If so, then the lat/lon/height coordinates are transformed to a sphere in the Cartesian space and thus no longer align with the x, y, and z axes. -Ken From: ParaView on behalf of Henry Lau Date: Friday, April 21, 2017 at 6:35 PM To: "paraview at paraview.org" Subject: [EXTERNAL] [Paraview] Wind Velocity does not match cloud movement Hi, I was visualising my wind velocity using glyphs and cloud water content at the same time. However, I notice that the direction where the clouds move do not match the direction the glyphs pointing. Below are the steps how I create the output: The data is a netcdf file with wind variable array "ua" (eastward_wind_speed), "va" (northward_wind_speed), and "wa" (wind_vertical_velocity). I used a cell_data_to_point_data filter to convert them into point data. Then I combined these 3 arrays using a Paraview calculator with the equation iHat*ua + jHat*va + kHat*wa. Then do a glyph filter to visualise the wind velocity. Attached image is the output I got. The blue isosurfaces are the cloud water content while the glyphs are the wind velocity. The problem is, the clouds are moving to the left, which does not match where the glyphs are pointing at. What would be the possible reason for this error? TIA [cid:image001.png at 01D2BAF6.F2C7B0A0] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 398559 bytes Desc: image001.png URL: From garcfd at gmail.com Sat Apr 22 03:25:52 2017 From: garcfd at gmail.com (Richardson CFD) Date: Sat, 22 Apr 2017 08:25:52 +0100 Subject: [Paraview] using user selected cells in the python shell Message-ID: managed to achieve it using the following (python shell) code: from paraview.simple import * ####extract ExtractSelection() Show() ####filter trans_prog_filter = ProgrammableFilter() RenameSource("Translate", trans_prog_filter) trans_prog_filter.Script = """ pdi = self.GetInput() pdo = self.GetOutput() newPoints = vtk.vtkPoints() numPoints = pdi.GetNumberOfPoints() for i in range(0, numPoints): coord = pdi.GetPoint(i) x, y, z = coord[:3] x = x - 1.0 y = y + 0.0 z = z + 0.0 newPoints.InsertPoint(i, x, y, z) pdo.SetPoints(newPoints) """ Show() -- Richardson CFD http://richardsoncfd.weebly.com

Virus-free. www.avast.com
-------------- next part -------------- A non-text attachment was scrubbed... Name: Capture.PNG Type: image/png Size: 65705 bytes Desc: not available URL: From mathieu.westphal at kitware.com Sat Apr 22 04:34:07 2017 From: mathieu.westphal at kitware.com (Mathieu Westphal) Date: Sat, 22 Apr 2017 10:34:07 +0200 Subject: [Paraview] ParaView 5.3.0 and Qt5 linking error In-Reply-To: <5955C17D-FF7E-4EAB-B967-68EEB5C0391E@fau.de> References: <42651614.QQ5NXnGp5y@workstation> <20170421125627.GA5647@megas.kitware.com> <1978042.qO4Rh31BKS@workstation> <5955C17D-FF7E-4EAB-B967-68EEB5C0391E@fau.de> Message-ID: I'm using Archlinux myself. FYI ParaView 5.3 can be built with all dependency installed from pacman. No need to build anything yourself or install binary tgz from upstream. Regards, On 22 Apr 2017 1:07 am, "Fabian Wein" wrote: > Hi, > > in case you want to use superbuild, gcc 6.3.1 compiles qt 5.8.0 from PV 5.3 > for me without any problems. Why do you want to use precompiled qt? > On a fast Linux I build PV 5.3 superbuild with qt in ~30 min. > > If you want to compile qt-everywhere manually be warned, a plain configure > took hours and many GBs for me - apparently all combinations of > debug/relase/? > were built. > > > I am here working on an Arch Linux system. What kind of standard library > do > > you mean? I compiled GCC (6.2.0) and MPI (1.10.4) by myself. > > > > Btw you are right, the precompiled Qt libraries probably need older > standard > > libraries. Maybe the GCC-6.2.0 is the problem. I also tried the > precompiled > > Qt5 library in version 5.8.0. It does not work. The system Qt5 libraries > (fom > > Arch repo) seem to be functional though. > > > > Thx for your response! > > > > Tobi > > > > > > On Friday, April 21, 2017 2:56:27 PM CEST Ben Boeckel wrote: > >> On Fri, Apr 21, 2017 at 14:38:30 +0200, Tobias D wrote: > >>> Following error is thrown: > >>> [100%] Linking CXX executable > >>> ../bin/pvserver../lib/libvtkPVServerManagerApplication- pv5.3.so.1: > >>> undefined reference to `__cxa_throw_bad_array_new_length at Qt_5 > 'collect2: > >>> error: ld returned 1 exit status > >> > >> > >> > >>> - Qt 5.6.2 (precompiled from qt-project.org) > >> > >> It looks like Qt5 is linking a different (or expecting a newer) standard > >> library than you have available on your machine. What distro are you > >> using? > >> > >> --Ben > > > > > > _______________________________________________ > > Powered by www.kitware.com > > > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > > > Search the list archives at: http://markmail.org/search/?q=ParaView > > > > Follow this link to subscribe/unsubscribe: > > http://public.kitware.com/mailman/listinfo/paraview > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -------------- next part -------------- An HTML attachment was scrubbed... URL: From henrylau9677 at gmail.com Sat Apr 22 09:29:40 2017 From: henrylau9677 at gmail.com (Henry Lau) Date: Sat, 22 Apr 2017 14:29:40 +0100 Subject: [Paraview] Wind Velocity does not match cloud movement In-Reply-To: References: Message-ID: <8C37E706-E66D-4345-A9ED-A28632CCB85A@gmail.com> Hi Ken, The thing is, the clouds are distorted if I switched off the ?Spherical Coordinates?, and the output shape looks something like a straight line. I attached the image for your reference. Henry > On 22 Apr 2017, at 6:28 AM, Moreland, Kenneth wrote: > > Are you reading your data in with the Generic/CF reader and with ?Spherical Coordinates? clicked on? If so, then the lat/lon/height coordinates are transformed to a sphere in the Cartesian space and thus no longer align with the x, y, and z axes. > > -Ken > > > From: ParaView > on behalf of Henry Lau > > Date: Friday, April 21, 2017 at 6:35 PM > To: "paraview at paraview.org " > > Subject: [EXTERNAL] [Paraview] Wind Velocity does not match cloud movement > > Hi, > > I was visualising my wind velocity using glyphs and cloud water content at the same time. However, I notice that the direction where the clouds move do not match the direction the glyphs pointing. > > Below are the steps how I create the output: > The data is a netcdf file with wind variable array "ua" (eastward_wind_speed), "va" (northward_wind_speed), and "wa" (wind_vertical_velocity). > I used a cell_data_to_point_data filter to convert them into point data. > Then I combined these 3 arrays using a Paraview calculator with the equation iHat*ua + jHat*va + kHat*wa. > Then do a glyph filter to visualise the wind velocity. > > Attached image is the output I got. > The blue isosurfaces are the cloud water content while the glyphs are the wind velocity. The problem is, the clouds are moving to the left, which does not match where the glyphs are pointing at. > > What would be the possible reason for this error? > > TIA > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screen Shot 2017-04-22 at 2.26.45 PM.png Type: image/png Size: 32428 bytes Desc: not available URL: From u.utku.turuncoglu at be.itu.edu.tr Sat Apr 22 09:47:50 2017 From: u.utku.turuncoglu at be.itu.edu.tr (u.utku.turuncoglu at be.itu.edu.tr) Date: Sat, 22 Apr 2017 16:47:50 +0300 (EEST) Subject: [Paraview] Wind Velocity does not match cloud movement In-Reply-To: <8C37E706-E66D-4345-A9ED-A28632CCB85A@gmail.com> References: <8C37E706-E66D-4345-A9ED-A28632CCB85A@gmail.com> Message-ID: <50332.78.182.85.99.1492868870.squirrel@webmail.be.itu.edu.tr> Hi, I think this is regional atmospheric model. Right? If this is the case, switched off spherical coordinates and add Transform filter to adjust z coordinate. This is very common problem when you want to create visualisation with earth system model components such as atmosphere and ocean. The problem is caused by the horizontal (~1000-10000 km) and vertical (~10 km) length scales. So, add Transform filter and set Scale for z axis as 0.001 or something similar. Then if you click camera Reset button that is found in the shortcuts, you will see that the strait line will disappear and you will have a box and could have the correct representation of your domain. I hope it helps. Regards, --ufuk > Hi Ken, > > The thing is, the clouds are distorted if I switched off the ???Spherical > Coordinates???, and the output shape looks something like a straight line. > I attached the image for your reference. > > > > Henry > >> On 22 Apr 2017, at 6:28 AM, Moreland, Kenneth wrote: >> >> Are you reading your data in with the Generic/CF reader and with >> ???Spherical Coordinates??? clicked on? If so, then the lat/lon/height >> coordinates are transformed to a sphere in the Cartesian space and thus >> no longer align with the x, y, and z axes. >> >> -Ken >> >> >> From: ParaView > > on behalf of Henry Lau >> > >> Date: Friday, April 21, 2017 at 6:35 PM >> To: "paraview at paraview.org " >> > >> Subject: [EXTERNAL] [Paraview] Wind Velocity does not match cloud >> movement >> >> Hi, >> >> I was visualising my wind velocity using glyphs and cloud water content >> at the same time. However, I notice that the direction where the clouds >> move do not match the direction the glyphs pointing. >> >> Below are the steps how I create the output: >> The data is a netcdf file with wind variable array "ua" >> (eastward_wind_speed), "va" (northward_wind_speed), and "wa" >> (wind_vertical_velocity). >> I used a cell_data_to_point_data filter to convert them into point data. >> Then I combined these 3 arrays using a Paraview calculator with the >> equation iHat*ua + jHat*va + kHat*wa. >> Then do a glyph filter to visualise the wind velocity. >> >> Attached image is the output I got. >> The blue isosurfaces are the cloud water content while the glyphs are >> the wind velocity. The problem is, the clouds are moving to the left, >> which does not match where the glyphs are pointing at. >> >> What would be the possible reason for this error? >> >> TIA >> > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > From huangrui.mo at uwaterloo.ca Sun Apr 23 14:31:55 2017 From: huangrui.mo at uwaterloo.ca (Huangrui Mo) Date: Sun, 23 Apr 2017 14:31:55 -0400 Subject: [Paraview] Maximum Number of Labels in Color Legend Does Not Function Properly When Using Log Scale Message-ID: Dear Paraview Developers, When the "Use log scale when mapping data to colors" is enabled, the "Maximum Number of Labels" in the "Color Legend Parameters" panel does not function to control the number of levels shown on the legend. I tested on Paraview 5.1.0 64-bit-Linux as well as Paraview 5.3.0 64-bit-Linux, and this issue consistently presents. In addition, When the log scale is enabled, the "Value" section in "Annotations" fails to map to the correct position on the legend. Thank you very much for taking time to examine the above problem. Sincerely, Huangrui -- ***************************************************** Huangrui Mo, PhD Candidate Fluid Mechanics Department of Mechanical & Mechatronics Engineering University of Waterloo Waterloo, Ontario N2L 3G1, Canada E-mail: huangrui.mo at uwaterloo.ca ***************************************************** From lisakauffmann at web.de Mon Apr 24 04:41:54 2017 From: lisakauffmann at web.de (lisa kauffmann) Date: Mon, 24 Apr 2017 10:41:54 +0200 Subject: [Paraview] Pythonscript for listing elements from pipeline in an XML Message-ID: An HTML attachment was scrubbed... URL: From ben.boeckel at kitware.com Mon Apr 24 09:52:25 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Mon, 24 Apr 2017 09:52:25 -0400 Subject: [Paraview] problem freezing python In-Reply-To: References: <20170421171952.GA1611@megas.kitware.com> Message-ID: <20170424135225.GA1628@megas.kitware.com> On Fri, Apr 21, 2017 at 12:10:36 -0700, Burlen Loring wrote: > That file lives in: lib/python2.7/config/config.c.in OK, it looks like the freeze_paraview.py file can't find it. Could you debug around line 250 to see what it is actually doing? > -set(ENV{PYTHONPATH} "${PACKAGE_ROOT}") > +set(ENV{PYTHONPATH} "${PACKAGE_ROOT} $ENV{PYTHONPATH}") I don't see how this is valid (unless breaking the first entry in `PYTHONPATH` is the goal); it should be separated by a colon. > "/usr/common/software/ParaView/python/2.7.12/lib/python2.7/struct.py", What Python is this? Where did it come from? > line 1, in > from _struct import * > ImportError: No module named _struct Can you import it in the interpreter living in the above directory? --Ben From utkarsh.ayachit at kitware.com Mon Apr 24 10:50:50 2017 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Mon, 24 Apr 2017 10:50:50 -0400 Subject: [Paraview] using selected cells in the python programmable filter In-Reply-To: References: Message-ID: Very tricky :). This use-case isn't easily supported currently. Please feel free to report a feature request on issue tracer. For now, you can potentially apply the **Extract Selection** filter and then run the Python programmable filter one it. Utkarsh On Wed, Apr 19, 2017 at 10:54 AM, Richardson CFD wrote: > How do you operate on screen selected cells (Select Cells On) from > within the Python Programmable Filter? > > -- > Richardson CFD > http://richardsoncfd.weebly.com > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > From utkarsh.ayachit at kitware.com Mon Apr 24 11:00:33 2017 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Mon, 24 Apr 2017 11:00:33 -0400 Subject: [Paraview] Python tracing doesn't work for opacity time frames? In-Reply-To: <20170419140917.GA7480@avignon> References: <20170419140917.GA7480@avignon> Message-ID: Robert, I've reported the issue here: https://gitlab.kitware.com/paraview/paraview/issues/17395 You can get access to the opacity track using the API similar to getting track for any other attribute as "Radius" for SPhere Source. a = GetAnimationTrack('Opacity', index=0, proxy=sphere1) Now you can add keyframes etc to the track. Utkarsh On Wed, Apr 19, 2017 at 10:09 AM, Robert Sawko wrote: > Hi, > > I am trying to script paraview to ramp up opacity of some objects, but it seems > that the tracing functionality isn't working. I've selected maximum verbosity > options in Tools->Start trace, but nothing is produced. > > Could anyone perhaps share a script with Opacity? I've been able to work > out camera actions with PV, but it seems to me that opacity ramping is more > difficult as it needs some reference to an object it's meant to affect. > > Please let me know, > Robert > -- > Constellation iridium and its flares > https://www.youtube.com/watch?v=MTGVuPr9Epg > https://en.wikipedia.org/wiki/Iridium_satellite_constellation > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview From nico.schloemer at gmail.com Mon Apr 24 16:58:56 2017 From: nico.schloemer at gmail.com (=?UTF-8?Q?Nico_Schl=C3=B6mer?=) Date: Mon, 24 Apr 2017 20:58:56 +0000 Subject: [Paraview] xdmf2 vs xdmf3 file type Message-ID: Hi everyone, I have a simulation code that spits out XDMF2 data (something.xdmf), and I can visualize that with ParaView by opening the file, then selecting XDMF over XDMF3 in a menu. Since I have to repeat this process often, I'm asking myself if there's a specific XDMF2 (or XDMF3) file extension that would allow me to skip the dialog. Any hints? Cheers, Nico -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave.demarle at kitware.com Mon Apr 24 17:07:37 2017 From: dave.demarle at kitware.com (David E DeMarle) Date: Mon, 24 Apr 2017 17:07:37 -0400 Subject: [Paraview] xdmf2 vs xdmf3 file type In-Reply-To: References: Message-ID: They both claim ".xmf" and ".xdmf" via the ReaderFactor extensions line you will find in readers.xml and proxies_xdmf3.xml. If one had something like xmf2 and the other xmf3 it would do what you are asking for. You could do that if you build from source for example. If not you should be able to force something like that by making a dummy reader xml only plugin just to get the file extension association. See http://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Adding_a_Reader for hints. David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Mon, Apr 24, 2017 at 4:58 PM, Nico Schl?mer wrote: > Hi everyone, > > I have a simulation code that spits out XDMF2 data (something.xdmf), and I > can visualize that with ParaView by opening the file, then selecting XDMF > over XDMF3 in a menu. > Since I have to repeat this process often, I'm asking myself if there's a > specific XDMF2 (or XDMF3) file extension that would allow me to skip the > dialog. > > Any hints? > > Cheers, > Nico > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dan.lipsa at kitware.com Mon Apr 24 17:43:56 2017 From: dan.lipsa at kitware.com (Dan Lipsa) Date: Mon, 24 Apr 2017 17:43:56 -0400 Subject: [Paraview] Your thred on Kitware forum about particle tracing Message-ID: Hi Jagan, Sorry for my delayed reply - I have been in vacation last week. This shows why it is a good idea to send questions to the ParaView list rather than individual developers. This way, you'll probably get answers quicker. 1. You probably seeded your streamlines in areas where vector values are very small. Try increasing Streamline Parameters / Maximum Steps and / or Maximum Streamline Length. You can also try changing the Line Parameters and moving the seeding line to a different area of your dataset. 2. There are standard vector measures computed: AngularVelocity Rotation Vorticity and additional arrays that provide more information about the process: IntegrationTime ReasonForTermination SeedIds The documentation for the class used is at: http://www.vtk.org/doc/nightly/html/classvtkStreamTracer.html Dan >Hi Dan, > >I am Jagan Gorle, a CFD engineer and new user of paraview. >I went through your tag on Paraview/Kitware forum regarding the particle tracer. I have now the >same problem. I see the particles staying at the patch where they are injected. >1. Can you please give me steps how to trace the particle motion? >2. Also, how to measure other kinematics such as drag/force, momentum, velocity plot etc for the >particles? > >Your help would be appreciated. > >Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From bloring at lbl.gov Mon Apr 24 18:03:29 2017 From: bloring at lbl.gov (Burlen Loring) Date: Mon, 24 Apr 2017 15:03:29 -0700 Subject: [Paraview] problem freezing python In-Reply-To: <20170424135225.GA1628@megas.kitware.com> References: <20170421171952.GA1611@megas.kitware.com> <20170424135225.GA1628@megas.kitware.com> Message-ID: Hi Ben, Right you are, should be : and not ' '. Seems as though the issues are all related to recent OS upgrades on our side. I reinstalled Python and the build completes without error and I see all the output of the freezing process. One issue I'm still having is that import math fails. Other modules like numpy import it, and as a result fail to import as well. See below. I'm hesitant to install with freezing because of this. math seems to be an essential module, without which it would be difficult to do any on the fly calculations such as camera positioning etc. Do you have any plans to fix this? swowner at cori01:/usr/common/software/ParaView/builds/ParaView-5.3.0> ./bin/pvpython Python 2.7.12 (default, Apr 24 2017, 13:19:37) [GCC 6.3.0 20161221 (Cray Inc.)] on linux2 >>> import math Traceback (most recent call last): File "", line 1, in ImportError: No module named math On 04/24/2017 06:52 AM, Ben Boeckel wrote: > On Fri, Apr 21, 2017 at 12:10:36 -0700, Burlen Loring wrote: >> That file lives in: lib/python2.7/config/config.c.in > OK, it looks like the freeze_paraview.py file can't find it. Could you > debug around line 250 to see what it is actually doing? > >> -set(ENV{PYTHONPATH} "${PACKAGE_ROOT}") >> +set(ENV{PYTHONPATH} "${PACKAGE_ROOT} $ENV{PYTHONPATH}") > I don't see how this is valid (unless breaking the first entry in > `PYTHONPATH` is the goal); it should be separated by a colon. > >> "/usr/common/software/ParaView/python/2.7.12/lib/python2.7/struct.py", > What Python is this? Where did it come from? > >> line 1, in >> from _struct import * >> ImportError: No module named _struct > Can you import it in the interpreter living in the above directory? > > --Ben From scott.wittenburg at kitware.com Mon Apr 24 18:31:20 2017 From: scott.wittenburg at kitware.com (Scott Wittenburg) Date: Mon, 24 Apr 2017 16:31:20 -0600 Subject: [Paraview] Pythonscript for listing elements from pipeline in an XML In-Reply-To: References: Message-ID: ParaViewWeb has the capability to do most of those things in python. See here: https://gitlab.kitware.com/paraview/paraview/blob/master/Web/Python/paraview/web/protocols.py#L1930 for an example of some code which gathers the list of pipeline elements. Then see here: https://gitlab.kitware.com/paraview/paraview/blob/master/Web/Python/paraview/web/protocols.py#L1801 for some example code which reads a state file. That protocols.py file has examples of doing all kinds of things in Python, hopefully it will help you get where you need to be. Cheers, Scott On Mon, Apr 24, 2017 at 2:41 AM, lisa kauffmann wrote: > Dear ParaViewers, > > I've been working with paraview for a while now but I never tried > scripting with Python. > Now my question: > Is there a posibility to list all the names of the elements in my > paraview-pipeline with a python script and then write the names into an > XML-file? The thing ist I don't want to open paraview for that: I need a > function in python that calls my paraview .pvsm-file with all the > information about my paraview state. > > The XML-file should look like that (when i have for example filters used > in my pipeline): > > - > - > Streamlines > - > - > Slice > > > Thank You, > > namali92 > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From philippjung2010 at live.de Tue Apr 25 04:47:44 2017 From: philippjung2010 at live.de (philipp jung) Date: Tue, 25 Apr 2017 08:47:44 +0000 Subject: [Paraview] Outline of vtkImageData incorrect? Message-ID: Dear all, Within one of my custom filters i am trying to return an uniform grid, i.e. vtkImageData. When using the filter within paraview the bounds, extent and spacing are detected correctly, meaning they are the same as the input, as intended. However, the outline representation greatly differs from the outline of the input data. I have included pictures of the surface and point representation of the output. Notice that the "volume" is open on the one side. The outline image shows the outline of the original image, which would be the correct size, while the actual outline is larger than intended. I appreciate any indication what might be causing this behavior. Best regards Philipp Jung [cid:part1.2A1239EA.8FAA5382 at live.de][cid:part2.FD3D1F1E.AF976835 at live.de][cid:part3.A9F41F58.B1386185 at live.de] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: maohnglghoafdehj.png Type: image/png Size: 4322 bytes Desc: maohnglghoafdehj.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: mkijdggpplcdihbg.png Type: image/png Size: 4573 bytes Desc: mkijdggpplcdihbg.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: bjohmflnbgjnojkb.png Type: image/png Size: 6055 bytes Desc: bjohmflnbgjnojkb.png URL: From nenadus at gmail.com Tue Apr 25 05:59:42 2017 From: nenadus at gmail.com (Nenad Vujicic) Date: Tue, 25 Apr 2017 11:59:42 +0200 Subject: [Paraview] ParaView v5.3: Generating textures from scalars and lookup table In-Reply-To: References: Message-ID: David, Thank you very much for your response! I tried what you suggested and it worked, but, I'm getting bad texture, i.e. I get texture 2xN, where N is number of segments in colormap and the exported texture mapped object looks like I turned OFF InterpolateScalarsBeforeMapping flag. I would like to simulate InterpolateScalarsBeforeMapping behavior by baking entire texture first and exporting it. You can easily see difference if you create Wavelet source, turn ON Surface representation, select RTData array for coloring and set Number Of Table Values (in Color Map Editor) to e.g. 5. What I did in background is: I patched vtkCompositePolyDataMapper2Internal and vtkCompositePolyDataMapper2, so I'm able to access appropriate block mapper and get rid of old colormap texture, coordinates, colors, call MapScalars(), dump created ColorMapTexture to .vti file (everything performed on block-mapper). Do you have some idea where I made mistake? Thanks in advance! Nenad. On Thu, Apr 13, 2017 at 2:33 PM, David E DeMarle wrote: > Hi Nenand, > > You might try vtkMapper::GetColorMapColors/ColorCoordinates/ColorTextureMap. > I'm using this in the OSPRay renderer for example. > > Out of curiosity is this for the p2f3d exporter plugin? > > cheers > > > David E DeMarle > Kitware, Inc. > R&D Engineer > 21 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-881-4909 <(518)%20881-4909> > > On Tue, Apr 11, 2017 at 6:34 AM, Nenad Vujicic wrote: > >> Hello everyone, >> >> I've just started building my ParaView exporter plugin using ParaView >> v5.3 with OpenGL2 selected for backend rendering >> (PARAVIEW_RENDERING_BACKEND), however, I'm having troubles with generating >> textures from scalars used for coloring the meshes. What I'm actually doing >> here is that I'm generating texture from currently selected array and >> lookup-table and I export texture mapped object instead of exporting object >> plus scalars and colormap or colors. Previously (with OpenGL used for >> backend rendering), I was deriving class from vtkScalarsToColorsPainter >> class for this purpose, however, now, this class is not used anymore with >> OpenGL2. >> >> Does anyone have idea how to solve this problem? >> >> Thanks in advance, >> Nenad. >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nico.schloemer at gmail.com Tue Apr 25 07:17:06 2017 From: nico.schloemer at gmail.com (=?UTF-8?Q?Nico_Schl=C3=B6mer?=) Date: Tue, 25 Apr 2017 11:17:06 +0000 Subject: [Paraview] xdmf2 vs xdmf3 file type In-Reply-To: References: Message-ID: > If one had something like xmf2 and the other xmf3 it would do what you are asking for. > You could do that if you build from source for example. I don't have a problem with that. What do I need to patch? Cheers, Nico On Mon, Apr 24, 2017 at 11:07 PM David E DeMarle wrote: > They both claim ".xmf" and ".xdmf" via the ReaderFactor extensions line > you will find in readers.xml and proxies_xdmf3.xml. If one had something > like xmf2 and the other xmf3 it would do what you are asking for. You could > do that if you build from source for example. > > If not you should be able to force something like that by making a dummy > reader xml only plugin just to get the file extension association. See > http://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Adding_a_Reader for > hints. > > > > > David E DeMarle > Kitware, Inc. > R&D Engineer > 21 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-881-4909 > > On Mon, Apr 24, 2017 at 4:58 PM, Nico Schl?mer > wrote: > >> Hi everyone, >> >> I have a simulation code that spits out XDMF2 data (something.xdmf), and >> I can visualize that with ParaView by opening the file, then selecting XDMF >> over XDMF3 in a menu. >> Since I have to repeat this process often, I'm asking myself if there's a >> specific XDMF2 (or XDMF3) file extension that would allow me to skip the >> dialog. >> >> Any hints? >> >> Cheers, >> Nico >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave.demarle at kitware.com Tue Apr 25 09:21:16 2017 From: dave.demarle at kitware.com (David E DeMarle) Date: Tue, 25 Apr 2017 09:21:16 -0400 Subject: [Paraview] xdmf2 vs xdmf3 file type In-Reply-To: References: Message-ID: This should do it. diff --git a/ParaViewCore/ServerManager/SMApplication/Resources/proxies_xdmf3.xml b/ParaViewCore/ServerManager/SMApplication/Resources/proxies_xdmf3.xml index 46bf7fb..9236ebd 100644 --- a/ParaViewCore/ServerManager/SMApplication/Resources/proxies_xdmf3.xml +++ b/ParaViewCore/ServerManager/SMApplication/Resources/proxies_xdmf3.xml @@ -95,7 +95,7 @@ - @@ -128,7 +128,7 @@ type, otherwise it's a vtkMultiBlockDataSet. - @@ -158,7 +158,7 @@ type, otherwise it's a vtkMultiBlockDataSet. - diff --git a/ParaViewCore/ServerManager/SMApplication/Resources/readers.xml b/ParaViewCore/ServerManager/SMApplication/Resources/readers.xml index 0eb9ec0..22e0dc5 100644 --- a/ParaViewCore/ServerManager/SMApplication/Resources/readers.xml +++ b/ParaViewCore/ServerManager/SMApplication/Resources/readers.xml @@ -5550,7 +5550,7 @@ Available timestep values. - David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Tue, Apr 25, 2017 at 7:17 AM, Nico Schl?mer wrote: > > If one had something like xmf2 and the other xmf3 it would do what you > are asking for. > > You could do that if you build from source for example. > > I don't have a problem with that. What do I need to patch? > > Cheers, > Nico > > > On Mon, Apr 24, 2017 at 11:07 PM David E DeMarle > wrote: > >> They both claim ".xmf" and ".xdmf" via the ReaderFactor extensions line >> you will find in readers.xml and proxies_xdmf3.xml. If one had something >> like xmf2 and the other xmf3 it would do what you are asking for. You could >> do that if you build from source for example. >> >> If not you should be able to force something like that by making a dummy >> reader xml only plugin just to get the file extension association. See >> http://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Adding_a_Reader for >> hints. >> >> >> >> >> David E DeMarle >> Kitware, Inc. >> R&D Engineer >> 21 Corporate Drive >> Clifton Park, NY 12065-8662 >> Phone: 518-881-4909 <(518)%20881-4909> >> >> On Mon, Apr 24, 2017 at 4:58 PM, Nico Schl?mer >> wrote: >> >>> Hi everyone, >>> >>> I have a simulation code that spits out XDMF2 data (something.xdmf), and >>> I can visualize that with ParaView by opening the file, then selecting XDMF >>> over XDMF3 in a menu. >>> Since I have to repeat this process often, I'm asking myself if there's >>> a specific XDMF2 (or XDMF3) file extension that would allow me to skip the >>> dialog. >>> >>> Any hints? >>> >>> Cheers, >>> Nico >>> >>> _______________________________________________ >>> Powered by www.kitware.com >>> >>> Visit other Kitware open-source projects at http://www.kitware.com/ >>> opensource/opensource.html >>> >>> Please keep messages on-topic and check the ParaView Wiki at: >>> http://paraview.org/Wiki/ParaView >>> >>> Search the list archives at: http://markmail.org/search/?q=ParaView >>> >>> Follow this link to subscribe/unsubscribe: >>> http://public.kitware.com/mailman/listinfo/paraview >>> >>> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From utkarsh.ayachit at kitware.com Tue Apr 25 10:22:13 2017 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Tue, 25 Apr 2017 10:22:13 -0400 Subject: [Paraview] Outline of vtkImageData incorrect? In-Reply-To: References: Message-ID: If you can share the dataset, it may be easier to point out what could be going wrong. Thanks Utkarsh On Tue, Apr 25, 2017 at 4:47 AM, philipp jung wrote: > Dear all, > > Within one of my custom filters i am trying to return an uniform grid, > i.e. vtkImageData. > > When using the filter within paraview the bounds, extent and spacing are > detected correctly, meaning they are the same as the input, as intended. > However, the outline representation greatly differs from the outline of the > input data. I have included pictures of the surface and point > representation of the output. Notice that the "volume" is open on the one > side. The outline image shows the outline of the original image, which > would be the correct size, while the actual outline is larger than > intended. I appreciate any indication what might be causing this behavior. > > Best regards > > Philipp Jung > > > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: maohnglghoafdehj.png Type: image/png Size: 4322 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: mkijdggpplcdihbg.png Type: image/png Size: 4573 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: bjohmflnbgjnojkb.png Type: image/png Size: 6055 bytes Desc: not available URL: From gabrielrezendenahas at gmail.com Tue Apr 25 10:30:15 2017 From: gabrielrezendenahas at gmail.com (Gabriel Nahas) Date: Tue, 25 Apr 2017 16:30:15 +0200 Subject: [Paraview] Programmable Filter - Multiple Inputs - Crash Message-ID: Dear all, I am trying to use a programmable filter that takes two other filters from different blocks as inputs. When I get each data as input (and output) separately my filter works, but when I try with both filters as input and output at the same time it crashes. Does anyone know what might be the cause? Here the short code of the script I am using that crashes. a = inputs[0].PointData["a"] b = inputs[1].PointData["b"] output.PointData.append(a, "a") output.PointData.append(b, "b") PS: For information, I am trying doing a script that calculates wall shear stress. One of the input is the velocity gradient and the other one the normal vectors. Best regards, Gabriel Nahas -- [image: photo] *Gabriel Nahas* Master Student at ?cole Polytechnique +33 6 38 28 29 92 <+33+6+38+28+29+92> | Skype: gabrielrezendenahas ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From kmorel at sandia.gov Tue Apr 25 10:48:25 2017 From: kmorel at sandia.gov (Moreland, Kenneth) Date: Tue, 25 Apr 2017 14:48:25 +0000 Subject: [Paraview] Programmable Filter - Multiple Inputs - Crash Message-ID: Gabriel, I tried loading in your script into ParaView 5.3 and was unable to replicate your crash even when the number of points did not match or I used fields that did not exist. Are you using the most recent version of ParaView? If so, can you tell us more about your data? -Ken From: ParaView [mailto:paraview-bounces at paraview.org] On Behalf Of Gabriel Nahas Sent: Tuesday, April 25, 2017 8:30 AM To: paraview at paraview.org Subject: [EXTERNAL] [Paraview] Programmable Filter - Multiple Inputs - Crash Dear all, I am trying to use a programmable filter that takes two other filters from different blocks as inputs. When I get each data as input (and output) separately my filter works, but when I try with both filters as input and output at the same time it crashes. Does anyone know what might be the cause? Here the short code of the script I am using that crashes. a = inputs[0].PointData["a"] b = inputs[1].PointData["b"] output.PointData.append(a, "a") output.PointData.append(b, "b") PS: For information, I am trying doing a script that calculates wall shear stress. One of the input is the velocity gradient and the other one the normal vectors. Best regards, Gabriel Nahas -- [photo] Gabriel Nahas Master Student at ?cole Polytechnique +33 6 38 28 29 92 | Skype: gabrielrezendenahas [https://s3.amazonaws.com/images.wisestamp.com/icons_32/facebook.png] [https://s3.amazonaws.com/images.wisestamp.com/icons_32/linkedin.png] [https://mailfoogae.appspot.com/t?sender=aZ2FicmllbHJlemVuZGVuYWhhc0BnbWFpbC5jb20%3D&type=zerocontent&guid=9905502d-9c30-455a-8535-196b6961a18b]? -------------- next part -------------- An HTML attachment was scrubbed... URL: From gabrielrezendenahas at gmail.com Tue Apr 25 10:58:07 2017 From: gabrielrezendenahas at gmail.com (Gabriel Nahas) Date: Tue, 25 Apr 2017 16:58:07 +0200 Subject: [Paraview] Programmable Filter - Multiple Inputs - Crash In-Reply-To: References: Message-ID: Ken, Thank you very much for trying. I am using version 4.3 of ParaView, but I also tried my code in the version 5.1 and it is also crashing. The first input data is a PointData vector with three components (x,y,z) and around 41,000 points. The second input are the normal vectors of my geometry that consist in around 12,000 points. To get the Normal Vectors, I used Extract Surface > Generate Surface Normals > Cell Data to Pointa Data. ? On 25 April 2017 at 16:48, Moreland, Kenneth wrote: > Gabriel, > > > > I tried loading in your script into ParaView 5.3 and was unable to > replicate your crash even when the number of points did not match or I used > fields that did not exist. Are you using the most recent version of > ParaView? If so, can you tell us more about your data? > > > > -Ken > > > > *From:* ParaView [mailto:paraview-bounces at paraview.org] *On Behalf Of *Gabriel > Nahas > *Sent:* Tuesday, April 25, 2017 8:30 AM > *To:* paraview at paraview.org > *Subject:* [EXTERNAL] [Paraview] Programmable Filter - Multiple Inputs - > Crash > > > > Dear all, > > > I am trying to use a programmable filter that takes two other filters from > different blocks as inputs. When I get each data as input (and output) > separately my filter works, but when I try with both filters as input and > output at the same time it crashes. Does anyone know what might be the > cause? > > Here the short code of the script I am using that crashes. > > a = inputs[0].PointData["a"] > b = inputs[1].PointData["b"] > output.PointData.append(a, "a") > output.PointData.append(b, "b") > > PS: For information, I am trying doing a script that calculates wall shear > stress. One of the input is the velocity gradient and the other one the > normal vectors. > > > > Best regards, > > > > Gabriel Nahas > > -- > > > > [image: photo] > > *Gabriel Nahas* > Master Student at ?cole Polytechnique > > +33 6 38 28 29 92 <+33+6+38+28+29+92> | Skype: gabrielrezendenahas > > > > > > > > ? > -- [image: photo] *Gabriel Nahas* Master Student at ?cole Polytechnique +33 6 38 28 29 92 <+33+6+38+28+29+92> | Skype: gabrielrezendenahas -------------- next part -------------- An HTML attachment was scrubbed... URL: From kmorel at sandia.gov Tue Apr 25 11:12:19 2017 From: kmorel at sandia.gov (Moreland, Kenneth) Date: Tue, 25 Apr 2017 15:12:19 +0000 Subject: [Paraview] Programmable Filter - Multiple Inputs - Crash Message-ID: <39553b18f3304a948e787556ee415c0a@ES08AMSNLNT.srn.sandia.gov> Gabriel, I was using scalar data, but I just tried again with vectors of three components, and everything still worked fine. Your data is not that large, so I doubt you are running out. It could be because you are setting point data to an array that is the wrong size. That is generally a pretty bad idea. I tried that, too, and it worked OK for me. But I imagine that there could be filters or other components that could crash with a buffer overrun. My first suggestion would be trying the latest version of ParaView to see if that fixes the problem. If it doesn?t, then I would alter your script to make sure you never add a PointData field to an output when the size does not match the number of points. -Ken From: Gabriel Nahas [mailto:gabrielrezendenahas at gmail.com] Sent: Tuesday, April 25, 2017 8:58 AM To: Moreland, Kenneth Cc: paraview at paraview.org Subject: [EXTERNAL] Re: [Paraview] Programmable Filter - Multiple Inputs - Crash Ken, Thank you very much for trying. I am using version 4.3 of ParaView, but I also tried my code in the version 5.1 and it is also crashing. The first input data is a PointData vector with three components (x,y,z) and around 41,000 points. The second input are the normal vectors of my geometry that consist in around 12,000 points. To get the Normal Vectors, I used Extract Surface > Generate Surface Normals > Cell Data to Pointa Data. [https://mailfoogae.appspot.com/t?sender=aZ2FicmllbHJlemVuZGVuYWhhc0BnbWFpbC5jb20%3D&type=zerocontent&guid=60863486-e7b0-4ecd-8704-e5c1e32284a5]? On 25 April 2017 at 16:48, Moreland, Kenneth > wrote: Gabriel, I tried loading in your script into ParaView 5.3 and was unable to replicate your crash even when the number of points did not match or I used fields that did not exist. Are you using the most recent version of ParaView? If so, can you tell us more about your data? -Ken From: ParaView [mailto:paraview-bounces at paraview.org] On Behalf Of Gabriel Nahas Sent: Tuesday, April 25, 2017 8:30 AM To: paraview at paraview.org Subject: [EXTERNAL] [Paraview] Programmable Filter - Multiple Inputs - Crash Dear all, I am trying to use a programmable filter that takes two other filters from different blocks as inputs. When I get each data as input (and output) separately my filter works, but when I try with both filters as input and output at the same time it crashes. Does anyone know what might be the cause? Here the short code of the script I am using that crashes. a = inputs[0].PointData["a"] b = inputs[1].PointData["b"] output.PointData.append(a, "a") output.PointData.append(b, "b") PS: For information, I am trying doing a script that calculates wall shear stress. One of the input is the velocity gradient and the other one the normal vectors. Best regards, Gabriel Nahas -- [photo] Gabriel Nahas Master Student at ?cole Polytechnique +33 6 38 28 29 92 | Skype: gabrielrezendenahas [https://s3.amazonaws.com/images.wisestamp.com/icons_32/facebook.png] [https://s3.amazonaws.com/images.wisestamp.com/icons_32/linkedin.png] [https://mailfoogae.appspot.com/t?sender=aZ2FicmllbHJlemVuZGVuYWhhc0BnbWFpbC5jb20%3D&type=zerocontent&guid=9905502d-9c30-455a-8535-196b6961a18b]? -- [photo] Gabriel Nahas Master Student at ?cole Polytechnique +33 6 38 28 29 92 | Skype: gabrielrezendenahas [https://s3.amazonaws.com/images.wisestamp.com/icons_32/facebook.png] [https://s3.amazonaws.com/images.wisestamp.com/icons_32/linkedin.png] -------------- next part -------------- An HTML attachment was scrubbed... URL: From Amine.Aboufirass at deltares.nl Wed Apr 26 04:37:11 2017 From: Amine.Aboufirass at deltares.nl (Amine Aboufirass) Date: Wed, 26 Apr 2017 08:37:11 +0000 Subject: [Paraview] First Paraview Question Message-ID: Hello This is my first email message to the list. I am trying to figure out how to get Paraview to recognize tab delimiters in a text file input in the Pipeline browser. Thanks for your consideration and look forward to hearing from you. Amine Aboufirass DISCLAIMER: This message is intended exclusively for the addressee(s) and may contain confidential and privileged information. If you are not the intended recipient please notify the sender immediately and destroy this message. Unauthorized use, disclosure or copying of this message is strictly prohibited. The foundation 'Stichting Deltares', which has its seat at Delft, The Netherlands, Commercial Registration Number 41146461, is not liable in any way whatsoever for consequences and/or damages resulting from the improper, incomplete and untimely dispatch, receipt and/or content of this e-mail. -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Wed Apr 26 09:04:47 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Wed, 26 Apr 2017 09:04:47 -0400 Subject: [Paraview] First Paraview Question In-Reply-To: References: Message-ID: Amine, Here's what I had to do on a Mac: * Type a tab character in a text editor. * Copy the tab character. * Paste it in the "Field Delimiter Characters" field in the Properties panel when the CSV file is selected in the Pipeline Browser. * Click apply. Hopefully that will work for you, too. - Cory On Wed, Apr 26, 2017 at 4:37 AM, Amine Aboufirass wrote: > Hello > > > > This is my first email message to the list. I am trying to figure out how to > get Paraview to recognize tab delimiters in a text file input in the > Pipeline browser. Thanks for your consideration and look forward to hearing > from you. > > > > Amine Aboufirass > > DISCLAIMER: This message is intended exclusively for the addressee(s) and > may contain confidential and privileged information. If you are not the > intended recipient please notify the sender immediately and destroy this > message. Unauthorized use, disclosure or copying of this message is strictly > prohibited. The foundation 'Stichting Deltares', which has its seat at > Delft, The Netherlands, Commercial Registration Number 41146461, is not > liable in any way whatsoever for consequences and/or damages resulting from > the improper, incomplete and untimely dispatch, receipt and/or content of > this e-mail. > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From andy.bauer at kitware.com Wed Apr 26 10:11:31 2017 From: andy.bauer at kitware.com (Andy Bauer) Date: Wed, 26 Apr 2017 10:11:31 -0400 Subject: [Paraview] How to run a simulation with Catalyst and display the result using tiled display? In-Reply-To: <18fb195.1cd88.15b8142c62d.Coremail.yzhzhang@ipe.ac.cn> References: <18fb195.1cd88.15b8142c62d.Coremail.yzhzhang@ipe.ac.cn> Message-ID: Hi, I believe that this should be possible but I haven't done it myself so I can't guarantee that it would work. There may be some needed development involved in order to get it working properly. Andy On Tue, Apr 18, 2017 at 9:31 AM, ??? wrote: > > > Hello, > > I want to visualize a simulation program in situ and display it using a > tiled screen. I can run the simulation with Catalyst and MPI, and I can > also configure ParaView for a 3x2 tiled screen. However, if I run paraview > with tiled display, the control of the servers' window will be taken by > paraview so I can't start the simulation program. I tried to start the > simulation through ssh, but after connecting to the simulation using > Catalyst, the simulation program crashed with these errors: > > ERROR: In /root/Desktop/ParaView-v5.2.0/VTK/Common/System/vtkSocket.cxx, > line 481 > vtkClientSocket (0x1f0bbb0): Socket error in call to connect. Connection > refused. > > ERROR: In /root/Desktop/ParaView-v5.2.0/VTK/Common/System/vtkClientSocket.cxx, > line 53 > vtkClientSocket (0x1f0bbb0): Failed to connect to server localhost:22224 > > ERROR: In /root/Desktop/ParaView-v5.2.0/VTK/Parallel/Core/vtkSocketCommunicator.cxx, > line 714 > vtkSocketCommunicator (0x3798ec0): Ca n not connect to localhost on port > 22224 > > APPLICATION TERMINATED WITH THE EXIT STRING: Aborted (signal 6) > > Actually the Catalyst connecting port should be 22222 and when I click > "Catalyst---->connect" in the GUI, it is indeed 22222. I don't know why > the port in the error message is 22224. I noticed that if I let Catalyst to > output images, there will be windows of the same number of mpi simulation > processes on the server, but the windows is of the same size of the view in > the GUI on the client, which sames not for tiled display. > > So, is it possible to display the result of in situ visualization with > tiled display? > > Thanks a lot! > -Zhang > > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From yzhzhang at ipe.ac.cn Wed Apr 26 10:29:37 2017 From: yzhzhang at ipe.ac.cn (=?UTF-8?B?5byg6amt5rSy?=) Date: Wed, 26 Apr 2017 22:29:37 +0800 (GMT+08:00) Subject: [Paraview] How to run a simulation with Catalyst and display the result using tiled display? In-Reply-To: References: <18fb195.1cd88.15b8142c62d.Coremail.yzhzhang@ipe.ac.cn> Message-ID: Hi Andy, Thanks for your reply! Please let me know if there is anything new about this problem. Thank you very much! Sincerely -Zhang -----????----- ???: "Andy Bauer" ????: 2017?4?26? ??? ???: "???" ??: "paraview at paraview.org" ??: Re: [Paraview] How to run a simulation with Catalyst and display the result using tiled display? Hi, I believe that this should be possible but I haven't done it myself so I can't guarantee that it would work. There may be some needed development involved in order to get it working properly. Andy On Tue, Apr 18, 2017 at 9:31 AM, ??? wrote: Hello, I want to visualize a simulation program in situ and display it using a tiled screen. I can run the simulation with Catalyst and MPI, and I can also configure ParaView for a 3x2 tiled screen. However, if I run paraview with tiled display, the control of the servers' window will be taken by paraview so I can't start the simulation program. I tried to start the simulation through ssh, but after connecting to the simulation using Catalyst, the simulation program crashed with these errors: ERROR: In /root/Desktop/ParaView-v5.2.0/VTK/Common/System/vtkSocket.cxx, line 481 vtkClientSocket (0x1f0bbb0): Socket error in call to connect. Connection refused. ERROR: In /root/Desktop/ParaView-v5.2.0/VTK/Common/System/vtkClientSocket.cxx, line 53 vtkClientSocket (0x1f0bbb0): Failed to connect to server localhost:22224 ERROR: In /root/Desktop/ParaView-v5.2.0/VTK/Parallel/Core/vtkSocketCommunicator.cxx, line 714 vtkSocketCommunicator (0x3798ec0): Ca n not connect to localhost on port 22224 APPLICATION TERMINATED WITH THE EXIT STRING: Aborted (signal 6) Actually the Catalyst connecting port should be 22222 and when I click "Catalyst---->connect" in the GUI, it is indeed 22222. I don't know why the port in the error message is 22224. I noticed that if I let Catalyst to output images, there will be windows of the same number of mpi simulation processes on the server, but the windows is of the same size of the view in the GUI on the client, which sames not for tiled display. So, is it possible to display the result of in situ visualization with tiled display? Thanks a lot! -Zhang _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview -------------- next part -------------- An HTML attachment was scrubbed... URL: From ajayaprakash at hotwater.com Wed Apr 26 12:18:53 2017 From: ajayaprakash at hotwater.com (Jayaprakash, Arvind) Date: Wed, 26 Apr 2017 16:18:53 +0000 Subject: [Paraview] Python View + Matplotlib Message-ID: <46612144772AA04FB3FC8E56F2D32A39015539F551@AOS-XCHPW01.hotwater.aosmith.org> Dear All, I am interested in using the matplotlib library to plot the data filtered through "PlotOverLine" filter. I believe this is of type vtkMultiBlockDataSet with 1 child (vtkPolyData) I am having issues with SetAttributeArrayStatus(...) for an array in vtkMultiBlockDataSet. Here is the script, I used: def setup_data(view): from paraview.numpy_support import vtk_to_numpy for i in xrange(view.GetNumberOfVisibleDataObjects()): dataObject = view.GetVisibleDataObjectForSetup(i).GetBlock(0) #Accessing the point data pressure = dataObject.GetPointData().GetArray("p") print vtk_to_numpy(pressure) # prints the pressure array view.DisableAllAttributeArrays() view.SetAttributeArrayStatus(i, vtkDataObject.POINT, "p", 1) # code breaks here! Could not pass the vtkDataObject.POINT array def render(view, width, height): from paraview.numpy_support import vtk_to_numpy from paraview import python_view figure = python_view.matplotlib_figure(width, height) for i in xrange(view.GetNumberOfVisibleDataObjects()): dataObject = view.GetVisibleDataObjectForRendering(i) .GetBlock(0) pressure = dataObject.GetPointData().GetArray("p") print vtk_to_numpy(pressure) Any help is much appreciated. Thanks, Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicoguarin at gmail.com Wed Apr 26 15:15:56 2017 From: nicoguarin at gmail.com (=?UTF-8?B?Tmljb2zDoXMgR3VhcsOtbi1aYXBhdGE=?=) Date: Wed, 26 Apr 2017 14:15:56 -0500 Subject: [Paraview] High-order cells in Paraview Message-ID: Hello, I would like to ask it higher-order cells (e.g., VTK_HIGHER_ORDER_TRIANGLE = 61) can be used in Paraview? I saw them in the following source code: http://www.vtk.org/doc/nightly/html/vtkCellType_8h_source.html Thank you, -- Nicol?s Guar?n-Zapata Linux user #514760 From jmlawson at caltech.edu Wed Apr 26 19:43:32 2017 From: jmlawson at caltech.edu (Lawson, Joel M.) Date: Wed, 26 Apr 2017 23:43:32 +0000 Subject: [Paraview] Color legend not working properly Message-ID: Hi there, Today I updated Paraview from 4.x.x to 5.3.0, by uninstalling the old version then downloading the Linux 64-bit binary tarball. I'm using Debian 8.7. Everything works fine, except the color legend only shows a single color, no matter if I attempt to rescale or otherwise customize it. An example screenshot is shown in this link: http://imgur.com/a/nEeOn The issue persists after restarting Paraview and even the entire computer. Any advice on what might be causing this is welcome! Regards, Joel -------------- next part -------------- An HTML attachment was scrubbed... URL: From utkarsh.ayachit at kitware.com Wed Apr 26 21:34:02 2017 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Wed, 26 Apr 2017 21:34:02 -0400 Subject: [Paraview] Color legend not working properly In-Reply-To: References: Message-ID: That's very strange. Do you see the same issue if you run with the following commandline argument? > ./paraview --mesa On Wed, Apr 26, 2017 at 7:43 PM, Lawson, Joel M. wrote: > Hi there, > > > > Today I updated Paraview from 4.x.x to 5.3.0, by uninstalling the old > version then downloading the Linux 64-bit binary tarball. I?m using Debian > 8.7. > > > > Everything works fine, except the color legend only shows a single color, no > matter if I attempt to rescale or otherwise customize it. > > An example screenshot is shown in this link: http://imgur.com/a/nEeOn > > > > The issue persists after restarting Paraview and even the entire computer. > Any advice on what might be causing this is welcome! > > > > Regards, > > Joel > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > From jmlawson at caltech.edu Wed Apr 26 21:39:06 2017 From: jmlawson at caltech.edu (Lawson, Joel M.) Date: Thu, 27 Apr 2017 01:39:06 +0000 Subject: [Paraview] Color legend not working properly In-Reply-To: References: Message-ID: <4BBC9245E8337A10.9721a8d3-bf2c-49ec-a1e4-841585638c95@mail.outlook.com> I didn't install it using a package manager, instead just downloaded and extracted the binaries into a local directory. Hence typing 'paraview' in the usual manner won't run it, so I made an alias that points to the location of the paraview executable instead. Hopefully I can still use the --mesa option at the command line like that, I will try it when I get in tomorrow. Get Outlook for Android On Wed, Apr 26, 2017 at 6:34 PM -0700, "Utkarsh Ayachit" > wrote: That's very strange. Do you see the same issue if you run with the following commandline argument? > ./paraview --mesa On Wed, Apr 26, 2017 at 7:43 PM, Lawson, Joel M. wrote: > Hi there, > > > > Today I updated Paraview from 4.x.x to 5.3.0, by uninstalling the old > version then downloading the Linux 64-bit binary tarball. I?m using Debian > 8.7. > > > > Everything works fine, except the color legend only shows a single color, no > matter if I attempt to rescale or otherwise customize it. > > An example screenshot is shown in this link: http://imgur.com/a/nEeOn > > > > The issue persists after restarting Paraview and even the entire computer. > Any advice on what might be causing this is welcome! > > > > Regards, > > Joel > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -------------- next part -------------- An HTML attachment was scrubbed... URL: From arbabi at mie.utoronto.ca Wed Apr 26 21:48:55 2017 From: arbabi at mie.utoronto.ca (Faraz Arbabi) Date: Wed, 26 Apr 2017 21:48:55 -0400 Subject: [Paraview] Export Scene in Vector Graphic Format not Working Correctly Message-ID: Hi all, I am in trouble exporting a 2D contour (slice) containing streamlines in vector graphic form. When I uncheck Rasterize 3D Image (in .eps, or .pdf format export for example), it produces an empty file in Paraview versions before 4.4, and produces rasterized (bitmap) form in Paraview 5.3 (when I zoom-in the quality drops just like a .jpg file). I have gone through all the threads available online and could not find any solutions. Has anyone faced this problem? Is there a way to export using python script and get a real .eps image? Any solutions? Thank you, Faraz -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.lonie at kitware.com Thu Apr 27 08:52:47 2017 From: david.lonie at kitware.com (David Lonie) Date: Thu, 27 Apr 2017 08:52:47 -0400 Subject: [Paraview] Export Scene in Vector Graphic Format not Working Correctly In-Reply-To: References: Message-ID: Hi Faraz, The vector graphic export in VTK/ParaView has always been tricky and, unfortunately, somewhat flaky. Many objects, most notably those that have textures applied for color, do not come out correctly when exporting through the GL2PS library, which VTK/ParaView are currently using. These objects can only be exported as a raster image, since GL2PS has no way of getting texture information out of the OpenGL feedback buffer. With newer versions of OpenGL, the feedback buffer used by GL2PS has been deprecated, greatly reducing the usability of the export library. Because of this, all 3D geometry is currently rasterized when using the new OpenGL2 backend to VTK/ParaView. Right now, the best you can reliably expect is a rasterized 3D geometry, with vectorized text. 2D charts in ParaView should export well, but any general renderview scenes will be mostly rasterized. We're hoping to improve this in the future, but no work has been scheduled to improve 3D geometry exports. One thing that *might* help is to play with the the "Interpolate Scalars Before Mapping" option on older versions of ParaView while exporting. This can prevent texturing and make it possible for GL2PS to extract the necessary information, but it will not make a difference when the OpenGL2 backend is used. HTH, Dave On Wed, Apr 26, 2017 at 9:48 PM, Faraz Arbabi wrote: > Hi all, > > I am in trouble exporting a 2D contour (slice) containing streamlines in > vector graphic form. When I uncheck Rasterize 3D Image (in .eps, or .pdf > format export for example), it produces an empty file in Paraview versions > before 4.4, and produces rasterized (bitmap) form in Paraview 5.3 (when I > zoom-in the quality drops just like a .jpg file). > I have gone through all the threads available online and could not find any > solutions. Has anyone faced this problem? Is there a way to export using > python script and get a real .eps image? Any solutions? > > Thank you, > Faraz > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > From cory.quammen at kitware.com Thu Apr 27 10:53:16 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Thu, 27 Apr 2017 10:53:16 -0400 Subject: [Paraview] Python View + Matplotlib In-Reply-To: <46612144772AA04FB3FC8E56F2D32A39015539F551@AOS-XCHPW01.hotwater.aosmith.org> References: <46612144772AA04FB3FC8E56F2D32A39015539F551@AOS-XCHPW01.hotwater.aosmith.org> Message-ID: Arvind, Please explain how the code breaks at the line you cited. What error message are you seeing? Thanks, Cory On Wed, Apr 26, 2017 at 12:18 PM, Jayaprakash, Arvind wrote: > Dear All, > > > > I am interested in using the matplotlib library to plot the data filtered > through "PlotOverLine" filter. I believe this is of type > vtkMultiBlockDataSet with 1 child (vtkPolyData) > > > > I am having issues with SetAttributeArrayStatus(?) for an array in > vtkMultiBlockDataSet. > > > > Here is the script, I used: > > > > def setup_data(view): > > from paraview.numpy_support import vtk_to_numpy > > for i in xrange(view.GetNumberOfVisibleDataObjects()): > > dataObject = view.GetVisibleDataObjectForSetup(i).GetBlock(0) > #Accessing the point data > > pressure = dataObject.GetPointData().GetArray("p") > > print vtk_to_numpy(pressure) # prints the pressure array > > view.DisableAllAttributeArrays() > > view.SetAttributeArrayStatus(i, vtkDataObject.POINT, "p", 1) # code > breaks here! Could not pass the vtkDataObject.POINT array > > > > def render(view, width, height): > > from paraview.numpy_support import vtk_to_numpy > > from paraview import python_view > > figure = python_view.matplotlib_figure(width, height) > > for i in xrange(view.GetNumberOfVisibleDataObjects()): > > dataObject = view.GetVisibleDataObjectForRendering(i) .GetBlock(0) > > pressure = dataObject.GetPointData().GetArray("p") > > print vtk_to_numpy(pressure) > > > > Any help is much appreciated. > > Thanks, > > Jay > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From cory.quammen at kitware.com Thu Apr 27 10:56:16 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Thu, 27 Apr 2017 10:56:16 -0400 Subject: [Paraview] Python View + Matplotlib In-Reply-To: References: <46612144772AA04FB3FC8E56F2D32A39015539F551@AOS-XCHPW01.hotwater.aosmith.org> Message-ID: Jay, I think I see the problem. Simply add import vtk to the top of your script and then change view.SetAttributeArrayStatus(i, vtkDataObject.POINT, "p", 1) to view.SetAttributeArrayStatus(i, vtk.vtkDataObject.POINT, "p", 1) That should do the trick. Cory On Thu, Apr 27, 2017 at 10:53 AM, Cory Quammen wrote: > Arvind, > > Please explain how the code breaks at the line you cited. What error > message are you seeing? > > Thanks, > Cory > > On Wed, Apr 26, 2017 at 12:18 PM, Jayaprakash, Arvind > wrote: >> Dear All, >> >> >> >> I am interested in using the matplotlib library to plot the data filtered >> through "PlotOverLine" filter. I believe this is of type >> vtkMultiBlockDataSet with 1 child (vtkPolyData) >> >> >> >> I am having issues with SetAttributeArrayStatus(?) for an array in >> vtkMultiBlockDataSet. >> >> >> >> Here is the script, I used: >> >> >> >> def setup_data(view): >> >> from paraview.numpy_support import vtk_to_numpy >> >> for i in xrange(view.GetNumberOfVisibleDataObjects()): >> >> dataObject = view.GetVisibleDataObjectForSetup(i).GetBlock(0) >> #Accessing the point data >> >> pressure = dataObject.GetPointData().GetArray("p") >> >> print vtk_to_numpy(pressure) # prints the pressure array >> >> view.DisableAllAttributeArrays() >> >> view.SetAttributeArrayStatus(i, vtkDataObject.POINT, "p", 1) # code >> breaks here! Could not pass the vtkDataObject.POINT array >> >> >> >> def render(view, width, height): >> >> from paraview.numpy_support import vtk_to_numpy >> >> from paraview import python_view >> >> figure = python_view.matplotlib_figure(width, height) >> >> for i in xrange(view.GetNumberOfVisibleDataObjects()): >> >> dataObject = view.GetVisibleDataObjectForRendering(i) .GetBlock(0) >> >> pressure = dataObject.GetPointData().GetArray("p") >> >> print vtk_to_numpy(pressure) >> >> >> >> Any help is much appreciated. >> >> Thanks, >> >> Jay >> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> > > > > -- > Cory Quammen > Staff R&D Engineer > Kitware, Inc. -- Cory Quammen Staff R&D Engineer Kitware, Inc. From daviddoria at gmail.com Thu Apr 27 11:03:44 2017 From: daviddoria at gmail.com (David Doria) Date: Thu, 27 Apr 2017 10:03:44 -0500 Subject: [Paraview] Displaying frame rate? Message-ID: Hello, Is it possible to display the framerate that Paraview is achieving? I'd like to profile a few hardware setups a little more quantitatively than "it feels smooth or not", but on the actual types of operations I will be doing rather than some arbitrary benchmark suite. Thanks! David -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Thu Apr 27 11:19:03 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Thu, 27 Apr 2017 11:19:03 -0400 Subject: [Paraview] Displaying frame rate? In-Reply-To: References: Message-ID: Yes. Settings -> Render View tab -> Show Annotation HTH, Cory On Thu, Apr 27, 2017 at 11:03 AM, David Doria wrote: > Hello, > > Is it possible to display the framerate that Paraview is achieving? I'd like > to profile a few hardware setups a little more quantitatively than "it feels > smooth or not", but on the actual types of operations I will be doing rather > than some arbitrary benchmark suite. > > Thanks! > > David > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From daviddoria at gmail.com Thu Apr 27 11:25:33 2017 From: daviddoria at gmail.com (David Doria) Date: Thu, 27 Apr 2017 10:25:33 -0500 Subject: [Paraview] Displaying frame rate? In-Reply-To: References: Message-ID: Awesome, thanks! It is strange that "Show Annotation" doesn't show up in the list in the Render View tab - I had to search "annotation" to see it. David On Thu, Apr 27, 2017 at 10:19 AM, Cory Quammen wrote: > Yes. Settings -> Render View tab -> Show Annotation > > HTH, > Cory > > On Thu, Apr 27, 2017 at 11:03 AM, David Doria > wrote: > > Hello, > > > > Is it possible to display the framerate that Paraview is achieving? I'd > like > > to profile a few hardware setups a little more quantitatively than "it > feels > > smooth or not", but on the actual types of operations I will be doing > rather > > than some arbitrary benchmark suite. > > > > Thanks! > > > > David > > > > _______________________________________________ > > Powered by www.kitware.com > > > > Visit other Kitware open-source projects at > > http://www.kitware.com/opensource/opensource.html > > > > Please keep messages on-topic and check the ParaView Wiki at: > > http://paraview.org/Wiki/ParaView > > > > Search the list archives at: http://markmail.org/search/?q=ParaView > > > > Follow this link to subscribe/unsubscribe: > > http://public.kitware.com/mailman/listinfo/paraview > > > > > > -- > Cory Quammen > Staff R&D Engineer > Kitware, Inc. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Thu Apr 27 11:28:18 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Thu, 27 Apr 2017 11:28:18 -0400 Subject: [Paraview] Displaying frame rate? In-Reply-To: References: Message-ID: Ah - it is an advanced property that won't show up unless you click the little gear icon. Text searching reveals all properties, normal or advanced. On Thu, Apr 27, 2017 at 11:25 AM, David Doria wrote: > Awesome, thanks! It is strange that "Show Annotation" doesn't show up in the > list in the Render View tab - I had to search "annotation" to see it. > > David > > On Thu, Apr 27, 2017 at 10:19 AM, Cory Quammen > wrote: >> >> Yes. Settings -> Render View tab -> Show Annotation >> >> HTH, >> Cory >> >> On Thu, Apr 27, 2017 at 11:03 AM, David Doria >> wrote: >> > Hello, >> > >> > Is it possible to display the framerate that Paraview is achieving? I'd >> > like >> > to profile a few hardware setups a little more quantitatively than "it >> > feels >> > smooth or not", but on the actual types of operations I will be doing >> > rather >> > than some arbitrary benchmark suite. >> > >> > Thanks! >> > >> > David >> > >> > _______________________________________________ >> > Powered by www.kitware.com >> > >> > Visit other Kitware open-source projects at >> > http://www.kitware.com/opensource/opensource.html >> > >> > Please keep messages on-topic and check the ParaView Wiki at: >> > http://paraview.org/Wiki/ParaView >> > >> > Search the list archives at: http://markmail.org/search/?q=ParaView >> > >> > Follow this link to subscribe/unsubscribe: >> > http://public.kitware.com/mailman/listinfo/paraview >> > >> >> >> >> -- >> Cory Quammen >> Staff R&D Engineer >> Kitware, Inc. > > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From dave.demarle at kitware.com Thu Apr 27 11:54:31 2017 From: dave.demarle at kitware.com (David E DeMarle) Date: Thu, 27 Apr 2017 11:54:31 -0400 Subject: [Paraview] Displaying frame rate? In-Reply-To: References: Message-ID: Also take note of Tools->TimerLog (from GUI) and Wrapping/Python/paraview/benchmarks (for scriptability). David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Apr 27, 2017 at 11:28 AM, Cory Quammen wrote: > Ah - it is an advanced property that won't show up unless you click > the little gear icon. Text searching reveals all properties, normal or > advanced. > > On Thu, Apr 27, 2017 at 11:25 AM, David Doria > wrote: > > Awesome, thanks! It is strange that "Show Annotation" doesn't show up in > the > > list in the Render View tab - I had to search "annotation" to see it. > > > > David > > > > On Thu, Apr 27, 2017 at 10:19 AM, Cory Quammen > > > wrote: > >> > >> Yes. Settings -> Render View tab -> Show Annotation > >> > >> HTH, > >> Cory > >> > >> On Thu, Apr 27, 2017 at 11:03 AM, David Doria > >> wrote: > >> > Hello, > >> > > >> > Is it possible to display the framerate that Paraview is achieving? > I'd > >> > like > >> > to profile a few hardware setups a little more quantitatively than "it > >> > feels > >> > smooth or not", but on the actual types of operations I will be doing > >> > rather > >> > than some arbitrary benchmark suite. > >> > > >> > Thanks! > >> > > >> > David > >> > > >> > _______________________________________________ > >> > Powered by www.kitware.com > >> > > >> > Visit other Kitware open-source projects at > >> > http://www.kitware.com/opensource/opensource.html > >> > > >> > Please keep messages on-topic and check the ParaView Wiki at: > >> > http://paraview.org/Wiki/ParaView > >> > > >> > Search the list archives at: http://markmail.org/search/?q=ParaView > >> > > >> > Follow this link to subscribe/unsubscribe: > >> > http://public.kitware.com/mailman/listinfo/paraview > >> > > >> > >> > >> > >> -- > >> Cory Quammen > >> Staff R&D Engineer > >> Kitware, Inc. > > > > > > > > -- > Cory Quammen > Staff R&D Engineer > Kitware, Inc. > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicolas.cedilnik at inria.fr Thu Apr 27 12:30:03 2017 From: nicolas.cedilnik at inria.fr (Nicolas Cedilnik) Date: Thu, 27 Apr 2017 18:30:03 +0200 Subject: [Paraview] Best format for constant structure, varying scalars over time? Message-ID: Hello, I come here for advice. I need to visualize scalars that change over time, on a constant mesh structure. The points don't move, the triangles don't move. What I'm doing right now is save the scalar values and mesh structure in a legacy VTK for each time step. It works but doesn't sound really clever, knowing that the mesh part never changes. I'm just wasting A LOT of HDD space. There are probably a lot of solutions for this, but I'm a bit lost. My scalars values are first generated as numpy arrays, so right now I'm using the nice pyvtk python package. What are my alternative options here? Which python library should I use? Regards, -- Nicolas Cedilnik From jmlawson at caltech.edu Thu Apr 27 13:04:24 2017 From: jmlawson at caltech.edu (Lawson, Joel M.) Date: Thu, 27 Apr 2017 17:04:24 +0000 Subject: [Paraview] Color legend not working properly In-Reply-To: <4BBC9245E8337A10.9721a8d3-bf2c-49ec-a1e4-841585638c95@mail.outlook.com> References: <4BBC9245E8337A10.9721a8d3-bf2c-49ec-a1e4-841585638c95@mail.outlook.com> Message-ID: It worked! Thank you very much. Out of curiousity, what does the --mesa option do? Regards, Joel From: ParaView [mailto:paraview-bounces at paraview.org] On Behalf Of Lawson, Joel M. Sent: Wednesday, April 26, 2017 6:39 PM To: Utkarsh Ayachit Cc: paraview at paraview.org Subject: Re: [Paraview] Color legend not working properly I didn't install it using a package manager, instead just downloaded and extracted the binaries into a local directory. Hence typing 'paraview' in the usual manner won't run it, so I made an alias that points to the location of the paraview executable instead. Hopefully I can still use the --mesa option at the command line like that, I will try it when I get in tomorrow. Get Outlook for Android On Wed, Apr 26, 2017 at 6:34 PM -0700, "Utkarsh Ayachit" > wrote: That's very strange. Do you see the same issue if you run with the following commandline argument? > ./paraview --mesa On Wed, Apr 26, 2017 at 7:43 PM, Lawson, Joel M. wrote: > Hi there, > > > > Today I updated Paraview from 4.x.x to 5.3.0, by uninstalling the old > version then downloading the Linux 64-bit binary tarball. I?m using Debian > 8.7. > > > > Everything works fine, except the color legend only shows a single color, no > matter if I attempt to rescale or otherwise customize it. > > An example screenshot is shown in this link: http://imgur.com/a/nEeOn > > > > The issue persists after restarting Paraview and even the entire computer. > Any advice on what might be causing this is welcome! > > > > Regards, > > Joel > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ben.boeckel at kitware.com Thu Apr 27 14:06:13 2017 From: ben.boeckel at kitware.com (Ben Boeckel) Date: Thu, 27 Apr 2017 14:06:13 -0400 Subject: [Paraview] Color legend not working properly In-Reply-To: References: <4BBC9245E8337A10.9721a8d3-bf2c-49ec-a1e4-841585638c95@mail.outlook.com> Message-ID: <20170427180613.GB2460@megas.kitware.com> On Thu, Apr 27, 2017 at 17:04:24 +0000, Lawson, Joel M. wrote: > It worked! Thank you very much. > Out of curiousity, what does the --mesa option do? We build Mesa as part of our packages and place the required libraries under `lib/paraview-5.3/mesa`. The `--mesa` flag just adds that directory to `LD_LIBRARY_PATH` before executing the real ParaView binary and potentially sets `GALLIUM_DRIVER` if you use one of the `--mesa-*` flags: https://gitlab.kitware.com/paraview/paraview/blob/master/CMake/pv-forward.c.in#L113 --ben From mibieri at gmail.com Thu Apr 27 16:43:51 2017 From: mibieri at gmail.com (Michael Bieri) Date: Thu, 27 Apr 2017 22:43:51 +0200 Subject: [Paraview] Which file format to use for time series on tetrahedral mesh Message-ID: Hello I have an FEM simulation, mostly based on Numpy. The simulation happens on a tetrahedral mesh and generates data for multiple time steps. There are less than several million nodes. Currently I'm not sure to which file format I should output my simulation results in order to visualize with Paraview. I'm looking for a well documented format that can handle time steps and tetrahedral meshes. PVD as well as VTK formats seem to be not very well documented, unfortunately. I do not mind to implement the file writer by myself as this can easily be done in Python. Best regards, Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: From chrisneal at snumerics.com Thu Apr 27 16:47:34 2017 From: chrisneal at snumerics.com (Christopher Neal) Date: Thu, 27 Apr 2017 16:47:34 -0400 Subject: [Paraview] Which file format to use for time series on tetrahedral mesh In-Reply-To: References: Message-ID: I've enjoyed using the EnsightGold format for visualizing my datasets. It can separate the grid from the solution data, so that you don't need to have a grid for every single timestep. On Thu, Apr 27, 2017 at 4:43 PM, Michael Bieri wrote: > Hello > > I have an FEM simulation, mostly based on Numpy. The simulation happens on > a tetrahedral mesh and generates data for multiple time steps. There are > less than several million nodes. > > Currently I'm not sure to which file format I should output my simulation > results in order to visualize with Paraview. I'm looking for a well > documented format that can handle time steps and tetrahedral meshes. PVD as > well as VTK formats seem to be not very well documented, unfortunately. > > I do not mind to implement the file writer by myself as this can easily be > done in Python. > > Best regards, > Michael > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > -- Christopher Neal Research Engineer Streamline Numerics, Inc. https://www.snumerics.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From andy.bauer at kitware.com Thu Apr 27 18:44:45 2017 From: andy.bauer at kitware.com (Andy Bauer) Date: Thu, 27 Apr 2017 18:44:45 -0400 Subject: [Paraview] Which file format to use for time series on tetrahedral mesh In-Reply-To: References: Message-ID: Another idea here -- since your simulation is Python-based, you may want to consider just building a Python-wrapped build of VTK and importing the VTK writers directly into your simulation code. Then you'd have access to all of the readers/writers in VTK. Going through the blog posts at https://blog.kitware.com/improved-vtk-numpy-integration/ is a good example of how VTK and numpy can easily work together. Cheers, Andy On Thu, Apr 27, 2017 at 4:47 PM, Christopher Neal wrote: > I've enjoyed using the EnsightGold format for visualizing my datasets. It > can separate the grid from the solution data, so that you don't need to > have a grid for every single timestep. > > On Thu, Apr 27, 2017 at 4:43 PM, Michael Bieri wrote: > >> Hello >> >> I have an FEM simulation, mostly based on Numpy. The simulation happens >> on a tetrahedral mesh and generates data for multiple time steps. There are >> less than several million nodes. >> >> Currently I'm not sure to which file format I should output my simulation >> results in order to visualize with Paraview. I'm looking for a well >> documented format that can handle time steps and tetrahedral meshes. PVD as >> well as VTK formats seem to be not very well documented, unfortunately. >> >> I do not mind to implement the file writer by myself as this can easily >> be done in Python. >> >> Best regards, >> Michael >> >> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> >> > > > -- > Christopher Neal > Research Engineer > Streamline Numerics, Inc. > https://www.snumerics.com/ > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rodrigo.pelorosso at gmail.com Thu Apr 27 23:37:41 2017 From: rodrigo.pelorosso at gmail.com (Rodrigo Pelorosso) Date: Fri, 28 Apr 2017 03:37:41 +0000 Subject: [Paraview] Export Slice result as Image file Message-ID: Hello! I have a volume with a slice filter applied. I would like to export the resulting slice surface as an image file. Is there any native way to do this? Failing to find any I've been trying to read the slice data using a programmable python filter, but as I?m new to Paraview I'm having a hard time extracting the information and maybe I missed something. Thank you! :) Rodrigo -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicolas.cedilnik at inria.fr Fri Apr 28 02:46:56 2017 From: nicolas.cedilnik at inria.fr (Nicolas Cedilnik) Date: Fri, 28 Apr 2017 08:46:56 +0200 Subject: [Paraview] Use different scalars as timesteps in legacy VTK file In-Reply-To: References: Message-ID: <5adc3297-4635-a569-e81f-ff97ca0d1b84@inria.fr> Hello, I answer my own email because I'm still addressing the same issue as before. Would it be possible to use the different scalar values in a legacy vtk file as time steps that paraview can animate? I'm still looking for a way to avoid storing the same mesh structure in different files. Thanks -- Nicolas Cedilnik From Mark.Olesen at esi-group.com Fri Apr 28 03:23:04 2017 From: Mark.Olesen at esi-group.com (Mark Olesen) Date: Fri, 28 Apr 2017 07:23:04 +0000 Subject: [Paraview] Use different scalars as timesteps in legacy VTK file In-Reply-To: <5adc3297-4635-a569-e81f-ff97ca0d1b84@inria.fr> References: , <5adc3297-4635-a569-e81f-ff97ca0d1b84@inria.fr> Message-ID: I saw something a few weeks back from someone who mentioned writing out an initial vtk file with geometry/data and then using a data mapper for subsequent times. I don't have any other details, but may be it is something to search for. For your original point: I have encountered the same problem with using the vtk formats (even with xml). Each file is completely autonomous, meaning that you are duplicating geometry numerous times. If you have separate files for each field, the situation becomes even worse. For most of these cases, writing into EnSight format can be an alternative (assuming we are talking about mesh data here), but of course adds an additional level of complexity when writing. However, if your mesh solely of a single element type (eg, the recent posting "Which file format to use for time series on tetrahedral mesh"), then writing EnSight format will not be so terrible (ie, you won't need to sort elements). Cheers, /mark ________________________________________ From: ParaView on behalf of Nicolas Cedilnik Sent: Friday, April 28, 2017 8:46:56 AM To: paraview at paraview.org Subject: [Paraview] Use different scalars as timesteps in legacy VTK file Hello, I answer my own email because I'm still addressing the same issue as before. Would it be possible to use the different scalar values in a legacy vtk file as time steps that paraview can animate? I'm still looking for a way to avoid storing the same mesh structure in different files. Thanks -- Nicolas Cedilnik _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview From mibieri at gmail.com Fri Apr 28 05:40:25 2017 From: mibieri at gmail.com (Michael Bieri) Date: Fri, 28 Apr 2017 11:40:25 +0200 Subject: [Paraview] Strategy for a time dependent model on tetrahedral mesh with different regions Message-ID: Hello I have a time dependent model on a tetrahedral mesh. The mesh consists of two regions. The boundary between the regions can be seen as a third region, consisting of a triangle mesh. Now my simulation computes the following: On the "outer" region I have pressure, on the "inner" region, I have a concentration and on the boundary, I have a flux from inner to outer region. I'd like to visualize this in one, time-dependent view. What's the best strategy to do this? The output file format of the simulation is not yet decided, but I'll probably use EnsightGold. The current idea is to output one set of files for each of the (inner, outer, boundary) regions. But I'm not quite sure whether I can combine three time dependent file sets into one visualisation. Best regards, Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: From mathieu.westphal at kitware.com Fri Apr 28 09:09:29 2017 From: mathieu.westphal at kitware.com (Mathieu Westphal) Date: Fri, 28 Apr 2017 15:09:29 +0200 Subject: [Paraview] Fwd: [ParaView] Using MPI for raw file In-Reply-To: References: Message-ID: Hi Daniel I do not know much about the .raw format, so i forwarded to the community to see if someone can help you. Regards, Mathieu Westphal ---------- Forwarded message ---------- From: Daniel lee Date: Fri, Apr 21, 2017 at 10:38 AM Subject: Re: [ParaView] Using MPI for raw file To: Mathieu Westphal ? test_phan_482_492_361.raw This is for you. -------------------------------------------- File Name: test_phan_482_492_361.raw Extent of x: [0,481] Extent of y: [0,491] Extent of z: [0,360] Data Byte Order: Little Endian Data Scalar type: unsigned short -------------------------------------------- And can I ask you about the name of the filter which enables MPI for the cube? Thank you, early bird ;) Sincerely K.Y. Daniel Lee 2017-04-21 17:19 GMT+09:00 Mathieu Westphal : > Hello Daniel > > I've sent your mail to the community. > I'm no expert in .raw file, all i know is you need to know exactly how is > your binary data inside in order to be able to configure the reader and > open the file. > Can you send us en example of your data ? > > Regards, > > > Mathieu Westphal > > On Fri, Apr 21, 2017 at 2:59 AM, Daniel lee wrote: > >> Hi Mathieu >> >> I`m Daniel Lee. >> >> I remember how to use MPI in paraview that you taught me. >> >> But I failed to use it for raw file. >> >> Could you tell me how to do it? (at least just rendering) >> >> Thanks in advance. >> >> Sincerely >> >> K. Daniel Lee >> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From info at seoaachen.de Fri Apr 28 10:10:23 2017 From: info at seoaachen.de (Daniel Zuidinga) Date: Fri, 28 Apr 2017 16:10:23 +0200 Subject: [Paraview] Set background color, paraview web Message-ID: <00232fbe-dc23-4003-4f8c-4f7d2e140056@seoaachen.de> Hi, where can I set the default background color in paraview web? best regards From philippjung2010 at live.de Fri Apr 28 10:31:05 2017 From: philippjung2010 at live.de (philipp jung) Date: Fri, 28 Apr 2017 14:31:05 +0000 Subject: [Paraview] Outline of vtkImageData incorrect? In-Reply-To: References: Message-ID: Thanks for your reply. Unfortunately i cannot share the dataset. However, the input data only relates to the output data in a way that it provides an upper bound for the output bounds. The actual dimensions and bounds are input by the user and are then processed to extent and spacing which are used for the output properties. I am constructing the grid in the following way: this->seedGrid = vtkSmartPointer::New(); int extentSeedGrid[6]; extentSeedGrid[0] = 0; extentSeedGrid[1] = static_cast(this->dimensionSeedGrid[0])-1; extentSeedGrid[2] = 0; extentSeedGrid[3] = static_cast(this->dimensionSeedGrid[1])-1; extentSeedGrid[4] = 0; extentSeedGrid[5] = static_cast(this->dimensionSeedGrid[2])-1; ///Set Size and extent of the seedng grid seedGrid->SetExtent(extentSeedGrid); seedGrid->SetOrigin(this->originSeedGrid); ///Calculate and set spacing of the seeding grid this->spacingSeedGrid[0] = this->boundsSeedGrid[0]/static_cast(extentSeedGrid[1]); this->spacingSeedGrid[1] = this->boundsSeedGrid[1]/static_cast(extentSeedGrid[3]); this->spacingSeedGrid[2] = this->boundsSeedGrid[2]/static_cast(extentSeedGrid[5]); this->seedGrid->SetSpacing(this->spacingSeedGrid); #if VTK_MAJOR_VERSION <= 5 this->seedGrid->SetNumberOfScalarComponents(1); this->seedGrid->SetScalarTypeToDouble(); this->seedGrid->AllocateScalars(); #else this->seedGrid->AllocateScalars(VTK_DOUBLE,1); #endif Where dimensionsSeedGrid and boundsSeedGrid are input by the user. Paraview does show the correct bounds and dimensions within the information tab. I hope this provides useful information to find the solution of my problem Best regards Philipp Jung On 25.04.2017 16:22, Utkarsh Ayachit wrote: If you can share the dataset, it may be easier to point out what could be going wrong. Thanks Utkarsh On Tue, Apr 25, 2017 at 4:47 AM, philipp jung > wrote: Dear all, Within one of my custom filters i am trying to return an uniform grid, i.e. vtkImageData. When using the filter within paraview the bounds, extent and spacing are detected correctly, meaning they are the same as the input, as intended. However, the outline representation greatly differs from the outline of the input data. I have included pictures of the surface and point representation of the output. Notice that the "volume" is open on the one side. The outline image shows the outline of the original image, which would be the correct size, while the actual outline is larger than intended. I appreciate any indication what might be causing this behavior. Best regards Philipp Jung [cid:part2.ADD96D4C.ECBA6183 at live.de][cid:part3.5E9C7764.F8D25B20 at live.de][cid:part4.6587D9B7.212D99A3 at live.de] _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ATT00001.png Type: image/png Size: 4322 bytes Desc: ATT00001.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ATT00002.png Type: image/png Size: 4573 bytes Desc: ATT00002.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ATT00003.png Type: image/png Size: 6055 bytes Desc: ATT00003.png URL: From utkarsh.ayachit at kitware.com Fri Apr 28 10:46:30 2017 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Fri, 28 Apr 2017 10:46:30 -0400 Subject: [Paraview] Color legend not working properly In-Reply-To: References: <4BBC9245E8337A10.9721a8d3-bf2c-49ec-a1e4-841585638c95@mail.outlook.com> Message-ID: What this means is that your OpenGL drivers are probably too old or buggy. You may want to try updating them, if you want to use your GPU for rendering. Otherwise, the --mesa option makes ParaView use software rendering with Mesa libraries packaged in the binaries. Utkarsh On Thu, Apr 27, 2017 at 1:04 PM, Lawson, Joel M. wrote: > It worked! Thank you very much. > > Out of curiousity, what does the --mesa option do? > > > > Regards, > > Joel > > > > From: ParaView [mailto:paraview-bounces at paraview.org] On Behalf Of Lawson, > Joel M. > Sent: Wednesday, April 26, 2017 6:39 PM > To: Utkarsh Ayachit > Cc: paraview at paraview.org > Subject: Re: [Paraview] Color legend not working properly > > > > I didn't install it using a package manager, instead just downloaded and > extracted the binaries into a local directory. Hence typing 'paraview' in > the usual manner won't run it, so I made an alias that points to the > location of the paraview executable instead. > > Hopefully I can still use the --mesa option at the command line like that, I > will try it when I get in tomorrow. > > Get Outlook for Android > > > > > > On Wed, Apr 26, 2017 at 6:34 PM -0700, "Utkarsh Ayachit" > wrote: > > That's very strange. Do you see the same issue if you run with the > > following commandline argument? > > > >> ./paraview --mesa > > > > > > > > On Wed, Apr 26, 2017 at 7:43 PM, Lawson, Joel M. wrote: > >> Hi there, > >> > >> > >> > >> Today I updated Paraview from 4.x.x to 5.3.0, by uninstalling the old > >> version then downloading the Linux 64-bit binary tarball. I?m using Debian > >> 8.7. > >> > >> > >> > >> Everything works fine, except the color legend only shows a single color, >> no > >> matter if I attempt to rescale or otherwise customize it. > >> > >> An example screenshot is shown in this link: http://imgur.com/a/nEeOn > >> > >> > >> > >> The issue persists after restarting Paraview and even the entire computer. > >> Any advice on what might be causing this is welcome! > >> > >> > >> > >> Regards, > >> > >> Joel > >> > >> > >> _______________________________________________ > >> Powered by www.kitware.com > >> > >> Visit other Kitware open-source projects at > >> http://www.kitware.com/opensource/opensource.html > >> > >> Please keep messages on-topic and check the ParaView Wiki at: > >> http://paraview.org/Wiki/ParaView > >> > >> Search the list archives at: http://markmail.org/search/?q=ParaView > >> > >> Follow this link to subscribe/unsubscribe: > >> http://public.kitware.com/mailman/listinfo/paraview > >> From sebastien.jourdain at kitware.com Fri Apr 28 10:53:06 2017 From: sebastien.jourdain at kitware.com (Sebastien Jourdain) Date: Fri, 28 Apr 2017 08:53:06 -0600 Subject: [Paraview] Set background color, paraview web In-Reply-To: <00232fbe-dc23-4003-4f8c-4f7d2e140056@seoaachen.de> References: <00232fbe-dc23-4003-4f8c-4f7d2e140056@seoaachen.de> Message-ID: In Python on the server side: view = simple.GetRenderView() view.Background = [0, 0.5, 1] On Fri, Apr 28, 2017 at 8:10 AM, Daniel Zuidinga wrote: > Hi, > > where can I set the default background color in paraview web? > > best regards > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensou > rce/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -------------- next part -------------- An HTML attachment was scrubbed... URL: From info at seoaachen.de Fri Apr 28 12:42:32 2017 From: info at seoaachen.de (Daniel Zuidinga) Date: Fri, 28 Apr 2017 18:42:32 +0200 Subject: [Paraview] Set background color, paraview web In-Reply-To: References: <00232fbe-dc23-4003-4f8c-4f7d2e140056@seoaachen.de> Message-ID: <4f5d3f3e-2d3b-acdc-00fa-713f1ee96e44@seoaachen.de> in which file? Am 28.04.2017 um 16:53 schrieb Sebastien Jourdain: > In Python on the server side: > > view = simple.GetRenderView() > > view.Background = [0, 0.5, 1] > > > On Fri, Apr 28, 2017 at 8:10 AM, Daniel Zuidinga > wrote: > > Hi, > > where can I set the default background color in paraview web? > > best regards > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: > http://markmail.org/search/?q=ParaView > > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sebastien.jourdain at kitware.com Fri Apr 28 12:44:55 2017 From: sebastien.jourdain at kitware.com (Sebastien Jourdain) Date: Fri, 28 Apr 2017 10:44:55 -0600 Subject: [Paraview] Set background color, paraview web In-Reply-To: <4f5d3f3e-2d3b-acdc-00fa-713f1ee96e44@seoaachen.de> References: <00232fbe-dc23-4003-4f8c-4f7d2e140056@seoaachen.de> <4f5d3f3e-2d3b-acdc-00fa-713f1ee96e44@seoaachen.de> Message-ID: I don't know, are you using ParaView as server? What is the Python file you execute to run that server? That could be in that file. On Fri, Apr 28, 2017 at 10:42 AM, Daniel Zuidinga wrote: > in which file? > > > Am 28.04.2017 um 16:53 schrieb Sebastien Jourdain: > > In Python on the server side: > > view = simple.GetRenderView() > > view.Background = [0, 0.5, 1] > > On Fri, Apr 28, 2017 at 8:10 AM, Daniel Zuidinga > wrote: > >> Hi, >> >> where can I set the default background color in paraview web? >> >> best regards >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From info at seoaachen.de Fri Apr 28 12:47:23 2017 From: info at seoaachen.de (Daniel Zuidinga) Date: Fri, 28 Apr 2017 18:47:23 +0200 Subject: [Paraview] Set background color, paraview web In-Reply-To: References: <00232fbe-dc23-4003-4f8c-4f7d2e140056@seoaachen.de> <4f5d3f3e-2d3b-acdc-00fa-713f1ee96e44@seoaachen.de> Message-ID: I run the pv_web_visualizer.py just add it to that file at the end? Am 28.04.2017 um 18:44 schrieb Sebastien Jourdain: > I don't know, are you using ParaView as server? What is the Python > file you execute to run that server? That could be in that file. > > On Fri, Apr 28, 2017 at 10:42 AM, Daniel Zuidinga > wrote: > > in which file? > > > Am 28.04.2017 um 16:53 schrieb Sebastien Jourdain: >> In Python on the server side: >> >> view = simple.GetRenderView() >> >> view.Background = [0, 0.5, 1] >> >> >> On Fri, Apr 28, 2017 at 8:10 AM, Daniel Zuidinga >> > wrote: >> >> Hi, >> >> where can I set the default background color in paraview web? >> >> best regards >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> >> Search the list archives at: >> http://markmail.org/search/?q=ParaView >> >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> >> >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sebastien.jourdain at kitware.com Fri Apr 28 13:07:48 2017 From: sebastien.jourdain at kitware.com (Sebastien Jourdain) Date: Fri, 28 Apr 2017 11:07:48 -0600 Subject: [Paraview] Set background color, paraview web In-Reply-To: References: <00232fbe-dc23-4003-4f8c-4f7d2e140056@seoaachen.de> <4f5d3f3e-2d3b-acdc-00fa-713f1ee96e44@seoaachen.de> Message-ID: At the end of the "initialize" function. Or just edit to match the color you want. https://github.com/Kitware/visualizer/blob/master/server/pvw-visualizer.py#L197 On Fri, Apr 28, 2017 at 10:47 AM, Daniel Zuidinga wrote: > I run the pv_web_visualizer.py > > just add it to that file at the end? > > > Am 28.04.2017 um 18:44 schrieb Sebastien Jourdain: > > I don't know, are you using ParaView as server? What is the Python file > you execute to run that server? That could be in that file. > > On Fri, Apr 28, 2017 at 10:42 AM, Daniel Zuidinga > wrote: > >> in which file? >> >> >> Am 28.04.2017 um 16:53 schrieb Sebastien Jourdain: >> >> In Python on the server side: >> >> view = simple.GetRenderView() >> >> view.Background = [0, 0.5, 1] >> >> On Fri, Apr 28, 2017 at 8:10 AM, Daniel Zuidinga >> wrote: >> >>> Hi, >>> >>> where can I set the default background color in paraview web? >>> >>> best regards >>> >>> _______________________________________________ >>> Powered by www.kitware.com >>> >>> Visit other Kitware open-source projects at >>> http://www.kitware.com/opensource/opensource.html >>> >>> Please keep messages on-topic and check the ParaView Wiki at: >>> http://paraview.org/Wiki/ParaView >>> >>> Search the list archives at: http://markmail.org/search/?q=ParaView >>> >>> Follow this link to subscribe/unsubscribe: >>> http://public.kitware.com/mailman/listinfo/paraview >>> >> >> >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Amine.Aboufirass at deltares.nl Sat Apr 29 06:57:10 2017 From: Amine.Aboufirass at deltares.nl (Amine Aboufirass) Date: Sat, 29 Apr 2017 10:57:10 +0000 Subject: [Paraview] Rescaling axis in paraview plot Message-ID: Hi All, Does there exist any way to rescale x-axis values for a Time history 2D plot in paraview? I am seeing some properties with log scale and custom data in the properties window but heres the issue: 1) Log scale is not what I am looking for. I am looking to rescale my data and show x-axis going from 0 to 1 rather than 0 to 100 2) Custom data for bottom axis will truncate data that is not part of the range defined by the user. I am looking to actually rescale the plot in one axis based on the new range. 3) No additional filter exists that I could further apply on my current plot to play around with the axis ranges. Does anyone know how to do this without necessarily using macros? Thanks. Amine Aboufirass DISCLAIMER: This message is intended exclusively for the addressee(s) and may contain confidential and privileged information. If you are not the intended recipient please notify the sender immediately and destroy this message. Unauthorized use, disclosure or copying of this message is strictly prohibited. The foundation 'Stichting Deltares', which has its seat at Delft, The Netherlands, Commercial Registration Number 41146461, is not liable in any way whatsoever for consequences and/or damages resulting from the improper, incomplete and untimely dispatch, receipt and/or content of this e-mail. -------------- next part -------------- An HTML attachment was scrubbed... URL: From rupertgladstone1972 at gmail.com Sat Apr 29 14:18:17 2017 From: rupertgladstone1972 at gmail.com (Rupert Gladstone) Date: Sat, 29 Apr 2017 20:18:17 +0200 Subject: [Paraview] Correlation coefficient Message-ID: Hi, I'd like to calculate a correlation coefficient between two variables in a vtu data set. I am not experienced with statistics but the Pearson correlation coefficient looks suitable. So I just need the covariance and standard deviations. The Paraview Multicorrelative Statistics filter seems to give the covariance, but I can't find a filter that gives the standard deviation. The Descriptive Statistics filter is supposed to give standard deviation according to the documentation, but I am not getting it when I run the filter. I am referring to this documentation: http://www.paraview.org/Wiki/Statistical_analysis I am currently running both paraview 4.0.1 and 5.0.0. They give slightly different outputs from the statistics filters, but neither gives me the standard deviation (unless it is hidden in M2, M3 or M4? I don't know what these are). Can anyone help with either my lack of standard deviation or an alternative way to calculate a correlation coefficient? Thanks, Rupert Gladstone -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick.oleary at kitware.com Sat Apr 29 15:40:43 2017 From: patrick.oleary at kitware.com (Patrick O'Leary) Date: Sat, 29 Apr 2017 19:40:43 +0000 Subject: [Paraview] Correlation coefficient In-Reply-To: References: Message-ID: standard deviation = sqrt(M2 - M1^2) where M1 is the mean. I hope this helps. Patrick On Sat, Apr 29, 2017 at 12:18 PM Rupert Gladstone < rupertgladstone1972 at gmail.com> wrote: > Hi, I'd like to calculate a correlation coefficient between two variables > in a vtu data set. I am not experienced with statistics but the Pearson > correlation coefficient looks suitable. So I just need the covariance and > standard deviations. > > The Paraview Multicorrelative Statistics filter seems to give the > covariance, but I can't find a filter that gives the standard deviation. > The Descriptive Statistics filter is supposed to give standard deviation > according to the documentation, but I am not getting it when I run the > filter. I am referring to this documentation: > http://www.paraview.org/Wiki/Statistical_analysis > > I am currently running both paraview 4.0.1 and 5.0.0. They give slightly > different outputs from the statistics filters, but neither gives me the > standard deviation (unless it is hidden in M2, M3 or M4? I don't know what > these are). > > Can anyone help with either my lack of standard deviation or an > alternative way to calculate a correlation coefficient? > > Thanks, > Rupert Gladstone > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tj.corona at kitware.com Sun Apr 30 08:19:03 2017 From: tj.corona at kitware.com (TJ Corona) Date: Sun, 30 Apr 2017 08:19:03 -0400 Subject: [Paraview] Correlation coefficient In-Reply-To: References: Message-ID: <19B568E7-AC04-4BA8-A139-7A573663A0A7@kitware.com> Hi Rupert, The M-values refer to the moments of the distribution. The first moment (mean ) and the second moment (variance ) can be used to compute the standard deviation, as Patrick described. Hope this helps! Sincerely, T.J. Thomas J. Corona, Ph.D. Kitware, Inc. Senior R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4443 > On Apr 29, 2017, at 3:40 PM, Patrick O'Leary wrote: > > standard deviation = sqrt(M2 - M1^2) where M1 is the mean. > > I hope this helps. > Patrick > > On Sat, Apr 29, 2017 at 12:18 PM Rupert Gladstone > wrote: > Hi, I'd like to calculate a correlation coefficient between two variables in a vtu data set. I am not experienced with statistics but the Pearson correlation coefficient looks suitable. So I just need the covariance and standard deviations. > > The Paraview Multicorrelative Statistics filter seems to give the covariance, but I can't find a filter that gives the standard deviation. The Descriptive Statistics filter is supposed to give standard deviation according to the documentation, but I am not getting it when I run the filter. I am referring to this documentation: > http://www.paraview.org/Wiki/Statistical_analysis > > I am currently running both paraview 4.0.1 and 5.0.0. They give slightly different outputs from the statistics filters, but neither gives me the standard deviation (unless it is hidden in M2, M3 or M4? I don't know what these are). > > Can anyone help with either my lack of standard deviation or an alternative way to calculate a correlation coefficient? > > Thanks, > Rupert Gladstone > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview -------------- next part -------------- An HTML attachment was scrubbed... URL: From giuseppe.bilotta at gmail.com Sun Apr 30 18:50:08 2017 From: giuseppe.bilotta at gmail.com (Giuseppe Bilotta) Date: Mon, 1 May 2017 00:50:08 +0200 Subject: [Paraview] Issues with 2.5D data in Paraview Message-ID: Hello all, I'm trying to use ParaView to visualize a dataset (produced by some internal software) that represents a form of "2.5"-dimensional data: basically, a 2D grid of heights (plus other optional attributes). My original approach was to write out a set of VTS files with an explicit definition of the resulting three-dimensional mesh. However, this doesn't really scale well to large meshes and/or long time series, so I've been looking into alternative solutions. Since all the relevant data is already available in binary format (think simple dumps of linearized arrays), I've been looking into taking advantage of XDMF, with mixed results. First of all, since the 2D grids have regular spacing, my idea was to define the topology as ORIGIN_DXDY, which worse fairly well until I realized that recent ParaView versions actually map that to a grid in the YZ space, which somewhat ruins the next step. The next step was to use ?Warp by Scalar? using the Heights scalar for warping the points, but this doesn't actually work because warping by scalar wraps in the Z direction (I've tried specifying a different normal, with no luck even with the relevant box checked). An attached sample XDMF file (no heavy data) is attached. The obvious question is: am I doing something wrong, or did I hit some suble bugs in ParaView? -- Giuseppe "Oblomov" Bilotta -------------- next part -------------- A non-text attachment was scrubbed... Name: index2.xmf Type: application/octet-stream Size: 3750 bytes Desc: not available URL: