Fair enough 8-)
________________________________ Rick Angelini USArmy Research Laboratory CISD/HPC Architectures Team Building 120 Cube 315 Phone: 410-278-6266 ________________________________ From: Moreland, Kenneth [kmo...@sandia.gov] Sent: Thursday, August 08, 2013 12:57 PM To: Angelini, Richard C (Rick) CIV USARMY ARL (US); Robert Maynard Cc: paraview@paraview.org Subject: Re: [Paraview] CGNS Reader I agree that CMake should do something when you turn on ENABLE_cgns. I would advocate rather than blindly turning on ENABLE_visitbridge (which could have other consequences) that it instead outputs a warning explaining that ENABLE_cgns has no effect if ENABLE_visitbridge is off. -Ken From: <Angelini>, "Richard C CIV USARMY ARL (RickUS)" <richard.c.angelini....@mail.mil<mailto:richard.c.angelini....@mail.mil>> Date: Thursday, August 8, 2013 9:10 AM To: Robert Maynard <robert.mayn...@kitware.com<mailto:robert.mayn...@kitware.com>> Cc: "paraview@paraview.org<mailto:paraview@paraview.org>" <paraview@paraview.org<mailto:paraview@paraview.org>> Subject: [EXTERNAL] Re: [Paraview] CGNS Reader So - if someone chooses to set the ENABLE_cgns flag (as I was doing) should the cmake rules automatically set the ENABLE_visitbridge flag? I was setting the CGNS and assuming (without actually testing) that I was getting the cgns reader. ________________________________ Rick Angelini USArmy Research Laboratory CISD/HPC Architectures Team Building 120 Cube 315 Phone: 410-278-6266 ________________________________ From: paraview-boun...@paraview.org<mailto:paraview-boun...@paraview.org> [paraview-boun...@paraview.org<mailto:paraview-boun...@paraview.org>] on behalf of Robert Maynard [robert.mayn...@kitware.com<mailto:robert.mayn...@kitware.com>] Sent: Thursday, August 08, 2013 10:58 AM To: Angelini, Richard C (Rick) CIV USARMY ARL (US) Cc: paraview@paraview.org<mailto:paraview@paraview.org> Subject: Re: [Paraview] CGNS Reader If you enable visitbridge without enabling cgns we won't build the visit cgns reader. This was done to allow people to selectively choose what readers that require extra external libraries they wish to build. On Thu, Aug 8, 2013 at 10:53 AM, Angelini, Richard C (Rick) CIV USARMY ARL (US) <richard.c.angelini....@mail.mil<mailto:richard.c.angelini....@mail.mil>> wrote: So, is there any value in this flag: -DENABLE_cgns=ON if we're using the ENABLE_visitbridge flag? ________________________________ Rick Angelini USArmy Research Laboratory CISD/HPC Architectures Team Building 120 Cube 315 Phone: 410-278-6266<tel:410-278-6266> ________________________________________ From: paraview-boun...@paraview.org<mailto:paraview-boun...@paraview.org> [paraview-boun...@paraview.org<mailto:paraview-boun...@paraview.org>] on behalf of Utkarsh Ayachit [utkarsh.ayac...@kitware.com<mailto:utkarsh.ayac...@kitware.com>] Sent: Thursday, August 08, 2013 10:23 AM To: Angelini, Richard C (Rick) CIV USARMY ARL (US) Cc: paraview@paraview.org<mailto:paraview@paraview.org> Subject: Re: [Paraview] CGNS Reader Rick, Yea, you don't need any separate build of VisIt, by turning on ENABLE_visitbridge, ParaViewSuperbuild builds all the components needed (including parts of VisIt). BTW, you don't neeed to ensure ENABLE_boost is ON either (contrary to what Dave suggested). If ENABLE_visitbridge is ON, ParaViewSuperbuid will automatically turn on ENABLE_boost during its dependency determination pass. Utkarsh On Thu, Aug 8, 2013 at 8:13 AM, Angelini, Richard C (Rick) CIV USARMY ARL (US) <richard.c.angelini....@mail.mil<mailto:richard.c.angelini....@mail.mil>> wrote: > OK - maybe I'm taking this too literally. Does the VisIt_Bridge actually > link against the VisIt libraries? I built and compiled with the > ENABLE_visitbridge turned on and I somehow ended up with a working CGNS > reader. But at no point did I specify any paths to my VisIt installation > ..... 8-) > > > > ________________________________ > Rick Angelini > > USArmy Research Laboratory > CISD/HPC Architectures Team > Building 120 Cube 315 > Phone: 410-278-6266<tel:410-278-6266> > ________________________________ > From: paraview-boun...@paraview.org<mailto:paraview-boun...@paraview.org> > [paraview-boun...@paraview.org<mailto:paraview-boun...@paraview.org>] on > behalf of David E DeMarle > [dave.dema...@kitware.com<mailto:dave.dema...@kitware.com>] > Sent: Wednesday, August 07, 2013 4:39 PM > > To: Angelini, Richard C (Rick) CIV USARMY ARL (US) > Cc: paraview@paraview.org<mailto:paraview@paraview.org> > Subject: Re: [Paraview] CGNS Reader > > I think the only extra flag will be make sure boost is one of the projects > superbuild makes. When superbuild makes paraview it will see this and then > turn visitbridge on and link it in when it configures paraview. > > Robert probably knows best the state of this particular file format. > > > David E DeMarle > Kitware, Inc. > R&D Engineer > 21 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-881-4909<tel:518-881-4909> > > > On Wed, Aug 7, 2013 at 3:56 PM, Angelini, Richard C (Rick) CIV USARMY ARL > (US) > <richard.c.angelini....@mail.mil<mailto:richard.c.angelini....@mail.mil>> > wrote: >> >> I was afraid you say that! 8-) >> >> So, are there any additional parameters that need to be set, such as where >> the VisIt libraries are installed, etc? In the Superbuild, I've looked in >> the CMakeCache.txt file, and I don't see any additional parameters for the >> bridge or for cgns. >> >> Is this page still current and correct? >> http://www.paraview.org/Wiki/VisIt_Database_Bridge#CGNS_Support >> >> >> >> ________________________________ >> Rick Angelini >> >> USArmy Research Laboratory >> CISD/HPC Architectures Team >> Building 120 Cube 315 >> Phone: 410-278-6266<tel:410-278-6266> >> >> ________________________________________ >> From: Utkarsh Ayachit >> [utkarsh.ayac...@kitware.com<mailto:utkarsh.ayac...@kitware.com>] >> Sent: Wednesday, August 07, 2013 3:25 PM >> To: Angelini, Richard C (Rick) CIV USARMY ARL (US) >> Cc: paraview@paraview.org<mailto:paraview@paraview.org> >> Subject: Re: [Paraview] CGNS Reader >> >> Rick, >> >> Correct, VisItBridge is required for CGNS support. You can turn on >> VisItBridge by using the ENABLE_visitbridge cmake option. >> >> Utkarsh >> >> On Wed, Aug 7, 2013 at 3:05 PM, Angelini, Richard C (Rick) CIV USARMY >> ARL (US) >> <richard.c.angelini....@mail.mil<mailto:richard.c.angelini....@mail.mil>> >> wrote: >> > I'm using the Superbuild to build ParaView 4.0.1 .... and I'm enabling >> > CGNS >> > but the reader doesn't seem to be there. I can see that it downloaded >> > at >> > cgnslib tarball and it seems to have been built. I poked around on >> > the >> > Wiki and there's also a mention of using the VisIt bridge. Is the >> > VisIt >> > bridge (which I'm not using) the only way to read a CGNS file? >> > >> > >> > >> > ________________________________ >> > Rick Angelini >> > >> > USArmy Research Laboratory >> > CISD/HPC Architectures Team >> > Building 120 Cube 315 >> > Phone: 410-278-6266<tel:410-278-6266> >> > >> > _______________________________________________ >> > Powered by www.kitware.com<http://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<http://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<http://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<http://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<http://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