Re: [Paraview] How to insert annotate time info into catalyst?

2018-01-25 Thread Ufuk Utku Turuncoglu (BE)
Hi Seongmo, I am using following steps to add annotation to Catalyst, 1 - Create a ProgrammableFilter 2 - Add following code to it (don’t forget to modify epoc) import paraview.simple import paraview.servermanager import datetime import locale # get output port and copy it to input out =

[Paraview] corrupt k-d tree error.

2017-12-19 Thread Ufuk Utku Turuncoglu (BE)
Hi All, When i try to run my simulation code integrated with ParaView Catalyst, i am getting error like following in certain number of processors, ERROR: In /okyanus/users/uturuncoglu/progs/paraview-5.4.1/src/VTK/Common/DataModel/vtkKdTree.cxx, line 1945 vtkKdTree (0xeaa0660):

Re: [Paraview] parallel processing in volume rendering and Merge Blocks filter ...

2017-09-21 Thread Ufuk Utku Turuncoglu (BE)
Hi Andy, Thanks for the clarification. One minor question, after applying Merge Blocks is it still processing in serial mode or can i use MPI to improve the performance? By the way, i am also using NVIDIA Index plugin. I think that it supports parallel rendering but again not for multi block

[Paraview] problem with visibility control in the animation view ...

2017-09-18 Thread Ufuk Utku Turuncoglu (BE)
Hi, I am trying to create animation by playing visibility of a Tube. In this case, the visibility of the Tube is 0 at the beginning but after certain time step (at 30), i am setting it to 1. Until this point everything fine and i could define it in the animation panel but when i go to a

Re: [Paraview] multiple visualization pipeline at a time with co-processing

2017-07-07 Thread Ufuk Utku Turuncoglu (BE)
o warnings. Cheers, Andy On Tue, Jul 4, 2017 at 7:04 AM, Ufuk Utku Turuncoglu (BE) <u.utku.turunco...@be.itu.edu.tr <mailto:u.utku.turunco...@be.itu.edu.tr>> wrote: Hi Andy, I tested you suggestion about using multiple script in co-processing. In this case, i used followi

Re: [Paraview] multiple visualization pipeline at a time with co-processing

2017-07-04 Thread Ufuk Utku Turuncoglu (BE)
re trying to access the same file can seriously slow down an HPC machine. Cheers, Andy On Tue, May 16, 2017 at 8:24 AM, Ufuk Utku Turuncoglu (BE) <u.utku.turunco...@be.itu.edu.tr <mailto:u.utku.turunco...@be.itu.edu.tr>> wrote: Thanks Andy. That is exac

Re: [Paraview] multiple visualization pipeline at a time with co-processing

2017-05-16 Thread Ufuk Utku Turuncoglu (BE)
and broadcasting the script contents to the other processes for use. The second method will only do that for the master script. Please let me know if this doesn't answer your question. Cheers, Andy On Tue, May 16, 2017 at 5:46 AM, Ufuk Utku Turuncoglu (BE) <u.utku.turunco...@be.itu.edu

[Paraview] multiple visualization pipeline at a time with co-processing

2017-05-16 Thread Ufuk Utku Turuncoglu (BE)
Hi All, I just wonder that is it possible to trigger multiple visualization pipeline in the same time with co-processing. The co-processing script generator plugin mainly outputs only single pipeline at a time and that is fine but what about combining multiple Python script (generated by

Re: [Paraview] ParaView 5.3.0 Release Candidate 1 binaries are available for download

2017-02-14 Thread Ufuk Utku Turuncoglu (BE)
Hi Cory, I was trying to install new release candidate from source to test Catalyst module but i am getting following error messages under Linux (CentOS) and with Intel compiler (2016), CMake Error at VTK/CMake/vtkModuleMacros.cmake:549 (target_compile_features):

Re: [Paraview] difference in the output of co-processing

2017-01-03 Thread Ufuk Utku Turuncoglu (BE)
w down the cause of the issue we can put in a bug report for this. Thanks, Andy On Mon, Jan 2, 2017 at 5:27 AM, Ufuk Utku Turuncoglu (BE) <u.utku.turunco...@be.itu.edu.tr <mailto:u.utku.turunco...@be.itu.edu.tr>> wrote: Hi, I am trying to use Paraview co-processing c

Re: [Paraview] not all fields written by allinputsgridwriter.py ...

2016-12-12 Thread Ufuk Utku Turuncoglu (BE)
, Ufuk Utku Turuncoglu (BE) <u.utku.turunco...@be.itu.edu.tr <mailto:u.utku.turunco...@be.itu.edu.tr>> wrote: Hi Andy, I tested code with different variable names but the result is same. I also tried to get index of added array by using following call int i = dataSet-&

Re: [Paraview] not all fields written by allinputsgridwriter.py ...

2016-12-12 Thread Ufuk Utku Turuncoglu (BE)
ields but I could do it on Monday when I have access to server. Regards, --ufuk Are the fields uniquely named? That would be my first guess. Other than that, what are the names of the fields? Some names are specially handled in which case they may be hidden in the ParaView GUI. On Fri, Dec 9, 2016

[Paraview] not all fields written by allinputsgridwriter.py ...

2016-12-09 Thread Ufuk Utku Turuncoglu (BE)
Hi, I am using allinputsgridwriter.py to write data that are coming from co-processing. The problem is that the result file does not contain all the fields. The adaptor code sends two fields but the written file has only single field (the first one). The same adaptor code and

Re: [Paraview] GNOME is hanging with co-processing ...

2016-11-04 Thread Ufuk Utku Turuncoglu (BE)
that the NVIDIA EGL driver minimum version needed is 355.11. On Thu, Nov 3, 2016 at 5:52 AM, Ufuk Utku Turuncoglu (BE) <u.utku.turunco...@be.itu.edu.tr <mailto:u.utku.turunco...@be.itu.edu.tr>> wrote: Hi Andy, I am trying to install ParaView with EGL under Centos 7.1 but

Re: [Paraview] GNOME is hanging with co-processing ...

2016-11-03 Thread Ufuk Utku Turuncoglu (BE)
their EGL libs for offscreen rendering (i.e. no x-windows needed). See the blog post at https://blog.kitware.com/off-screen-rendering-through-the-native-platform-interface-egl/. Best, Andy On Wed, Nov 2, 2016 at 5:22 AM, Ufuk Utku Turuncoglu (BE) <u.utku.turunco...@be.itu.edu

[Paraview] GNOME is hanging with co-processing ...

2016-11-02 Thread Ufuk Utku Turuncoglu (BE)
Hi, I am trying to run a parallel code with co-processing support but when i run the code, it is hanging without opening x-window and writing the png files. In this case, i could not use or interact with any other app with GUI such as firefox, terminal etc. It seems that it affects the GNOME.

Re: [Paraview] Non-blocking coprocessing

2016-10-25 Thread Ufuk Utku Turuncoglu (BE)
Hi Tim, I am not sure about the non-blocking type communication is supported by ParaView, Catalyst or not but i think that assigning an extra core for global reduction is possible. You could use MPI communication for this purpose. So, look at following code of mine for overloaded

Re: [Paraview] capability of ParaView, Catalyst in distributed computing environment ...

2016-08-04 Thread Ufuk Utku Turuncoglu (BE)
Hi, After getting help from the list, i finished the initial implementation of the code but in this case i have a strange experience with Catalyst. The prototype code is working with allinputsgridwriter.py script and could write multi-piece dataset in VTK format without any problem. In this

[Paraview] capability of ParaView, Catalyst in distributed computing environment ...

2016-05-18 Thread Ufuk Utku Turuncoglu (BE)
Hi All, I just wonder about the capability of ParaView, Catalyst in distributed computing environment. I have little bit experience in in-situ visualization but it is hard for me to see the big picture at this point. So, i decided to ask to the user list to get some suggestion from the

Re: [Paraview] Paraview Climate Science

2016-05-17 Thread Ufuk Utku Turuncoglu (BE)
Hi, You might want to check following link, https://www.dkrz.de/Nutzerportal-en/doku/vis/sw/paraview There are sample datasets (mostly netcdf files) and a tutorial document that are dedicated to climate data analysis. I hope it helps. Regards, --ufuk On 16/05/16 22:12, Moreland, Kenneth

Re: [Paraview] volume rendering with Catalyst ...

2016-05-05 Thread Ufuk Utku Turuncoglu (BE)
Apr 29, 2016 at 10:12 AM, Ufuk Utku Turuncoglu (BE) <u.utku.turunco...@be.itu.edu.tr <mailto:u.utku.turunco...@be.itu.edu.tr>> wrote: Hi Cory, Do you think that it is a bug in Catalyst side. In this case, i am running the code as follows export LD_LIBRARY_PATH=/

Re: [Paraview] volume rendering with Catalyst ...

2016-05-04 Thread Ufuk Utku Turuncoglu (BE)
when you run pvpython with that script. Best, Andy On Fri, Apr 29, 2016 at 10:12 AM, Ufuk Utku Turuncoglu (BE) <u.utku.turunco...@be.itu.edu.tr <mailto:u.utku.turunco...@be.itu.edu.tr>> wrote: Hi Cory, Do you think that it is a bug in Catalyst side. In this case, i am

Re: [Paraview] volume rendering with Catalyst ...

2016-04-29 Thread Ufuk Utku Turuncoglu (BE)
26, 2016 at 4:18 AM, Ufuk Utku Turuncoglu (BE) <u.utku.turunco...@be.itu.edu.tr> wrote: Hi, I had a problem in Catalyst when i run a visualization pipeline with volume rendering. The attached figures shows the problem and belong to same visualization with and without Catalyst. In my case,

Re: [Paraview] ParaView Catalyst - AttributeError when pipeline is evaluated

2016-04-26 Thread Ufuk Utku Turuncoglu (BE)
Hi, I had same problem as you and i was commenting out those lines to get working. Anyway, i did not find any other solution for the problem and there could be a bug in the co-processing. --ufuk On 26/04/16 10:49, Deij-van Rijswijk, Menno wrote: Hi, I’m using a Catalyst interface to our

Re: [Paraview] couple of issues related with co-processing ...

2016-04-15 Thread Ufuk Utku Turuncoglu (BE)
. There are two example scripts for this in Examples/Catalyst/SampleScripts that you can use for this. As for the grid names for the axes, this may be a bug in ParaView. I'll look into that. Best, Andy On Wed, Apr 13, 2016 at 8:44 AM, Ufuk Utku Turuncoglu (BE) <u.utku.turunco...@be.itu.edu

Re: [Paraview] couple of issues related with co-processing ...

2016-04-14 Thread Ufuk Utku Turuncoglu (BE)
instead of the NetCDF files. There are two example scripts for this in Examples/Catalyst/SampleScripts that you can use for this. As for the grid names for the axes, this may be a bug in ParaView. I'll look into that. Best, Andy On Wed, Apr 13, 2016 at 8:44 AM, Ufuk Utku Turuncoglu

[Paraview] problem in pvbatch --use-offscreen-rendering option ...

2016-03-29 Thread Ufuk Utku Turuncoglu (BE)
Hi, I am trying to run pvbatch command with and without --use-offscreen-rendering option but the output is corrupted in --use-offscreen-rendering case (see attached png files). I am using Mac OS 10.11.3 along with Paraview 5.0 (custom build from source). I also tested same visualization

[Paraview] Paraview 5.0.0 with OSPRray plugin ...

2016-01-14 Thread Ufuk Utku Turuncoglu (BE)
Hi All, I am trying to build Paraview 5.0.0 with OSPRray plugin support but i could not see the plugin in the list. Do i need to specify any specific flag during compilation. Thanks, Regards, Ufuk Turuncoglu Istanbul Technical University Informatics Institute

Re: [Paraview] pqPipelineSource::getOutputPort( 0 ). Available number of output ports: 0

2015-06-11 Thread Ufuk Utku Turuncoglu (BE)
Hi Peter, I followed your steps in Paraview 4.2 (compiled under MacOS 10.10.3) and as you mentioned, i could see the pipeline in the pipeline browser. I also decrease to time step (from 100 to 3) to test the code. After finishing the time step loop the ParaView gives following error, ERROR:

Re: [Paraview] pqPipelineSource::getOutputPort( 0 ). Available number of output ports: 0

2015-06-11 Thread Ufuk Utku Turuncoglu (BE)
+33 6 81 30 76 52 cell +33 2 97 82 19 30 USA +1 773 280 8142 Skype: peterheppel On 2015-06-11 10:10, Ufuk Utku Turuncoglu (BE) wrote: Hi Peter, I followed your steps in Paraview 4.2 (compiled under MacOS 10.10.3) and as you mentioned, i could see the pipeline in the pipeline browser. I also

Re: [Paraview] Connecting to Catalyst-Enabled Simulation Running on Remote Cluster

2015-05-20 Thread Ufuk Utku Turuncoglu (BE)
Hi Timo, Thanks for your help. Actually, to keep it simple, i am using my laptop for both server and client. So, i think there is no need to open ssh tunnel in this case and also hash will not be an issue. Steps: 1 - installed Paraview 4.3.1 source under Mac OS 10.10 by enabling Python +

Re: [Paraview] to be sure about used hardware ...

2015-05-12 Thread Ufuk Utku Turuncoglu (BE)
Hi, I checked Volume Rendering Mode but i could not see it in my case. It is exist in my local laptop (Mac OS) but it is not in ParaView installed under Debian 8.0. I think that after selecting representation type to Volume, it must show up in the Properties menu. Right? --ufuk On 11/05/15

[Paraview] to be sure about used hardware ...

2015-05-11 Thread Ufuk Utku Turuncoglu (BE)
Hi All, My question could be very basic but how to be sure that Paraview uses installed graphics card (in my case Nvidia K2000)? Do i need to install Paraview from source (using Nvidia drivers) to use the full capability of underlying hardware? I am asking because volume rendering seems

Re: [Paraview] to be sure about used hardware ...

2015-05-11 Thread Ufuk Utku Turuncoglu (BE)
can test this by using the wavelet source, which gives you a arability sized structured dataset. -Armin On 05/11/2015 04:15 PM, Ufuk Utku Turuncoglu (BE) wrote: Hi All, My question could be very basic but how to be sure that Paraview uses installed graphics card (in my case Nvidia K2000)? Do

Re: [Paraview] Multiple versions of ParaView on same computer; how do I choose one?

2015-05-11 Thread Ufuk Utku Turuncoglu (BE)
Are they installed in different folders? If yes, you could set PATH environment variable to point the directory that has paraview command. If you looking for a system wide solution then you could create small shell script under /etc/profile.d (for CentOS but it must be similar in Ubuntu) to

Re: [Paraview] Any suggestion for work environment to run Catalyst examples ???

2015-05-04 Thread Ufuk Utku Turuncoglu (BE)
so I don't have much experience there. I do know that the Catalyst examples are built on several architectures for testing. I hope to get a dashboard up in the near future to test this out better. Regards, Andy On Thu, Apr 30, 2015 at 9:21 AM, Ufuk Utku Turuncoglu (BE) u.utku.turunco

[Paraview] Any suggestion for work environment to run Catalyst examples ???

2015-04-30 Thread Ufuk Utku Turuncoglu (BE)
Hi, I would like to run Catalyst examples but i failed in following attempts: *1 - MacOS 10.10.2 + **Enthought **Canopy_64bit 1.4.1.1995 + OpenMPI**1.8.4 + Paraview 4.3.1 source* When i trying to install Paraview 4.3.1, i am getting error related with qsqlite library after compiling %99 of

Re: [Paraview] problem in installing Paraview from source in MacOS

2015-04-09 Thread Ufuk Utku Turuncoglu (BE)
, 2015 at 5:09 AM, Ufuk Utku Turuncoglu (BE) u.utku.turunco...@be.itu.edu.tr mailto:u.utku.turunco...@be.itu.edu.tr wrote: Hi, I had a problem in the installation of Paraview fro the source. The make command gives error (at the end of the message) related

[Paraview] problem in installing Paraview from source in MacOS

2015-04-08 Thread Ufuk Utku Turuncoglu (BE)
Hi, I had a problem in the installation of Paraview fro the source. The make command gives error (at the end of the message) related with QSQLITE driver. The code compiles without any problem until this step (63%) and i just wonder about the solution. I also found couple of threads related

Re: [Paraview] ParaView Catalyst and running example codes ...

2015-04-06 Thread Ufuk Utku Turuncoglu (BE)
on there. Regards, Andy On Mon, Apr 6, 2015 at 8:02 AM, Ufuk Utku Turuncoglu (BE) u.utku.turunco...@be.itu.edu.tr mailto:u.utku.turunco...@be.itu.edu.tr wrote: Hi, I am trying to run ParaViewCatalystExampleCode under Mac OS 10.10.2. I have already installed Catalyst-base+essentials+extras

[Paraview] ParaView Catalyst and running example codes ...

2015-04-06 Thread Ufuk Utku Turuncoglu (BE)
Hi, I am trying to run ParaViewCatalystExampleCode under Mac OS 10.10.2. I have already installed Catalyst-base+essentials+extras+renderingbase+python-Source.tar to my machine successfully and i would like to test the example codes. The main problem is that i am getting following error when