Re: [Paraview] How to run a simulation with Catalyst and display the result using tiled display?

2017-04-26 Thread 张驭洲

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@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:4

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 4

APPLICATION TERMINATED WITH THE EXIT STRING: Aborted (signal 6)

Actually the Catalyst connecting port should be 2 and when I click 
"Catalyst>connect" in  the GUI, it is indeed 2. I don't know why the 
port in the error message is 4. 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








___
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


Re: [Paraview] How to run a simulation with Catalyst and display the result using tiled display?

2017-04-26 Thread Andy Bauer
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:4
>
> 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
> 4
>
> APPLICATION TERMINATED WITH THE EXIT STRING: Aborted (signal 6)
>
> Actually the Catalyst connecting port should be 2 and when I click
> "Catalyst>connect" in  the GUI, it is indeed 2. I don't know why
> the port in the error message is 4. 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
>
>
___
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


[Paraview] How to run a simulation with Catalyst and display the result using tiled display?

2017-04-18 Thread 张驭洲


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:4

ERROR: In 
/root/Desktop/ParaView-v5.2.0/VTK/Parallel/Core/vtkSocketCommunicator.cxx, line 
714
vtkSocketCommunicator (0x3798ec0): Can not connect to localhost on port 4

APPLICATION TERMINATED WITH THE EXIT STRING: Aborted (signal 6)

Actually the Catalyst connecting port should be 2 and when I click 
"Catalyst>connect" in  the GUI, it is indeed 2. I don't know why the 
port in the error message is 4. 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