<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://paraview.org/Bug/view.php?id=12972" target="_blank">http://paraview.org/Bug/view.php?id=12972</a><br>
<br>
On 03/05/2012 11:40 AM, Biddiscombe, John A. wrote:
<blockquote
cite="mid:50320452A334BD42A5EC72BAD214509906A7C84F@MBX10.d.ethz.ch"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 14 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";
        mso-fareast-language:EN-GB;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size: 11pt; font-family:
"Calibri","sans-serif"; color: rgb(31,
73, 125);">which stuff in the point sprite is causing
trouble? I wanted to redo some of it because now that I know
more of the internals of the pqXXX classes, there is some
stuff that is a little obsolete in the PSPlugin.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 11pt; font-family:
"Calibri","sans-serif"; color: rgb(31,
73, 125);"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size: 11pt; font-family:
"Calibri","sans-serif"; color: rgb(31,
73, 125);">JB<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 11pt; font-family:
"Calibri","sans-serif"; color: rgb(31,
73, 125);"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span style="font-size: 10pt;
font-family: "Tahoma","sans-serif";"
lang="EN-US">From:</span></b><span style="font-size: 10pt;
font-family: "Tahoma","sans-serif";"
lang="EN-US"> <a class="moz-txt-link-abbreviated" href="mailto:paraview-bounces@paraview.org">paraview-bounces@paraview.org</a>
[<a class="moz-txt-link-freetext" href="mailto:paraview-bounces@paraview.org">mailto:paraview-bounces@paraview.org</a>]
<b>On Behalf Of </b>Robert Maynard<br>
<b>Sent:</b> 05 March 2012 20:36<br>
<b>To:</b> Burlen Loring<br>
<b>Cc:</b> <a class="moz-txt-link-abbreviated" href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
<b>Subject:</b> Re: [Paraview] 3.14 pvsc enumeration issues<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hi,<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom: 12pt;">I think we
can fix this by modifying the PointSprite plugin to check to
see if the VisIt Bridge is enabled and to conditional
building the conflicting classes only when the Bridge is
disabled or we can name mangle the VisIt classes that the
PointSprite plugin is building.<o:p></o:p></p>
<div>
<p class="MsoNormal">On Mon, Mar 5, 2012 at 2:15 PM, Burlen
Loring <<a moz-do-not-send="true"
href="mailto:bloring@lbl.gov">bloring@lbl.gov</a>>
wrote:<o:p></o:p></p>
<p class="MsoNormal">Sorry, misread your reply, sounds like
you would prefer to keep visit-bridge on. But will you
disabled point-sprite in the binary release? I noticed
that when the client has it but server does not it causes
a crash.<o:p></o:p></p>
<div>
<div>
<p class="MsoNormal"><br>
<br>
On 03/05/2012 11:11 AM, Burlen Loring wrote:<o:p></o:p></p>
<p class="MsoNormal">So are you disabling VisIt bridge
in the binary release? If not would it still lead to a
crash if the binary has VB on, and the server has VB
off?<br>
<br>
On 03/05/2012 11:21 AM, Utkarsh Ayachit wrote:<o:p></o:p></p>
<p class="MsoNormal">Yes, I believe we ran into that as
well. Short of re-factoring the<br>
PointSpritePlugin, the work around for now is to
disable the<br>
point-sprite plugin when using visit-bridge and static
builds.<br>
<br>
Utkarsh<br>
<br>
On Mon, Mar 5, 2012 at 1:36 PM, Burlen Loring<<a
moz-do-not-send="true" href="mailto:bloring@lbl.gov"
target="_blank">bloring@lbl.gov</a>> wrote:<o:p></o:p></p>
<p class="MsoNormal">Utkarsh,<br>
<br>
By the way, not a huge issue but I also had a problem
with static builds<br>
when trying to enable the visit bridge. The visit
bridge and the Point<br>
Sprite Pluign both had copies of some of the same
code.<br>
<a moz-do-not-send="true"
href="http://paraview.org/Bug/view.php?id=12972"
target="_blank">http://paraview.org/Bug/view.php?id=12972</a><br>
<br>
<br>
Burlen<br>
<br>
On 03/05/2012 10:12 AM, Utkarsh Ayachit wrote:<o:p></o:p></p>
<p class="MsoNormal">Burlen,<br>
<br>
To give you an update, we have decided to put out a
patch release<br>
within the next week or so that should include the fix
for this bug.<br>
<br>
Utkarsh<br>
<br>
On Wed, Feb 29, 2012 at 6:41 PM, Burlen Loring<<a
moz-do-not-send="true" href="mailto:bloring@lbl.gov"
target="_blank">bloring@lbl.gov</a>> wrote:<o:p></o:p></p>
<p class="MsoNormal">That seems to have fixed the
problem, thanks Utkarsh!<br>
<br>
<br>
On 02/29/2012 03:43 PM, Utkarsh Ayachit wrote:<o:p></o:p></p>
<p class="MsoNormal">Burlen,<br>
<br>
Attached is a patch. Can you please verify if that
solves the issue?<br>
Seems to working now in my tests.<br>
<br>
Thanks<br>
Utkarsh<br>
<br>
On Wed, Feb 29, 2012 at 3:33 PM, Utkarsh Ayachit<br>
<<a moz-do-not-send="true"
href="mailto:utkarsh.ayachit@kitware.com"
target="_blank">utkarsh.ayachit@kitware.com</a>>
wrote:<o:p></o:p></p>
<p class="MsoNormal">Burlen,<br>
<br>
I haven't tried reproducing the problem, but looking
at the code, it's<br>
pretty obvious why it could fail. I'll work on a fix
soon. I think<br>
this and few other state file backwards compatibility
related issues<br>
that been reported may warrant a quick patch release.
But I'll check<br>
with the team once I get back next week and give
everyone an update.<br>
<br>
Utkarsh<br>
<br>
On Wed, Feb 29, 2012 at 10:43 AM, Burlen Loring<<a
moz-do-not-send="true" href="mailto:bloring@lbl.gov"
target="_blank">bloring@lbl.gov</a>><br>
wrote:<o:p></o:p></p>
<p class="MsoNormal">Hi Rick,<br>
<br>
yes things are fine in 3.12 it's only with 3.14 that
I'm having this<br>
issue.<br>
<br>
Burlen<br>
<br>
<br>
On 02/29/2012 10:52 AM, Angelini, Richard C CIV (US)
wrote:<o:p></o:p></p>
<p class="MsoNormal">Burlen - I've been testing with
3.12, not 3.14 ... did things work<br>
for<br>
you<br>
in 3.12 and they are now broken in 3.14?<br>
________________________________<br>
Rick Angelini<br>
<br>
USArmy Research Laboratory<br>
Computational Sciences Division/Computing
Architectures Branch<br>
HPC Architectures Development Team<br>
ARL/DSRC (DoD Shared Resource Center) Data
Analysis& Assessment<br>
Center<br>
Phone: <a moz-do-not-send="true"
href="tel:410-278-6266" target="_blank">410-278-6266</a><br>
<br>
________________________________________<br>
From: Burlen Loring [<a moz-do-not-send="true"
href="mailto:bloring@lbl.gov" target="_blank">bloring@lbl.gov</a>]<br>
Sent: Wednesday, February 29, 2012 1:29 PM<br>
To: Angelini, Richard C CIV (US)<br>
Cc: <a moz-do-not-send="true"
href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a><br>
Subject: Re: [Paraview] 3.14 pvsc enumeration issues<br>
<br>
Hi Rick,<br>
<br>
Good, maybe it's something specific to my
configuration although I<br>
don't<br>
have any idea what it could be off hand. Just to be
sure: do you mean<br>
that you haven't had noticed problems or that you've
positively<br>
verified<br>
that after using the enum once you could change the
value?<br>
<br>
thanks<br>
Burlen<br>
<br>
On 02/29/2012 10:31 AM, Angelini, Richard C CIV (US)
wrote:<o:p></o:p></p>
<p class="MsoNormal" style="margin-bottom: 12pt;">What
platform is the client running on? We make extensive
use of<br>
pvsc<br>
and enumerations and have not seen this (mis)behavior
on our<br>
Mac/Linux<br>
client workstations......<br>
________________________________<br>
Rick Angelini<br>
<br>
USArmy Research Laboratory<br>
Computational Sciences Division/Computing
Architectures Branch<br>
HPC Architectures Development Team<br>
ARL/DSRC (DoD Shared Resource Center) Data
Analysis&<br>
Assessment<br>
Center<br>
Phone: <a moz-do-not-send="true"
href="tel:410-278-6266" target="_blank">410-278-6266</a><br>
<br>
________________________________________<br>
From: <a moz-do-not-send="true"
href="mailto:paraview-bounces@paraview.org"
target="_blank">paraview-bounces@paraview.org</a> [<a
moz-do-not-send="true"
href="mailto:paraview-bounces@paraview.org"
target="_blank">paraview-bounces@paraview.org</a>]<br>
on<br>
behalf of Burlen Loring [<a moz-do-not-send="true"
href="mailto:bloring@lbl.gov" target="_blank">bloring@lbl.gov</a>]<br>
Sent: Wednesday, February 29, 2012 12:58 PM<br>
To: <a moz-do-not-send="true"
href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a><br>
Subject: [Paraview] 3.14 pvsc enumeration issues<br>
<br>
Hi,<br>
<br>
I've encountered bugs with pvsc enumerations in
version 3.14.0. I<br>
have<br>
the attached pvsc that makes use of a couple of
enumerations. After<br>
connecting once w/ this pvsc, neither of the enums
save the user's<br>
choice in the GUI the next time the server is used.
However they<br>
seem<br>
to<br>
remember the user's last choice internally and always
uses that<br>
instead<br>
of what the user has selected in the GUI. Neither
setting save=false<br>
or<br>
removing the default attribute helps. I filed the bug
report here.<br>
<a moz-do-not-send="true"
href="http://paraview.org/Bug/view.php?id=12969"
target="_blank">http://paraview.org/Bug/view.php?id=12969</a>
If it's confirmed would<br>
the<br>
bug be fixed in another 3.14 release? or should I
simply remove<br>
enumerations from our pvsc's for 3.14?<br>
<br>
Burlen<br>
<br>
<br>
<br>
<br>
<o:p></o:p></p>
<p class="MsoNormal">_______________________________________________<br>
Powered by <a moz-do-not-send="true"
href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a moz-do-not-send="true"
href="http://www.kitware.com/opensource/opensource.html"
target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView
Wiki at:<br>
<a moz-do-not-send="true"
href="http://paraview.org/Wiki/ParaView"
target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a moz-do-not-send="true"
href="http://www.paraview.org/mailman/listinfo/paraview"
target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><br>
_______________________________________________<br>
Powered by <a moz-do-not-send="true"
href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a
moz-do-not-send="true"
href="http://www.kitware.com/opensource/opensource.html"
target="_blank">
http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView
Wiki at: <a moz-do-not-send="true"
href="http://paraview.org/Wiki/ParaView"
target="_blank">
http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a moz-do-not-send="true"
href="http://www.paraview.org/mailman/listinfo/paraview"
target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><o:p></o:p></p>
</div>
</div>
</div>
<p class="MsoNormal"><br>
<br clear="all">
<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p class="MsoNormal">-- <br>
Robert Maynard<o:p></o:p></p>
</div>
</div>
</blockquote>
<br>
</body>
</html>