Re: [Paraview] Error while trying to run Paraview on server

2014-06-05 Thread Linh M. Nguyen
Which OS and which version of the NVIDIA driver are you using?  Try running the 
command  'cat /proc/driver/nvidia/version’ to see which version you’re running. 
If on ubuntu 14.04 LTS make sure you have latest 331 (for bare metal) or 337 
beta if on EC2.  Nouveau and bumblebee drivers are historically problematic and 
it’s best to purge and blacklist them and install the drivers from NVIDIA when 
you see these types of errors.

-Linh
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] [EXTERNAL] Error while trying to run Paraview on server

2014-06-05 Thread Rohit Narurkar
No I am simply trying to run ParaView on a server computer, and I am
getting this error. I think OpenGL is missing, but could there be something
else?


On Fri, Jun 6, 2014 at 7:38 AM, Scott, W Alan  wrote:

>  Try running glxgears.  I wonder if you don’t have OpenGL installed.
>
>
>
> Or, do you mean you are actually trying to run pvserver on a cluster?
>
>
>
> Alan
>
>
>
> *From:* ParaView [mailto:paraview-boun...@paraview.org] *On Behalf Of *Rohit
> Narurkar
> *Sent:* Thursday, June 05, 2014 8:06 PM
> *To:* paraview@paraview.org
> *Subject:* [EXTERNAL] [Paraview] Error while trying to run Paraview on
> server
>
>
>
> Hello!
>
>
>
> I am trying to run paraview on a server, but when I do, I get this error:
>
>
>
> Xlib:  extension "NV-GLX" missing on display "localhost:10.0".
>
> X Error: BadAlloc (insufficient resources for operation) 11
>
>   Extension:154 (Uknown extension)
>
>   Minor opcode: 3 (Unknown request)
>
>   Resource id:  0x2e00091
>
>
>
> What is this error? And how am I supposed to solve it?
>
>
>
> Thanks,
>
> Rohit.
>
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] [EXTERNAL] Error while trying to run Paraview on server

2014-06-05 Thread Scott, W Alan
Try running glxgears.  I wonder if you don’t have OpenGL installed.

Or, do you mean you are actually trying to run pvserver on a cluster?

Alan

From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Rohit 
Narurkar
Sent: Thursday, June 05, 2014 8:06 PM
To: paraview@paraview.org
Subject: [EXTERNAL] [Paraview] Error while trying to run Paraview on server

Hello!

I am trying to run paraview on a server, but when I do, I get this error:

Xlib:  extension "NV-GLX" missing on display "localhost:10.0".
X Error: BadAlloc (insufficient resources for operation) 11
  Extension:154 (Uknown extension)
  Minor opcode: 3 (Unknown request)
  Resource id:  0x2e00091

What is this error? And how am I supposed to solve it?

Thanks,
Rohit.
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Error while trying to run Paraview on server

2014-06-05 Thread Rohit Narurkar
Hello!

I am trying to run paraview on a server, but when I do, I get this error:

Xlib:  extension "NV-GLX" missing on display "localhost:10.0".
X Error: BadAlloc (insufficient resources for operation) 11
  Extension:154 (Uknown extension)
  Minor opcode: 3 (Unknown request)
  Resource id:  0x2e00091

What is this error? And how am I supposed to solve it?

Thanks,
Rohit.
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Empty line printed from each core in coprocessorinitializewithpython() when doing in-situ

2014-06-05 Thread Andy Bauer
Thanks! I just assigned it to myself.

Regards,
Andy


On Thu, Jun 5, 2014 at 3:08 PM, Hong Yi  wrote:

>  Hi Andy,
>
>
>
> Done, the issue ID is 0014781. I did not find an input to assign it to
> you, but I indicated it in the description. I did assign the project to be
> Catalyst.
>
>
>
> Thanks,
>
> Hong
>
>
>
> *From:* Andy Bauer [mailto:andy.ba...@kitware.com]
> *Sent:* Thursday, June 05, 2014 2:44 PM
> *To:* Hong Yi
> *Cc:* paraview@paraview.org
> *Subject:* Re: [Paraview] Empty line printed from each core in
> coprocessorinitializewithpython() when doing in-situ
>
>
>
> Hi Hong,
>
> I've seen this issue but haven't had the time to fix it. If you can enter
> this issue in our bug tracker (
> http://www.paraview.org/Bug/my_view_page.php) and assign it to me, I'll
> try and fix it.
>
> Regards,
>
> Andy
>
>
>
> On Thu, Jun 5, 2014 at 2:18 PM, Hong Yi  wrote:
>
> In our in-situ run linking our simulation to ParaView Catalyst, I found an
> empty line was always printed from each core during Catalyst initialization
> (in coprocessorinitializewithpython() call). Although this is not a big
> deal, it becomes annoying when running on large number of cores. I traced
> the issue down some time ago and it appeared the empty line was printed
> from the statement
> "vtkPythonInterpreter::RunSimpleString(loadPythonModules.str().c_str());"
> in InitializePython() function in vtkCPPythonScriptPipeline.cxx. This empty
> line printout occurred in all ParaView versions we have tried including
> versions 3.98, 4.0.1, and 4.1.0. I am wondering whether anybody else has
> experienced this minor but sometimes annoying issue, and whether I can get
> some suggestions/ideas to possibly remove the empty line printout during
> Catalyst initialization.
>
> Thanks,
> Hong
>
>
> ___
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Empty line printed from each core in coprocessorinitializewithpython() when doing in-situ

2014-06-05 Thread Hong Yi
Hi Andy,

Done, the issue ID is 0014781. I did not find an input to assign it to you, but 
I indicated it in the description. I did assign the project to be Catalyst.

Thanks,
Hong

From: Andy Bauer [mailto:andy.ba...@kitware.com]
Sent: Thursday, June 05, 2014 2:44 PM
To: Hong Yi
Cc: paraview@paraview.org
Subject: Re: [Paraview] Empty line printed from each core in 
coprocessorinitializewithpython() when doing in-situ

Hi Hong,

I've seen this issue but haven't had the time to fix it. If you can enter this 
issue in our bug tracker (http://www.paraview.org/Bug/my_view_page.php) and 
assign it to me, I'll try and fix it.

Regards,
Andy

On Thu, Jun 5, 2014 at 2:18 PM, Hong Yi 
mailto:hon...@renci.org>> wrote:
In our in-situ run linking our simulation to ParaView Catalyst, I found an 
empty line was always printed from each core during Catalyst initialization (in 
coprocessorinitializewithpython() call). Although this is not a big deal, it 
becomes annoying when running on large number of cores. I traced the issue down 
some time ago and it appeared the empty line was printed from the statement 
"vtkPythonInterpreter::RunSimpleString(loadPythonModules.str().c_str());" in 
InitializePython() function in vtkCPPythonScriptPipeline.cxx. This empty line 
printout occurred in all ParaView versions we have tried including versions 
3.98, 4.0.1, and 4.1.0. I am wondering whether anybody else has experienced 
this minor but sometimes annoying issue, and whether I can get some 
suggestions/ideas to possibly remove the empty line printout during Catalyst 
initialization.

Thanks,
Hong

___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Empty line printed from each core in coprocessorinitializewithpython() when doing in-situ

2014-06-05 Thread Andy Bauer
Hi Hong,

I've seen this issue but haven't had the time to fix it. If you can enter
this issue in our bug tracker (http://www.paraview.org/Bug/my_view_page.php)
and assign it to me, I'll try and fix it.

Regards,
Andy


On Thu, Jun 5, 2014 at 2:18 PM, Hong Yi  wrote:

>  In our in-situ run linking our simulation to ParaView Catalyst, I found
> an empty line was always printed from each core during Catalyst
> initialization (in coprocessorinitializewithpython() call). Although this
> is not a big deal, it becomes annoying when running on large number of
> cores. I traced the issue down some time ago and it appeared the empty line
> was printed from the statement
> "vtkPythonInterpreter::RunSimpleString(loadPythonModules.str().c_str());"
> in InitializePython() function in vtkCPPythonScriptPipeline.cxx. This empty
> line printout occurred in all ParaView versions we have tried including
> versions 3.98, 4.0.1, and 4.1.0. I am wondering whether anybody else has
> experienced this minor but sometimes annoying issue, and whether I can get
> some suggestions/ideas to possibly remove the empty line printout during
> Catalyst initialization.
>
> Thanks,
> Hong
>
> ___
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Empty line printed from each core in coprocessorinitializewithpython() when doing in-situ

2014-06-05 Thread Hong Yi
In our in-situ run linking our simulation to ParaView Catalyst, I found an 
empty line was always printed from each core during Catalyst initialization (in 
coprocessorinitializewithpython() call). Although this is not a big deal, it 
becomes annoying when running on large number of cores. I traced the issue down 
some time ago and it appeared the empty line was printed from the statement 
"vtkPythonInterpreter::RunSimpleString(loadPythonModules.str().c_str());" in 
InitializePython() function in vtkCPPythonScriptPipeline.cxx. This empty line 
printout occurred in all ParaView versions we have tried including versions 
3.98, 4.0.1, and 4.1.0. I am wondering whether anybody else has experienced 
this minor but sometimes annoying issue, and whether I can get some 
suggestions/ideas to possibly remove the empty line printout during Catalyst 
initialization.

Thanks,
Hong
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Clarification on Paraview pvbatch run

2014-06-05 Thread Sebastien Jourdain
Ok, so you are correctly using everything.
The question is now on the *OpenFOAMReader and if it properly use MPI to
read and distribute the data.*
*Which unfortunately I don't know.*

*If you want to force a redistribution of your data across your nodes, you
can use the D3 filter just after your reader.*

*Seb*


On Thu, Jun 5, 2014 at 11:44 AM, Daniele Obiso <
daniele.ob...@phitecingegneria.it> wrote:

>  Hi Sebastien,
>
> here you can find the main parts of the script.
>
>
>
> 
> *try: paraview.simple*
> *except: from paraview.simple import **
> *paraview.simple._DisableFirstRenderCameraReset()*
>
> *RenderView1 = CreateRenderView()*
>
> *# Lights*
> * options *
> *# Screen** options*
>
> *# Set scale parameters*
> *a1_Cp_PVLookupTable = GetLookupTableForArray( "Cp", 3, RGBPoints=[-1,
> 0.0, 0.0, 1.0, 0.75, 1.0, 0.0, 0.0], VectorMode='Magnitude',
> NanColor=[0.498039, 0.498039, 0.498039], NumberOfTableValues=100,
> ColorSpace='HSV', LockScalarRange=1 )*
> *a1_Cp_PiecewiseFunction = CreatePiecewiseFunction()*
> *ScalarBarWidgetRepresentation1 = CreateScalarBar(Position=[0.33, 0.95],
> Title='Cp [-]', Orientation = 'Horizontal', Position2=[0.4, 0.04],
> Enabled=1, LabelFontSize=12, LabelColor=[0.0, 0.0, 0.0],
> LookupTable=a1_Cp_PVLookupTable, TitleFontSize=12, TitleColor=[0.0, 0.0,
> 0.0] )*
>
> *# Legend position*
> *GetRenderView().Representations.append(ScalarBarWidgetRepresentation1)*
>
> *# Time*
> *RenderView1 = GetRenderView()*
> *AnimationScene1 = GetAnimationScene()*
> *AnimationScene1.EndTime = 2500*
> *AnimationScene1.AnimationTime = 2500*
> *RenderView1.ViewTime = 2500*
>
> *# Open the model: volume mesh*
> *foam_foam = OpenFOAMReader( FileName='../case.foam' )*
> *foam_foam.CellArrays = ['Cp']*
> *foam_foam.CaseType = 'Reconstructed Case'*
> *foam_foam.MeshRegions = ['internalMesh']*
>
> *DataRepresentation2 = Show()*
> *DataRepresentation2.ScalarOpacityUnitDistance = 0.01*
> *DataRepresentation2.Representation = 'Outline'*
> *DataRepresentation2.EdgeColor = [0.0, 0.0, 0.5]*
> *DataRepresentation2.Visibility = 0*
>
> *# Slice*
>
> *RenderView1.CameraViewUp = [0.0, 1.0, 0.0]*
> *RenderView1.CameraPosition = [1.5, 0.3, 18]*
> *RenderView1.CameraFocalPoint = [**1.5, 0.3, 1]*
> *RenderView1.CameraClippingRange = [18, 18]*
> *RenderView1.CameraParallelScale = 0.9*
>
> *SetActiveSource(foam_foam)*
>
> *Slice1 = Slice( SliceType="Plane" )*
> *Slice1.SliceOffsetValues = [0.0]*
> *Slice1.SliceType.Origin = [0, 0, 0]*
> *Slice1.SliceType.Normal = [0, 0, 1]*
> *Slice1.SliceType = "Plane"*
> *DataRepresentation3 = Show()*
> *DataRepresentation3.Visibility = 1*
> *DataRepresentation3.EdgeColor = [0.0, 0.0, 0.5]*
> *DataRepresentation3.ColorArrayName = 'Cp'*
> *DataRepresentation3.LookupTable = a1_Cp_PVLookupTable*
>
> *# Animation Time*
> *RenderView1 = GetRenderView()*
> *AnimationScene1 = GetAnimationScene()*
> *AnimationScene1.EndTime = 2500*
> *AnimationScene1.AnimationTime = 2500*
> *RenderView1.ViewTime = 2500*
> *AnimationScene1.PlayMode = 'Sequence'*
> *AnimationScene1.NumberOfFrames =10*
>
> *KeyFrameAnimationCue3 = GetAnimationTrack( 'Origin', 2,
> proxy=Slice1.SliceType)*
> *KeyFrame = CompositeKeyFrame( KeyValues=[0] )*
> *KeyFrame = CompositeKeyFrame( KeyTime=1.0, KeyValues=[1.4] )*
> *TimeAnimationCue1 = GetTimeTrack()*
> *TimeAnimationCue1.UseAnimationTime = 0*
> *KeyFrame = CompositeKeyFrame( KeyTime=1.0, KeyValues=[2500] )*
> *KeyFrame = CompositeKeyFrame( KeyValues=[2500] )*
> *KeyFrameAnimationCue3.KeyFrames = [ KeyFrame, KeyFrame ] *
> *TimeAnimationCue1.KeyFrames = [ KeyFrame, KeyFrame ]*
>
>
> *# Write*
>
> *WriteAnimation('Cp.png', Magnification=1, Quality=2, FrameRate=1.00)*
>
> *# End*
> *Render()*
>
>
> 
>
> Hope this can help you to understand the problem!
>
> Thanks for the availability!
> Daniele
>
>
>
>
>
>
>
>
>
>
>
>
> On 06/05/2014 07:04 PM, Sebastien Jourdain wrote:
>
> Is it using the VTK classes or the paraview Proxy?
>
> Moreover, the reader/source is responsible to distribute the data to
> properly handle parallelism.
> If it does not, then you right, everything will happen on the root node.
>
>  Hense a quick look at the script can help us determine which part need
> to change in order to truly use parallel processing.
>
>  Seb
>
>
> On Thu, Jun 5, 2014 at 8:32 AM, Daniele Obiso <
> daniele.ob...@phitecingegneria.it> wrote:
>
>>  Hi Sebastien,
>>
>> thanks for the reply!
>>
>> The script is about creating slice and sweep animation. But it's working
>> fine, i think there is no problem in it.
>> Do you need the script to understand something about the parallelization?
>>
>> Let me know!
>> Daniele
>>
>>
>>
>>
>>
>> On 06/05/2014 04:17 PM, Seb

Re: [Paraview] Clarification on Paraview pvbatch run

2014-06-05 Thread Daniele Obiso

Hi Sebastien,

here you can find the main parts of the script.



/try: paraview.simple//
//except: from paraview.simple import *//
//paraview.simple._DisableFirstRenderCameraReset()//
//
//RenderView1 = CreateRenderView()//
//
//# Lights//options
//
//# Screen//options/

///# Set scale parameters//
//a1_Cp_PVLookupTable = GetLookupTableForArray( "Cp", 3, RGBPoints=[-1, 
0.0, 0.0, 1.0, 0.75, 1.0, 0.0, 0.0], VectorMode='Magnitude', 
NanColor=[0.498039, 0.498039, 0.498039], NumberOfTableValues=100, 
ColorSpace='HSV', LockScalarRange=1 )//

//a1_Cp_PiecewiseFunction = CreatePiecewiseFunction()//
//ScalarBarWidgetRepresentation1 = CreateScalarBar(Position=[0.33, 
0.95], Title='Cp [-]', Orientation = 'Horizontal', Position2=[0.4, 
0.04], Enabled=1, LabelFontSize=12, LabelColor=[0.0, 0.0, 0.0], 
LookupTable=a1_Cp_PVLookupTable, TitleFontSize=12, TitleColor=[0.0, 0.0, 
0.0] )//

//
# Legend position//
//GetRenderView().Representations.append(ScalarBarWidgetRepresentation1)//
//
//# Time//
//RenderView1 = GetRenderView()//
//AnimationScene1 = GetAnimationScene()//
//AnimationScene1.EndTime = 2500//
//AnimationScene1.AnimationTime = 2500//
//RenderView1.ViewTime = 2500//
//
//# Open the model: volume mesh//
//foam_foam = OpenFOAMReader( FileName='../case.foam' )//
//foam_foam.CellArrays = ['Cp']//
//foam_foam.CaseType = 'Reconstructed Case'//
//foam_foam.MeshRegions = ['internalMesh']//
/
/DataRepresentation2 = Show()//
//DataRepresentation2.ScalarOpacityUnitDistance = 0.01//
//DataRepresentation2.Representation = 'Outline'//
//DataRepresentation2.EdgeColor = [0.0, 0.0, 0.5]//
//DataRepresentation2.Visibility = 0//
//
//# Slice//
//
//RenderView1.CameraViewUp = [0.0, 1.0, 0.0]//
//RenderView1.CameraPosition = [1.5, 0.3, 18]//
//RenderView1.CameraFocalPoint = [///1.5, 0.3, 1/]//
//RenderView1.CameraClippingRange = [18, 18]//
//RenderView1.CameraParallelScale = 0.9//
//
//SetActiveSource(foam_foam)//
//
//Slice1 = Slice( SliceType="Plane" )//
//Slice1.SliceOffsetValues = [0.0]//
//Slice1.SliceType.Origin = [0, 0, 0]//
//Slice1.SliceType.Normal = [0, 0, 1]//
//Slice1.SliceType = "Plane"//
//DataRepresentation3 = Show()//
//DataRepresentation3.Visibility = 1//
//DataRepresentation3.EdgeColor = [0.0, 0.0, 0.5]//
//DataRepresentation3.ColorArrayName = 'Cp'//
//DataRepresentation3.LookupTable = a1_Cp_PVLookupTable//
//
//# Animation Time//
//RenderView1 = GetRenderView()//
//AnimationScene1 = GetAnimationScene()//
//AnimationScene1.EndTime = 2500//
//AnimationScene1.AnimationTime = 2500//
//RenderView1.ViewTime = 2500//
//AnimationScene1.PlayMode = 'Sequence'//
//AnimationScene1.NumberOfFrames =10//
//
//KeyFrameAnimationCue3 = GetAnimationTrack( 'Origin', 2, 
proxy=Slice1.SliceType)//

//KeyFrame = CompositeKeyFrame( KeyValues=[0] )//
//KeyFrame = CompositeKeyFrame( KeyTime=1.0, KeyValues=[1.4] )//
//TimeAnimationCue1 = GetTimeTrack()//
//TimeAnimationCue1.UseAnimationTime = 0//
//KeyFrame = CompositeKeyFrame( KeyTime=1.0, KeyValues=[2500] )//
//KeyFrame = CompositeKeyFrame( KeyValues=[2500] )//
//KeyFrameAnimationCue3.KeyFrames = [ KeyFrame, KeyFrame ] //
//TimeAnimationCue1.KeyFrames = [ KeyFrame, KeyFrame ]//
//
//
//# Write//
//
//WriteAnimation('Cp.png', Magnification=1, Quality=2, FrameRate=1.00)//
//
//# End//
//Render()/



Hope this can help you to understand the problem!

Thanks for the availability!
Daniele











On 06/05/2014 07:04 PM, Sebastien Jourdain wrote:

Is it using the VTK classes or the paraview Proxy?

Moreover, the reader/source is responsible to distribute the data to 
properly handle parallelism.

If it does not, then you right, everything will happen on the root node.

Hense a quick look at the script can help us determine which part need 
to change in order to truly use parallel processing.


Seb


On Thu, Jun 5, 2014 at 8:32 AM, Daniele Obiso 
> wrote:


Hi Sebastien,

thanks for the reply!

The script is about creating slice and sweep animation. But it's
working fine, i think there is no problem in it.
Do you need the script to understand something about the
parallelization?

Let me know!
Daniele





On 06/05/2014 04:17 PM, Sebastien Jourdain wrote:

Hi Daniele,

can you share what your script look like?

Seb



On Thu, Jun 5, 2014 at 1:56 AM, Daniele Obiso
mailto:daniele.ob...@phitecingegneria.it>> wrote:

Hi All,

i'm writing here because i would understand better the
functionality of pvbatch in Paraview.

At moment i'm able to run Paraview in batch launching a
python script, and it works good.

Here the line 

Re: [Paraview] Clarification on Paraview pvbatch run

2014-06-05 Thread Sebastien Jourdain
Is it using the VTK classes or the paraview Proxy?

Moreover, the reader/source is responsible to distribute the data to
properly handle parallelism.
If it does not, then you right, everything will happen on the root node.

Hense a quick look at the script can help us determine which part need to
change in order to truly use parallel processing.

Seb


On Thu, Jun 5, 2014 at 8:32 AM, Daniele Obiso <
daniele.ob...@phitecingegneria.it> wrote:

>  Hi Sebastien,
>
> thanks for the reply!
>
> The script is about creating slice and sweep animation. But it's working
> fine, i think there is no problem in it.
> Do you need the script to understand something about the parallelization?
>
> Let me know!
> Daniele
>
>
>
>
>
> On 06/05/2014 04:17 PM, Sebastien Jourdain wrote:
>
> Hi Daniele,
>
>  can you share what your script look like?
>
>  Seb
>
>
>
> On Thu, Jun 5, 2014 at 1:56 AM, Daniele Obiso <
> daniele.ob...@phitecingegneria.it> wrote:
>
>>  Hi All,
>>
>> i'm writing here because i would understand better the functionality of
>> pvbatch in Paraview.
>>
>> At moment i'm able to run Paraview in batch launching a python script,
>> and it works good.
>>
>> Here the line command i launch:
>> */software/Paraview/ParaView-3.12.0-Linux-x86_64/lib/paraview-3.12/mpirun
>> -np 6 /software/Paraview/ParaView-3.12.0-Linux-x86_64/bin/pvbatch
>> python_script.py *
>>
>> The problem is that monitoring at processors loads and memory
>> consumption, it seems that it's actually working on one single processor;
>> in fact if i switch to *-np 2* or even *-np1* nothing changes in terms
>> of computing time.
>> This is happening with various Paraview versions (3.10 -3.12-4.1); is
>> there something missing in the line command? Some other options? Are some
>> Paraview filters just working as serial?
>>
>>
>>
>>
>> Another question would be about running pvbatch on clusters without
>> graphic cards: i know it's possible, compiling Paraview with OSMesa, and
>> adding in the command line  the option
>> --*use-offscreen-rendering*. Could someone clarify also this point?
>>
>> Thank you all in advance!
>> Daniele
>>
>>
>>
>> ___
>> 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
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.paraview.org/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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] vtkStructuredGrid not showing

2014-06-05 Thread David E DeMarle
I think you are just missing that you should set WholeExtent in the
RequestInformation pass.






David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Wed, Jun 4, 2014 at 3:15 AM, Andrew Ho  wrote:

> Hi,
>
> I'm having some issues getting a structured grid to be rendered in
> ParaView with a plugin I'm writing.
>
> What I have is my own class extending vtkStructuredGridAlgorithm.
>
> My RequestData method: http://pastebin.com/uxSk3n5b
>
> I'm pretty sure that my generation code is working correctly as I can plug
> it into the standalone VTK example and everything works as expected (
> http://www.vtk.org/Wiki/VTK/Examples/Cxx/StructuredGrid/StructuredGrid).
>
> Additionally, after I apply my algorithm, the Information tab lists the
> correct statistics:
> 2 cells
> 6 points
> density data array with 6 elements
> extents and bounds are both [0,1,0,2,0,0] which appears to be correct
>
>  I'm using ParaView 4.1 in Ubuntu 14.04 (x64)
>
> This seems to be similar to an issue posted back in 2011:
> http://public.kitware.com/pipermail/paraview/2011-June/021872.html
>
> As a note I have tried writing a simple XDMF file which creates a 2D
> structured mesh and that loads just fine. However, strangely enough the
> extents are in a different order than what I thought they should be ([0, 0,
> 0, 1, 0, 2])
>
> --
> Andrew Ho
>
> ___
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] settings and default values

2014-06-05 Thread Felipe Bordeu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

hi to all,

I have a custom filter with default values (defined in the xml). but now
I want to populate the default values from the data coming from the
plugin settings.

so a have a  with the descriptions of my
settings window. but I don't know how to put this information into my
filter.

I'm trying something like this

vtkSMIntVectorProperty::SafeDownCast(proxy()->GetProperty("GUIMaxNbModes"))->SetElement(0,settings->value("PxdmfSettings.GUIMaxNbModes",100).toInt());

(in the constructor of a pqPropertyWidget) but I don't know if this is
the right way.

Also when I use the setting menu, my data ("GUIMaxNbModes") is written
in the ParaView4.1.0.ini AND in the UserSettings.json. Why ???

Thank to all
Felipe

- -- 
Felipe Bordeu Weldt
Ingénieur de Recherche
- -
Tél. : 33 (0)2 40 37 16 57
Fax. : 33 (0)2 40 74 74 06
felipe.bor...@ec-nantes.fr
Institut GeM - UMR CNRS 6183
École Centrale Nantes
1 Rue de La Noë, 44321 Nantes, FRANCE
- -
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJTkIyaAAoJEE/fMfNgU9/DKzQH/ikRCDd+/3Fu49XnZxTGrETF
98MCPlFMeYYKT9FksqcgZyKvt0qeF0uPsBpc7Dpt8yUlbWHgZ4DEQtGlZ/s/wJ1H
3a7p5Do+zd1tocjFVCvZ8JE7REjEuVBv8Furh0X5JAzVZF3YY8alkmR/MIPBBHEm
Rci7BWU2kUL6vPLV31Z0Hwl+0ksvotOJ/byM2HxBgcAFBHRVdLcN8QQYpuQGSy73
otX4m/n/9EkJmiFfsnW0cFvOq5tPiZp4x1tBYD40d6ulS6jsr1Z7+pGT/OP0ECPs
RwBzPL94kMLZtqvByjY6CmGg0sLByGDxU9M5eMjPf9cHNkc0DsT1UR3Egns7iek=
=KwyN
-END PGP SIGNATURE-
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Make animation from steady state result

2014-06-05 Thread minh hien
Thank you David,

It works for me now.

MH


2014-06-05 10:07 GMT-04:00 David E DeMarle :

> Make an isocontour of the streamlines' integrationTime variable.
> Then in animation view, make a track for the isocontour value.
>
> David E DeMarle
> Kitware, Inc.
> R&D Engineer
> 21 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-881-4909
>
>
> On Thu, Jun 5, 2014 at 9:52 AM, minh hien  wrote:
>
>> Hi all,
>>
>> I got steady state solution for my problem. After plotting streamlines at
>> steady state, I would like to make animation showing moving of spheres
>> (resulted from Glyph filter) on the streamlines, the spheres' velocity
>> should be defined by the flow velocity. How can I make this?
>> Any suggestion would be very much appreciated.
>>
>> Thank you in advance.
>>
>> Minh
>>
>> ___
>> 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
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.paraview.org/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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Clarification on Paraview pvbatch run

2014-06-05 Thread Daniele Obiso

Hi Sebastien,

thanks for the reply!

The script is about creating slice and sweep animation. But it's working 
fine, i think there is no problem in it.

Do you need the script to understand something about the parallelization?

Let me know!
Daniele




On 06/05/2014 04:17 PM, Sebastien Jourdain wrote:

Hi Daniele,

can you share what your script look like?

Seb



On Thu, Jun 5, 2014 at 1:56 AM, Daniele Obiso 
> wrote:


Hi All,

i'm writing here because i would understand better the
functionality of pvbatch in Paraview.

At moment i'm able to run Paraview in batch launching a python
script, and it works good.

Here the line command i launch:
_//software/Paraview/ParaView-3.12.0-Linux-x86_64/lib/paraview-3.12/mpirun
-np 6 /software/Paraview/ParaView-3.12.0-Linux-x86_64/bin/pvbatch
python_script.py /_

The problem is that monitoring at processors loads and memory
consumption, it seems that it's actually working on one single
processor; in fact if i switch to /-np 2/ or even /-np1/ nothing
changes in terms of computing time.
This is happening with various Paraview versions (3.10 -3.12-4.1);
is there something missing in the line command? Some other
options? Are some Paraview filters just working as serial?




Another question would be about running pvbatch on clusters
without graphic cards: i know it's possible, compiling Paraview
with OSMesa, and adding in the command line  the option
--/use-offscreen-rendering/. Could someone clarify also this point?

Thank you all in advance!
Daniele



___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Clarification on Paraview pvbatch run

2014-06-05 Thread Sebastien Jourdain
Hi Daniele,

can you share what your script look like?

Seb



On Thu, Jun 5, 2014 at 1:56 AM, Daniele Obiso <
daniele.ob...@phitecingegneria.it> wrote:

>  Hi All,
>
> i'm writing here because i would understand better the functionality of
> pvbatch in Paraview.
>
> At moment i'm able to run Paraview in batch launching a python script, and
> it works good.
>
> Here the line command i launch:
> */software/Paraview/ParaView-3.12.0-Linux-x86_64/lib/paraview-3.12/mpirun
> -np 6 /software/Paraview/ParaView-3.12.0-Linux-x86_64/bin/pvbatch
> python_script.py *
>
> The problem is that monitoring at processors loads and memory consumption,
> it seems that it's actually working on one single processor; in fact if i
> switch to *-np 2* or even *-np1* nothing changes in terms of computing
> time.
> This is happening with various Paraview versions (3.10 -3.12-4.1); is
> there something missing in the line command? Some other options? Are some
> Paraview filters just working as serial?
>
>
>
>
> Another question would be about running pvbatch on clusters without
> graphic cards: i know it's possible, compiling Paraview with OSMesa, and
> adding in the command line  the option
> --*use-offscreen-rendering*. Could someone clarify also this point?
>
> Thank you all in advance!
> Daniele
>
>
>
> ___
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] [EXTERNAL] Memory explosion and strange behavior -- Linux -- 'clip' -- 360 MB file needs 60 GB ??

2014-06-05 Thread Robert.Atwood
Im sure that should be possible somehow, maybe not the specific data I 
mentioned which is an external user's unpublished work so far, but we can just 
get some more if there's some useful collaboration to be had. 

I've been 'playing' with Paraview since the CCPi and Harwell Imaging 
Partnership meeting showed the latest release and also because the latest 
de-bugging of our central file system is arguing against allowing the 
'visualization workstation' being directly connected to the central storage for 
technical reasons, thus the client/server model becomes very attractive, 
allowing the machine that actually reads data to be inside the computer cluster 
rack, while another machine displays the result , I think this require our 
cluster admins to do something-or-other , so I need to have some good argument 
that it will indeed do what we want (which also means figuring out what we 
actually want) to get that task added to their already-lengthy list. 

In the first instance, we want external facility users to at least be able to 
do SOMETHING with their data while still at their experiment. So it takes about 
1/2 hour to collect the raw data, another 40 min to reconstruct the 160 GB 3-d 
image , then what??? 






> -Original Message-
> From: Marcus D. Hanwell [mailto:marcus.hanw...@kitware.com]
> Sent: 03 June 2014 17:19
> To: Atwood, Robert (DLSLtd,RAL,SCI)
> Cc: Alan W Scott; ParaView
> Subject: Re: [Paraview] [EXTERNAL] Memory explosion and strange
> behavior -- Linux -- 'clip' -- 360 MB file needs 60 GB ??
> 
> On Mon, Jun 2, 2014 at 1:31 PM,   wrote:
> >
> > Aren't you glad I already reduced the data to 8bit grayscale and
> clipped out only 850x850x500 out of 4008x4008x2672 32-bit floating
> point values??? They keep building bigger cameras ...
> >
> > Did I mention it is part of a time-series?
> 
> This sounds like really interesting data! We are working on a Phase I
> SBIR project looking at materials TEM tomography data in the range of
> 1024^3, and looking at strategies to accelerate marching cubes,
> clipping, etc. This is in a custom ParaView application, and there may
> be some outcomes that help you too. Is it possible to share any samples
> of this data, and operations you are most interested in performing on
> it?
> >
> >>Some of the greatest minds in the world are still trying to figure
> out how to visualize data of this size.
> >
> > Isn't that you guys? That's why I've tried Paraview! :-)  or is it
> Ajay?
> >
> > There is indeed a cluster lurking, once we figure out how to
> configure
> > it. It has several (50?)  GPU nodes too. That's how we get such
> images
> > reconstructed :-)
> >
> That should help!
> 
> Thanks,
> 
> Marcus
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Make animation from steady state result

2014-06-05 Thread minh hien
Hi all,

I got steady state solution for my problem. After plotting streamlines at
steady state, I would like to make animation showing moving of spheres
(resulted from Glyph filter) on the streamlines, the spheres' velocity
should be defined by the flow velocity. How can I make this?
Any suggestion would be very much appreciated.

Thank you in advance.

Minh
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] exporting selection labels to an SVG as editable/movable text-objects

2014-06-05 Thread David Lonie
Hi Roman,

Aha, the cube axis actors are still using vtkVectorText to render the text.
vtkVectorText is a text source that produces polydata to forms the
characters of the text string, and the actual text information is lost by
the time the SVG exporter processes the actors.

There was an effort in VTK to convert the cube axes to use vtkTextActor3D,
which would allow proper text exporting, but this is disabled in ParaView,
and I believe it is only experimental at this point. So unfortunately, this
is the best it gets for that particular text source at the moment.

Sorry for the misinformation earlier -- I thought you were referring to a
ParaView text source, which should export as editable text.

Dave


On Thu, Jun 5, 2014 at 8:57 AM, Dr. Roman Grothausmann <
grothausmann.ro...@mh-hannover.de> wrote:

> Hi Dave,
>
>
> Many thanks for Your reply. I tried this option, neither disabling nor
> enabling "Render text as paths" creates an SVG with editable text for me
> with paraview 4.1.0. See e.g. attached SVGs which show simply a cone where
> I enabled "Show Axis". Opening theses with inkscape reveals that in both
> cases the text consist of triangles and not of text objects.
> Any idea what I could be doing wrong?
>
> Many thanks for looking into this.
> Roman
>
> On 22/05/14 14:11, David Lonie wrote:
>
>> Hi Roman,
>>
>> On Thu, May 22, 2014 at 6:22 AM, Dr. Roman Grothausmann
>>  wrote:
>>
>>> Many thanks for fixing the Label exporter issue. It does work with 4.1 to
>>> get the text exported into e.g. an SVG. However, the text is always
>>> rendered
>>> as paths (always consists of triangles). Is it also possible to have the
>>> text being exported as actual text-fields (like e.g. gnuplot does) that
>>> can
>>> be edited with the text-tool in e.g. inkscape?
>>>
>>
>> There is an checkbox in the export options "Render text as paths" (see
>> http://www.kitware.com/blog/home/post/508 ). It's enabled by default
>> for portability, but disabling this option should do what you need.
>>
>> Hope this helps,
>> Dave
>>
>>
> --
> Dr. Roman Grothausmann
>
> Tomographie und Digitale Bildverarbeitung
> Tomography and Digital Image Analysis
>
> Institut für Funktionelle und Angewandte Anatomie, OE 4120
> Medizinische Hochschule Hannover
> Carl-Neuberg-Str. 1
> D-30625 Hannover
>
> Tel. +49 511 532-9574
>
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Fwd: OpenGL error

2014-06-05 Thread Hedieh Ebrahimi
Hi Sebastien,

Thanks for your help. I disabled the " Depth Peeling"  in ParaView Setting/
RenderView / General and I don´t get the OpenGL errors anymore.

Cheers,


On 3 June 2014 17:00, Sebastien Jourdain 
wrote:

> I believe there is a limitation of your graphic card or OpenGL driver.
> To pass that issue, you need to disable "Depth peeling" in the settings.
>
> Seb
>
>
> On Tue, Jun 3, 2014 at 2:16 AM, Hedieh Ebrahimi <
> hedieh.ebrah...@amphos21.com> wrote:
>
>>
>> Hello,
>>
>> I have a question. I am using ParaView version 4.1. When trying to change
>> the opacity to less than 1, I get the following error :
>>
>> ERROR: In
>> ..\..\..\..\paraview\VTK\Rendering\OpenGL\vtkOpenGLRenderer.cxx, line 1068
>>
>> vtkOpenGLRenderer (0601B7E0): failed after RenderPeel 1 OpenGL
>> errors detected
>>
>> 0 : (1282) Invalid operation
>>
>>
>> How can I fix this problem ?
>>
>> Thanks 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
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.paraview.org/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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Crash of pvserver using pqActiveObjects::instance()

2014-06-05 Thread Christian Andreas

Hello,
I'm using an in-house written Plugin to read time dependent simulation 
data. The plugin has an option to reposition the camera
during the RequestData routine in order to keep the focus on the centre 
of a moving structure of interest.

For that purpose we use the pqActiveObjects::instance()  singleton.

As long as the plugin is used to read the data without involving a 
pvserver (using Paraview only),
everything works as expected. But if the data is processed with a 
pvserver, a call of


pqActiveObjects* tempInstance = &( pqActiveObjects::instance() );

results in a crash of the server. We use Paraview 4.0.1 64bit on ubuntu 
12.04 systems. And paraview is configured to render remotely with a

"Remote Render Threshold" of 0MBytes.
Is this kind of repositioning illegal and works just accidentally in the 
case of local execution or is there a way to solve this problem?


Best regards
Christian



--
IPCMS - Department of Magnetic Objets on the NanoScale (DMONS)
23, rue du Loess
BP 43
F-67034 STRASBOURG CEDEX 2
FRANCE

Phone : (33) 3 88 10 70 84
Fax : (33) 3 88 10 72 49

___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Clarification on Paraview pvbatch run

2014-06-05 Thread Daniele Obiso

Hi All,

i'm writing here because i would understand better the functionality of 
pvbatch in Paraview.


At moment i'm able to run Paraview in batch launching a python script, 
and it works good.


Here the line command i launch:
_//software/Paraview/ParaView-3.12.0-Linux-x86_64/lib/paraview-3.12/mpirun 
-np 6 /software/Paraview/ParaView-3.12.0-Linux-x86_64/bin/pvbatch 
python_script.py /_


The problem is that monitoring at processors loads and memory 
consumption, it seems that it's actually working on one single 
processor; in fact if i switch to /-np 2/ or even /-np1/ nothing changes 
in terms of computing time.
This is happening with various Paraview versions (3.10 -3.12-4.1); is 
there something missing in the line command? Some other options? Are 
some Paraview filters just working as serial?





Another question would be about running pvbatch on clusters without 
graphic cards: i know it's possible, compiling Paraview with OSMesa, and 
adding in the command line  the option

--/use-offscreen-rendering/. Could someone clarify also this point?

Thank you all in advance!
Daniele


___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview