<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>

<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7232.77">
<TITLE>[Paraview] Serial posprocessing of parallel data...</TITLE>
</HEAD>
<BODY>
<DIV id=idOWAReplyText27429 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>Renato,</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Many of the readers will read in parallel 
files with just a serial paraview (Exodus, SAF, pvd, etc).</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>If the paraview SOS reader does not support 
that than please enter a feature request in the bug tracker and Sandia will pay 
to have the that functionality added to the SOS reader. :)</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Best,</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV></DIV>
<DIV id=idSignature45213 dir=ltr>
<DIV><FONT color=#000000><STRONG><FONT face="Courier New" size=2>Brian Wylie - 
Org 9227</FONT></STRONG><FONT face="Courier New"><FONT size=2> <BR><B>Sandia 
National Laboratories</B></FONT></FONT><FONT face="Courier New"><FONT size=2> 
<BR><B>MS 0822 - Building 880/A1-J</B></FONT></FONT><FONT 
face="Courier New"><FONT size=2> <BR><B>(505)844-2238 
FAX(505)845-0833&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</B><BR><B>&nbsp;&nbsp;&nbsp;&nbsp; 
____&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
_&nbsp;&nbsp;&nbsp; __</B></FONT></FONT><FONT face="Courier New"><FONT size=2> 
<BR><B>&nbsp;&nbsp;&nbsp; / __ \____&nbsp; _________ | |&nbsp; / (_)__ 
_&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; __ </B><BR><B>&nbsp;&nbsp; / /_/ / __ `/ ___/ __ 
`/ | / / / _ \ | /| / /</B></FONT></FONT><FONT face="Courier New"><FONT size=2> 
<BR><B>&nbsp; / ____/ /_/ / /&nbsp; / /_/ /| |/ / /&nbsp; __/ |/ |/ 
/</B></FONT></FONT><FONT face="Courier New"><FONT size=2> 
<BR><B>&nbsp;/_/&nbsp;&nbsp;&nbsp; \__,_/_/&nbsp;&nbsp; \__,_/ 
|___/_/\___/|__/|__/</B></FONT></FONT></FONT></DIV>
<DIV><FONT color=#000000><FONT face="Courier New"><FONT 
size=2><B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</B><BR><B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Unleash the Beast</B></FONT></FONT></FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> 
paraview-bounces+bnwylie=sandia.gov@paraview.org on behalf of Renato N. 
Elias<BR><B>Sent:</B> Fri 11/4/2005 5:24 AM<BR><B>To:</B> 
paraview@paraview.org<BR><B>Subject:</B> [Paraview] Serial posprocessing of 
parallel data...<BR></FONT><BR></DIV>
<DIV><BR>
<P><FONT size=2>Hi Amy,<BR><BR>I see what you mean but there isn't any other way 
of reading parallel data<BR>with Paraview running in serial mode besides having 
to read each piece of<BR>data separately?<BR><BR>I'm insisting on it because not 
always we have a parallel rendering (or data<BR>server) system in hand to 
post-process parallel data. Suppose you have ran a<BR>parallel problem in a 64 
CPUs machine and this machine is dedicated only to<BR>solve simulation problems 
(without any rendering support or with data access<BR>restrict), thus, you have 
to copy all pieces of data to a serial graphic<BR>workstation and read each 
piece of data one-by-one manually.<BR><BR>I think that visualization softwares 
should work with parallel file formats,<BR>like SOS, even when running in serial 
mode. It would be another feature of<BR>the parallel format and I guess it's not 
hard to implement.<BR><BR>Thanks for your explanation<BR><BR>Renato N. 
Elias<BR>===============================================<BR>PhD student - <A 
href="http://www.nacad.ufrj.br/~rnelias">http://www.nacad.ufrj.br/~rnelias</A><BR>High 
Performance Computing Center<BR>Federal University of Rio de Janeiro<BR>Rio de 
Janeiro, Brazil<BR>+55(21) 2562-8080<BR><BR><BR>At 11:53 AM 11/3/2005, Renato N. 
Elias wrote:<BR><BR>&gt;Is there any way os reading Ensight server-of-server 
files in serial mode?<BR><BR>No.&nbsp; In order to read a server-of-servers 
(SOS) file, you must have<BR>at least as many processes (i.e., pvserver or 
pvdataserver nodes) as<BR>files listed in the SOS file.<BR><BR>&gt;I know that 
it does not make sense since server-of-server is a file format<BR>&gt;for 
parallel purposes but I would like to know how to load 
multiple<BR>datasets<BR>&gt;(case files corresponding to several MPI partitions) 
in serial mode or any<BR>&gt;other way of doing it...<BR>&gt;<BR>&gt;The release 
note of the ParaView 2.4 tells about Ensight (and PLOT3D)<BR>&gt;readers for 
multi-block datasets and I was thinking if it could solve my<BR>&gt;problem. Is 
there an example of the XML file used to specify how Paraview<BR>&gt;should read 
the Ensight files?<BR><BR>The release note about EnSight and PLOT3D refers to 
the data output<BR>from the EnSight and PLOT3D readers.&nbsp; Previously, these 
two readers<BR>produced multiple data sets on output.&nbsp; Now, their output is 
a single<BR>multi-block data set containing the multiple data sets 
as<BR>sub-datasets.&nbsp; ParaView does not use an XML file in reading 
EnSight<BR>files; it reads the EnSight case and SOS files directly.<BR><BR>- 
Amy<BR><BR><BR>_______________________________________________<BR>ParaView 
mailing list<BR>ParaView@paraview.org<BR><A 
href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</A><BR><BR></FONT></P></DIV>

</BODY>
</HTML>