[Paraview] VisIt bridge

2011-01-11 Thread Fred Fred

The instructions for building the bridge at 
http://www.paraview.org/Wiki/VisIt_Database_Bridge, esp. the section entitled 
"Building the ParaView Plugin" seems to be outdated:

#!/bin/bash
cd ./ParaView3/Plugins/VisItDatabaseBridge  # Switch into the bridge plugin 
source directory.
curious recomendation since the usual way to build with cmake consists in not 
building in the source directory
mkdir bin   # Make a directory for our out 
of source build.
cd bin  # Switch into the out of source 
build dir.
ccmake ../  # Set BOOTSTRAP=ON, and 
whatever else makes sense ;) there is no BOOTSTRAP value in the ccmake menu

and last I get the following errors:

 CMake Error at CMake/ParaViewConfig.cmake:8 (INCLUDE):
   include called with wrong number of arguments.  Include only takes one
   file.
 Call Stack (most recent call first):
   CMakeLists.txt:42 (include)

 CMake Error at CMake/VisItConfig.cmake:33 (MESSAGE):
   Set VISIT_BASE to the path to your local VisIt 1.10.0 sources.
 Call Stack (most recent call first):
   CMakeLists.txt:43 (include)

Any help?

  ___
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 when using a selection tool while visualizing with SurfaceLIC

2011-01-11 Thread Aurélien Marsan
Good Morning,
All is in the title. Does anyone already noticed that ?

Regard,

Aurélien
___
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] Crash when using a selection tool while visualizing with SurfaceLIC

2011-01-11 Thread Utkarsh Ayachit
What version are you using? I just tried with git-master (3.9) and
selection seems to work fine on disk_out_ref dataset with SurfaceLIC.

Utkarsh

2011/1/11 Aurélien Marsan :
> Good Morning,
> All is in the title. Does anyone already noticed that ?
>
> Regard,
>
> Aurélien
>
> ___
> 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] VisIt bridge

2011-01-11 Thread David Partyka
Hi Fred,

That version of the plugin has been depricated and those pages should all be
removed. Rob rewrote and vastly improved the VisIt bridge.  The CMake
options that need to be set now are PARAVIEW_USE_VISITBRIDGE:BOOL=ON and to
tell ParaView where a boost header installation is. Our apologize for the
confusion!

On Tue, Jan 11, 2011 at 5:23 AM, Fred Fred  wrote:

>  The instructions for building the bridge at
> http://www.paraview.org/Wiki/VisIt_Database_Bridge, esp. the section
> entitled "Building the ParaView Plugin" seems to be outdated:
>
> #!/bin/bash
> cd ./ParaView3/Plugins/VisItDatabaseBridge  # Switch into the bridge 
> plugin source directory.
>
> curious recomendation since the usual way to build with cmake consists in
> not building in the source directory
>
> mkdir bin   # Make a directory for our 
> out of source build.
> cd bin  # Switch into the out of 
> source build dir.
> ccmake ../  # Set BOOTSTRAP=ON, and 
> whatever else makes sense ;)
>
> there is no BOOTSTRAP value in the ccmake menu
>
> and last I get the following errors:
>
>  CMake Error at CMake/ParaViewConfig.cmake:8 (INCLUDE):
>include called with wrong number of arguments.  Include only takes one
>file.
>  Call Stack (most recent call first):
>CMakeLists.txt:42 (include)
>
>  CMake Error at CMake/VisItConfig.cmake:33 (MESSAGE):
>Set VISIT_BASE to the path to your local VisIt 1.10.0 sources.
>  Call Stack (most recent call first):
>CMakeLists.txt:43 (include)
>
> Any help?
>
>
> ___
> 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] Crash when using a selection tool while visualizing with SurfaceLIC

2011-01-11 Thread Aurélien Marsan
I am using the 3.8.1-RC1.
I will download the 3.8.1 on your website and compile it, and check if it
works. I will let you know.

Le 11 janvier 2011 14:59, Utkarsh Ayachit  a
écrit :

> What version are you using? I just tried with git-master (3.9) and
> selection seems to work fine on disk_out_ref dataset with SurfaceLIC.
>
> Utkarsh
>
> 2011/1/11 Aurélien Marsan :
> > Good Morning,
> > All is in the title. Does anyone already noticed that ?
> >
> > Regard,
> >
> > Aurélien
> >
> > ___
> > 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] VisIt bridge

2011-01-11 Thread Robert Maynard
Hi Fred,

I am currently updating the VisItBridge wiki page with the updated
compilation instructions and design information.

On Tue, Jan 11, 2011 at 9:12 AM, David Partyka wrote:

> Hi Fred,
>
> That version of the plugin has been depricated and those pages should all
> be removed. Rob rewrote and vastly improved the VisIt bridge.  The CMake
> options that need to be set now are PARAVIEW_USE_VISITBRIDGE:BOOL=ON and
> to tell ParaView where a boost header installation is. Our apologize for the
> confusion!
>
> On Tue, Jan 11, 2011 at 5:23 AM, Fred Fred  wrote:
>
>>  The instructions for building the bridge at
>> http://www.paraview.org/Wiki/VisIt_Database_Bridge, esp. the section
>> entitled "Building the ParaView Plugin" seems to be outdated:
>>
>> #!/bin/bash
>> cd ./ParaView3/Plugins/VisItDatabaseBridge  # Switch into the bridge 
>> plugin source directory.
>>
>> curious recomendation since the usual way to build with cmake consists in
>> not building in the source directory
>>
>> mkdir bin   # Make a directory for our 
>> out of source build.
>> cd bin  # Switch into the out of 
>> source build dir.
>> ccmake ../  # Set BOOTSTRAP=ON, and 
>> whatever else makes sense ;)
>>
>> there is no BOOTSTRAP value in the ccmake menu
>>
>> and last I get the following errors:
>>
>>  CMake Error at CMake/ParaViewConfig.cmake:8 (INCLUDE):
>>include called with wrong number of arguments.  Include only takes one
>>file.
>>  Call Stack (most recent call first):
>>CMakeLists.txt:42 (include)
>>
>>  CMake Error at CMake/VisItConfig.cmake:33 (MESSAGE):
>>Set VISIT_BASE to the path to your local VisIt 1.10.0 sources.
>>  Call Stack (most recent call first):
>>CMakeLists.txt:43 (include)
>>
>> Any help?
>>
>>
>> ___
>> 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
>
>


-- 
Robert Maynard
___
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] XDFM to load staggered vector data

2011-01-11 Thread Jens Kleimann
Hi all,

I have a 3-D curvilinear HDF5 dataset which contains both scalar and vector 
data, and I would like to load it into Paraview. The scalar data is 
cell-centered, while the vector components are centered on the cells' faces, 
e.g. for vector (Bx,By,Bz),

Bx is at r_(i-1/2, j, k) with {i,j,k} in [0, Nx] x [0, Ny-1] x [0, Nz-1]
By is at r_(i, j-1/2, k) with {i,j,k} in [0, Nx-1] x [0, Ny] x [0, Nz-1]
Bz is at r_(i, j, k-1/2) with {i,j,k} in [0, Nx-1] x [0, Ny-1] x [0, Nz] ,

where r_(i,j,k) is the center of the cell. From the *.h5 file, all three 
components look like scalars, except that their dimensionality in the 
respective directions is increased by one.
For scalar data, I am using this XDMF sample file, which works like a charm:





 
   
 
 
   
../gtest_grid.h5:/X
   
   
../gtest_grid.h5:/Y
   
   
../gtest_grid.h5:/Z
   
 
 
   
../gtest_float/gtest_flt_step0.h5:/Data/rho
   
 
   
 



Now my question is: How exactly do I set up the corresponding Attribute tag 
group for the B vector? I have seen solutions which use the JOIN function, but 
I understand this needs arrays of the same size. So I was thinking of something 
like

 
   
../gtest_float/gtest_flt_step0.h5:/Data/Bx
   
   
../gtest_float/gtest_flt_step0.h5:/Data/By
   
   
../gtest_float/gtest_flt_step0.h5:/Data/Bz
   
 

but then B_field won't even show up in Paraview's object inspector. I also 
noticed that the same tends to occur for scalar data as soon as Center is set 
to either "Edge" or "Face". Since the wiki at xdmf.org doesn't say anything 
about these two options beyond that they exist, I was wondering how exactly 
these should be used.

Any help would be much appreciated.
Best wishes, Jens.

PS: Is there a dedicated XDMF mailing list which would be prefered for this 
topic?
___
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] Crash when using a selection tool while visualizing with SurfaceLIC

2011-01-11 Thread Aurélien Marsan
I just tried with the 3.8.1 (64bits), and it crashes again.

The "Select Cells On" and "Select Points On" don't work too, even if I
display the mesh or the surface instead of the surfaceLIC. Maybe an error of
myself while compiling ?

Is there a required option in the compilation ?

Le 11 janvier 2011 15:13, Aurélien Marsan  a écrit :

> I am using the 3.8.1-RC1.
> I will download the 3.8.1 on your website and compile it, and check if it
> works. I will let you know.
>
> Le 11 janvier 2011 14:59, Utkarsh Ayachit  a
> écrit :
>
> What version are you using? I just tried with git-master (3.9) and
>> selection seems to work fine on disk_out_ref dataset with SurfaceLIC.
>>
>> Utkarsh
>>
>> 2011/1/11 Aurélien Marsan :
>> > Good Morning,
>> > All is in the title. Does anyone already noticed that ?
>> >
>> > Regard,
>> >
>> > Aurélien
>> >
>> > ___
>> > 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] VisIt bridge

2011-01-11 Thread Robert Maynard
Hi Fred,

I just finished the update to the
http://www.paraview.org/Wiki/VisIt_Database_Bridge

On Tue, Jan 11, 2011 at 9:35 AM, Robert Maynard
wrote:

> Hi Fred,
>
> I am currently updating the VisItBridge wiki page with the updated
> compilation instructions and design information.
>
>
> On Tue, Jan 11, 2011 at 9:12 AM, David Partyka 
> wrote:
>
>> Hi Fred,
>>
>> That version of the plugin has been depricated and those pages should all
>> be removed. Rob rewrote and vastly improved the VisIt bridge.  The CMake
>> options that need to be set now are PARAVIEW_USE_VISITBRIDGE:BOOL=ON and
>> to tell ParaView where a boost header installation is. Our apologize for the
>> confusion!
>>
>> On Tue, Jan 11, 2011 at 5:23 AM, Fred Fred  wrote:
>>
>>>  The instructions for building the bridge at
>>> http://www.paraview.org/Wiki/VisIt_Database_Bridge, esp. the section
>>> entitled "Building the ParaView Plugin" seems to be outdated:
>>>
>>> #!/bin/bash
>>> cd ./ParaView3/Plugins/VisItDatabaseBridge  # Switch into the bridge 
>>> plugin source directory.
>>>
>>> curious recomendation since the usual way to build with cmake consists in
>>> not building in the source directory
>>>
>>> mkdir bin   # Make a directory for our 
>>> out of source build.
>>> cd bin  # Switch into the out of 
>>> source build dir.
>>> ccmake ../  # Set BOOTSTRAP=ON, and 
>>> whatever else makes sense ;)
>>>
>>> there is no BOOTSTRAP value in the ccmake menu
>>>
>>> and last I get the following errors:
>>>
>>>  CMake Error at CMake/ParaViewConfig.cmake:8 (INCLUDE):
>>>include called with wrong number of arguments.  Include only takes one
>>>file.
>>>  Call Stack (most recent call first):
>>>CMakeLists.txt:42 (include)
>>>
>>>  CMake Error at CMake/VisItConfig.cmake:33 (MESSAGE):
>>>Set VISIT_BASE to the path to your local VisIt 1.10.0 sources.
>>>  Call Stack (most recent call first):
>>>CMakeLists.txt:43 (include)
>>>
>>> Any help?
>>>
>>>
>>> ___
>>> 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
>>
>>
>
>
> --
> Robert Maynard
>



-- 
Robert Maynard
___
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] VisIt bridge

2011-01-11 Thread Fred Fred

Had a look but I don't have the option PARAVIEW_USE_VISITBRIDGE in ccmake 
(cmake-2.8.3 & PV-3.8.1)!

From: robert.mayn...@kitware.com
Date: Tue, 11 Jan 2011 11:40:46 -0500
Subject: Re: [Paraview] VisIt bridge
To: stan1...@hotmail.fr
CC: paraview@paraview.org

Hi Fred,
I just finished the update to the 
http://www.paraview.org/Wiki/VisIt_Database_Bridge 



On Tue, Jan 11, 2011 at 9:35 AM, Robert Maynard  
wrote:


Hi Fred,
I am currently updating the VisItBridge wiki page with the updated compilation 
instructions and design information.

On Tue, Jan 11, 2011 at 9:12 AM, David Partyka  
wrote:



Hi Fred,
That version of the plugin has been depricated and those pages should all be 
removed. Rob rewrote and vastly improved the VisIt bridge.  The CMake options 
that need to be set now are PARAVIEW_USE_VISITBRIDGE:BOOL=ON and to tell 
ParaView where a boost header installation is. Our apologize for the confusion!








On Tue, Jan 11, 2011 at 5:23 AM, Fred Fred  wrote:










The instructions for building the bridge at 
http://www.paraview.org/Wiki/VisIt_Database_Bridge, esp. the section entitled 
"Building the ParaView Plugin" seems to be outdated:








#!/bin/bash
cd ./ParaView3/Plugins/VisItDatabaseBridge  # Switch into the bridge plugin 
source directory.
curious recomendation since the usual way to build with cmake consists in not 
building in the source directory







mkdir bin   # Make a directory for our out 
of source build.
cd bin  # Switch into the out of source 
build dir.
ccmake ../  # Set BOOTSTRAP=ON, and 
whatever else makes sense ;) 






there is no BOOTSTRAP value in the ccmake menu

and last I get the following errors:

 CMake Error at CMake/ParaViewConfig.cmake:8 (INCLUDE):
   include called with wrong number of arguments.  Include only takes one







   file.
 Call Stack (most recent call first):
   CMakeLists.txt:42 (include)

 CMake Error at CMake/VisItConfig.cmake:33 (MESSAGE):
   Set VISIT_BASE to the path to your local VisIt 1.10.0 sources.
 Call Stack (most recent call first):







   CMakeLists.txt:43 (include)

Any help?

  

___

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




-- 
Robert Maynard




-- 
Robert Maynard

  ___
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] VisIt bridge

2011-01-11 Thread Robert Maynard
The new VisItBridge will be in 3.10

On Tue, Jan 11, 2011 at 11:53 AM, Fred Fred  wrote:

>  Had a look but I don't have the option PARAVIEW_USE_VISITBRIDGE in ccmake
> (cmake-2.8.3 & PV-3.8.1)!
>
> --
> From: robert.mayn...@kitware.com
> Date: Tue, 11 Jan 2011 11:40:46 -0500
> Subject: Re: [Paraview] VisIt bridge
> To: stan1...@hotmail.fr
> CC: paraview@paraview.org
>
>
> Hi Fred,
>
> I just finished the update to the
> http://www.paraview.org/Wiki/VisIt_Database_Bridge
>
> On Tue, Jan 11, 2011 at 9:35 AM, Robert Maynard <
> robert.mayn...@kitware.com> wrote:
>
> Hi Fred,
>
> I am currently updating the VisItBridge wiki page with the updated
> compilation instructions and design information.
>
>
> On Tue, Jan 11, 2011 at 9:12 AM, David Partyka 
> wrote:
>
> Hi Fred,
>
> That version of the plugin has been depricated and those pages should all
> be removed. Rob rewrote and vastly improved the VisIt bridge.  The CMake
> options that need to be set now are PARAVIEW_USE_VISITBRIDGE:BOOL=ON and
> to tell ParaView where a boost header installation is. Our apologize for the
> confusion!
>
> On Tue, Jan 11, 2011 at 5:23 AM, Fred Fred  wrote:
>
>  The instructions for building the bridge at
> http://www.paraview.org/Wiki/VisIt_Database_Bridge, esp. the section
> entitled "Building the ParaView Plugin" seems to be outdated:
>
> #!/bin/bash
> cd ./ParaView3/Plugins/VisItDatabaseBridge  # Switch into the bridge 
> plugin source directory.
>
> curious recomendation since the usual way to build with cmake consists in
> not building in the source directory
>
> mkdir bin   # Make a directory for our 
> out of source build.
> cd bin  # Switch into the out of 
> source build dir.
> ccmake ../  # Set BOOTSTRAP=ON, and 
> whatever else makes sense ;)
>
> there is no BOOTSTRAP value in the ccmake menu
>
> and last I get the following errors:
>
>  CMake Error at CMake/ParaViewConfig.cmake:8 (INCLUDE):
>include called with wrong number of arguments.  Include only takes one
>file.
>  Call Stack (most recent call first):
>CMakeLists.txt:42 (include)
>
>  CMake Error at CMake/VisItConfig.cmake:33 (MESSAGE):
>Set VISIT_BASE to the path to your local VisIt 1.10.0 sources.
>  Call Stack (most recent call first):
>CMakeLists.txt:43 (include)
>
> Any help?
>
>
> ___
> 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
>
>
>
>
> --
> Robert Maynard
>
>
>
>
> --
> Robert Maynard
>



-- 
Robert Maynard
___
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] VisIt bridge

2011-01-11 Thread Fred Fred

LOL
so...how do I proceed NOW?

From: robert.mayn...@kitware.com
Date: Tue, 11 Jan 2011 12:34:24 -0500
Subject: Re: [Paraview] VisIt bridge
To: stan1...@hotmail.fr
CC: paraview@paraview.org

The new VisItBridge will be in 3.10

On Tue, Jan 11, 2011 at 11:53 AM, Fred Fred  wrote:







Had a look but I don't have the option PARAVIEW_USE_VISITBRIDGE in ccmake 
(cmake-2.8.3 & PV-3.8.1)!

From: robert.mayn...@kitware.com


Date: Tue, 11 Jan 2011 11:40:46 -0500
Subject: Re: [Paraview] VisIt bridge
To: stan1...@hotmail.fr
CC: paraview@paraview.org



Hi Fred,
I just finished the update to the 
http://www.paraview.org/Wiki/VisIt_Database_Bridge 





On Tue, Jan 11, 2011 at 9:35 AM, Robert Maynard  
wrote:




Hi Fred,
I am currently updating the VisItBridge wiki page with the updated compilation 
instructions and design information.

On Tue, Jan 11, 2011 at 9:12 AM, David Partyka  
wrote:





Hi Fred,
That version of the plugin has been depricated and those pages should all be 
removed. Rob rewrote and vastly improved the VisIt bridge.  The CMake options 
that need to be set now are PARAVIEW_USE_VISITBRIDGE:BOOL=ON and to tell 
ParaView where a boost header installation is. Our apologize for the confusion!










On Tue, Jan 11, 2011 at 5:23 AM, Fred Fred  wrote:










The instructions for building the bridge at 
http://www.paraview.org/Wiki/VisIt_Database_Bridge, esp. the section entitled 
"Building the ParaView Plugin" seems to be outdated:










#!/bin/bash
cd ./ParaView3/Plugins/VisItDatabaseBridge  # Switch into the bridge plugin 
source directory.
curious recomendation since the usual way to build with cmake consists in not 
building in the source directory









mkdir bin   # Make a directory for our out 
of source build.
cd bin  # Switch into the out of source 
build dir.
ccmake ../  # Set BOOTSTRAP=ON, and 
whatever else makes sense ;) 








there is no BOOTSTRAP value in the ccmake menu

and last I get the following errors:

 CMake Error at CMake/ParaViewConfig.cmake:8 (INCLUDE):
   include called with wrong number of arguments.  Include only takes one









   file.
 Call Stack (most recent call first):
   CMakeLists.txt:42 (include)

 CMake Error at CMake/VisItConfig.cmake:33 (MESSAGE):
   Set VISIT_BASE to the path to your local VisIt 1.10.0 sources.
 Call Stack (most recent call first):









   CMakeLists.txt:43 (include)

Any help?

  

___

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




-- 
Robert Maynard




-- 
Robert Maynard

  


-- 
Robert Maynard
  ___
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] VisIt bridge

2011-01-11 Thread David Partyka
Building the old VisIt bridge is really complicated hence the rewrite. It is
included prebuilt in the ParaView 3.8 binaries if you just want to use it.
Otherwise you will need to checkout our development git repository and build
that version.

http://www.paraview.org/Wiki/ParaView/Git



On Tue, Jan 11, 2011 at 1:21 PM, Fred Fred  wrote:

>  LOL
> so...how do I proceed NOW?
>
>
> --
> From: robert.mayn...@kitware.com
> Date: Tue, 11 Jan 2011 12:34:24 -0500
>
> Subject: Re: [Paraview] VisIt bridge
> To: stan1...@hotmail.fr
> CC: paraview@paraview.org
>
> The new VisItBridge will be in 3.10
>
> On Tue, Jan 11, 2011 at 11:53 AM, Fred Fred  wrote:
>
>  Had a look but I don't have the option PARAVIEW_USE_VISITBRIDGE in ccmake
> (cmake-2.8.3 & PV-3.8.1)!
>
> --
> From: robert.mayn...@kitware.com
> Date: Tue, 11 Jan 2011 11:40:46 -0500
> Subject: Re: [Paraview] VisIt bridge
> To: stan1...@hotmail.fr
> CC: paraview@paraview.org
>
>
> Hi Fred,
>
> I just finished the update to the
> http://www.paraview.org/Wiki/VisIt_Database_Bridge
>
> On Tue, Jan 11, 2011 at 9:35 AM, Robert Maynard <
> robert.mayn...@kitware.com> wrote:
>
> Hi Fred,
>
> I am currently updating the VisItBridge wiki page with the updated
> compilation instructions and design information.
>
>
> On Tue, Jan 11, 2011 at 9:12 AM, David Partyka 
> wrote:
>
> Hi Fred,
>
> That version of the plugin has been depricated and those pages should all
> be removed. Rob rewrote and vastly improved the VisIt bridge.  The CMake
> options that need to be set now are PARAVIEW_USE_VISITBRIDGE:BOOL=ON and
> to tell ParaView where a boost header installation is. Our apologize for the
> confusion!
>
> On Tue, Jan 11, 2011 at 5:23 AM, Fred Fred  wrote:
>
>  The instructions for building the bridge at
> http://www.paraview.org/Wiki/VisIt_Database_Bridge, esp. the section
> entitled "Building the ParaView Plugin" seems to be outdated:
>
> #!/bin/bash
> cd ./ParaView3/Plugins/VisItDatabaseBridge  # Switch into the bridge 
> plugin source directory.
>
> curious recomendation since the usual way to build with cmake consists in
> not building in the source directory
>
> mkdir bin   # Make a directory for our 
> out of source build.
> cd bin  # Switch into the out of 
> source build dir.
> ccmake ../  # Set BOOTSTRAP=ON, and 
> whatever else makes sense ;)
>
> there is no BOOTSTRAP value in the ccmake menu
>
> and last I get the following errors:
>
>  CMake Error at CMake/ParaViewConfig.cmake:8 (INCLUDE):
>include called with wrong number of arguments.  Include only takes one
>file.
>  Call Stack (most recent call first):
>CMakeLists.txt:42 (include)
>
>  CMake Error at CMake/VisItConfig.cmake:33 (MESSAGE):
>Set VISIT_BASE to the path to your local VisIt 1.10.0 sources.
>  Call Stack (most recent call first):
>CMakeLists.txt:43 (include)
>
> Any help?
>
>
> ___
> 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
>
>
>
>
> --
> Robert Maynard
>
>
>
>
> --
> Robert Maynard
>
>
>
>
> --
> Robert Maynard
>
> ___
> 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] ParaView 3.8.1 and HDF5

2011-01-11 Thread Nathalie.Rauschmayr
Hello,

thanks a lot for the hint. I have already expected, that there a some problems 
with ParaView's Xdmf.
But I have still one more question:
I've downloaded and installed your modified ParaView now. I've tried to install 
the Icarus-Plugin, but I get always the following compilation error:

syntax error
*** SYNTAX ERROR found in parsing the header file 
/home/nathalie/Desktop/Icarus-0.9.0/vtkDSMManager.h before line 99 ***
make[2]: *** [vtkDSMManagerClientServer.cxx] Error 1
make[1]: *** [CMakeFiles/CSCS_DSM.dir/all] Error 2

This failure occures, wehen vtkGetMacro is called.
I'm not sure what occurs the failure.
Can you help me, please?

best reagrds,
nathalie

Von: Biddiscombe, John A. [biddi...@cscs.ch]
Gesendet: Montag, 10. Januar 2011 14:29
Bis: Rauschmayr, Nathalie; paraview@paraview.org
Betreff: RE: ParaView 3.8.1 and HDF5

Nathalie

The HDF5 you are using is our 'modified' one which supports external VFD 
compilation (such as the H5FDdsm code). paraview works fine with it, but the 
Xdmf that comes with paraview by default won't compile against it.

Our instructions/documentation so far are not very complete but we are working 
on it. We have a couple of deadlines to meet over the next couple of weeks so 
can't really help you out right now, but once we get the full docs written up, 
we will make sure you are cc'd.

To cut a long story short, we have our own paraview, with a modified Xdmf, 
git://git.cscs.ch/ParaView.git - submodules are different from the kitware 
versions for Xdmf, hdf etc. You may have more luck using the 'cscs-release' 
branch from there (it's a bit old, but was tested by 3rd parties and worked).

In a couple of weeks we ought to have things stable enough to update all the 
wikis etc (and branches) with the correct info for building and testing

JB


-Original Message-
From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On 
Behalf Of nathalie.rauschm...@dlr.de
Sent: 07 January 2011 15:13
To: paraview@paraview.org
Subject: [Paraview] ParaView 3.8.1 and HDF5

Hello,


I've installed a HDF5 version on my system and I've tried to compile ParaView 
3.8.1 with this version.
I used the CMAKE flag "PARAVIEW_USE_SYSTEM_HDF5" therefore. I always get the 
following error:

ParaView/Utilities/Xdmf2/libsrc/XdmfH5Driver.cxx:189: error: braces around 
scalar initializer for type 'herr_t (*)(H5FD_t*, unsigned char*, hbool_t)'

The HDF5 version, which I use, is a modified version, which is described in 
this site:
https://hpcforge.org/plugins/mediawiki/wiki/h5fddsm/index.php/Main_Page

What's going wrong with the installation of ParaView?


best regards,

nathalie

___
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] Parallel Projection Problems

2011-01-11 Thread bastil2...@yahoo.de
Am I really the only one with problems with parallel projection?

* as seen today the orbit animation has a "auto-zoom-off" with
  parallel projection
* Zoom-factoris missing in GUI
* Zoom-factor is not saved with state files.

See my bug here: http://www.paraview.org/Bug/view.php?id=10824

Regards Bastian
___
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] ParaView 3.8.1 and HDF5

2011-01-11 Thread Michael Jackson
When vtk parses your header file there are a lot of standRd c++ things
that it does not understand. Wrap those items with
//BTX
Trouble code
//ETX

-
Mike Jackson  www.bluequartz.net
Principal Software Engineer   mike.jack...@bluequartz.net
BlueQuartz Software   Dayton, Ohio

On Jan 11, 2011, at 14:48,  wrote:

> Hello,
>
> thanks a lot for the hint. I have already expected, that there a some 
> problems with ParaView's Xdmf.
> But I have still one more question:
> I've downloaded and installed your modified ParaView now. I've tried to 
> install the Icarus-Plugin, but I get always the following compilation error:
>
>syntax error
>*** SYNTAX ERROR found in parsing the header file 
> /home/nathalie/Desktop/Icarus-0.9.0/vtkDSMManager.h before line 99 ***
>make[2]: *** [vtkDSMManagerClientServer.cxx] Error 1
>make[1]: *** [CMakeFiles/CSCS_DSM.dir/all] Error 2
>
> This failure occures, wehen vtkGetMacro is called.
> I'm not sure what occurs the failure.
> Can you help me, please?
>
> best reagrds,
> nathalie
> 
> Von: Biddiscombe, John A. [biddi...@cscs.ch]
> Gesendet: Montag, 10. Januar 2011 14:29
> Bis: Rauschmayr, Nathalie; paraview@paraview.org
> Betreff: RE: ParaView 3.8.1 and HDF5
>
> Nathalie
>
> The HDF5 you are using is our 'modified' one which supports external VFD 
> compilation (such as the H5FDdsm code). paraview works fine with it, but the 
> Xdmf that comes with paraview by default won't compile against it.
>
> Our instructions/documentation so far are not very complete but we are 
> working on it. We have a couple of deadlines to meet over the next couple of 
> weeks so can't really help you out right now, but once we get the full docs 
> written up, we will make sure you are cc'd.
>
> To cut a long story short, we have our own paraview, with a modified Xdmf, 
> git://git.cscs.ch/ParaView.git - submodules are different from the kitware 
> versions for Xdmf, hdf etc. You may have more luck using the 'cscs-release' 
> branch from there (it's a bit old, but was tested by 3rd parties and worked).
>
> In a couple of weeks we ought to have things stable enough to update all the 
> wikis etc (and branches) with the correct info for building and testing
>
> JB
>
>
> -Original Message-
> From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On 
> Behalf Of nathalie.rauschm...@dlr.de
> Sent: 07 January 2011 15:13
> To: paraview@paraview.org
> Subject: [Paraview] ParaView 3.8.1 and HDF5
>
> Hello,
>
>
> I've installed a HDF5 version on my system and I've tried to compile ParaView 
> 3.8.1 with this version.
> I used the CMAKE flag "PARAVIEW_USE_SYSTEM_HDF5" therefore. I always get the 
> following error:
>
> ParaView/Utilities/Xdmf2/libsrc/XdmfH5Driver.cxx:189: error: braces around 
> scalar initializer for type 'herr_t (*)(H5FD_t*, unsigned char*, hbool_t)'
>
> The HDF5 version, which I use, is a modified version, which is described in 
> this site:
> https://hpcforge.org/plugins/mediawiki/wiki/h5fddsm/index.php/Main_Page
>
> What's going wrong with the installation of ParaView?
>
>
> best regards,
>
> nathalie
>
> ___
> 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
___
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] ParaView 3.8.1 and HDF5

2011-01-11 Thread Biddiscombe, John A.
I'm guessing 

It looks like you've got paraview+stuff on the master (cscs-release) branch, 
but the icarus plugin is no longer compatible. We are building against our not 
yet released 'steering' branch, but left our developments in icarus on the 
master branch.

suggestion. Do a git log of paraview, see the most recent date, then update 
icarus to a date around then (ie go back to the same date) - does the 
compilation work?

it looks like we messed up - so far we have only a small number of 
users/collaborators, so didn't quite expect anyone else to build the lot. We'll 
make the steering stuff available asap. please bear with us, we're struggling 
to get our stuff ready for others to use ...

JB

-Original Message-
From: nathalie.rauschm...@dlr.de [mailto:nathalie.rauschm...@dlr.de] 
Sent: 11 January 2011 20:48
To: Biddiscombe, John A.; paraview@paraview.org
Subject: AW: ParaView 3.8.1 and HDF5

Hello,

thanks a lot for the hint. I have already expected, that there a some problems 
with ParaView's Xdmf.
But I have still one more question:
I've downloaded and installed your modified ParaView now. I've tried to install 
the Icarus-Plugin, but I get always the following compilation error:

syntax error
*** SYNTAX ERROR found in parsing the header file 
/home/nathalie/Desktop/Icarus-0.9.0/vtkDSMManager.h before line 99 ***
make[2]: *** [vtkDSMManagerClientServer.cxx] Error 1
make[1]: *** [CMakeFiles/CSCS_DSM.dir/all] Error 2

This failure occures, wehen vtkGetMacro is called.
I'm not sure what occurs the failure.
Can you help me, please?

best reagrds,
nathalie

Von: Biddiscombe, John A. [biddi...@cscs.ch]
Gesendet: Montag, 10. Januar 2011 14:29
Bis: Rauschmayr, Nathalie; paraview@paraview.org
Betreff: RE: ParaView 3.8.1 and HDF5

Nathalie

The HDF5 you are using is our 'modified' one which supports external VFD 
compilation (such as the H5FDdsm code). paraview works fine with it, but the 
Xdmf that comes with paraview by default won't compile against it.

Our instructions/documentation so far are not very complete but we are working 
on it. We have a couple of deadlines to meet over the next couple of weeks so 
can't really help you out right now, but once we get the full docs written up, 
we will make sure you are cc'd.

To cut a long story short, we have our own paraview, with a modified Xdmf, 
git://git.cscs.ch/ParaView.git - submodules are different from the kitware 
versions for Xdmf, hdf etc. You may have more luck using the 'cscs-release' 
branch from there (it's a bit old, but was tested by 3rd parties and worked).

In a couple of weeks we ought to have things stable enough to update all the 
wikis etc (and branches) with the correct info for building and testing

JB


-Original Message-
From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On 
Behalf Of nathalie.rauschm...@dlr.de
Sent: 07 January 2011 15:13
To: paraview@paraview.org
Subject: [Paraview] ParaView 3.8.1 and HDF5

Hello,


I've installed a HDF5 version on my system and I've tried to compile ParaView 
3.8.1 with this version.
I used the CMAKE flag "PARAVIEW_USE_SYSTEM_HDF5" therefore. I always get the 
following error:

ParaView/Utilities/Xdmf2/libsrc/XdmfH5Driver.cxx:189: error: braces around 
scalar initializer for type 'herr_t (*)(H5FD_t*, unsigned char*, hbool_t)'

The HDF5 version, which I use, is a modified version, which is described in 
this site:
https://hpcforge.org/plugins/mediawiki/wiki/h5fddsm/index.php/Main_Page

What's going wrong with the installation of ParaView?


best regards,

nathalie

___
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] ParaView 3.8.1 and HDF5

2011-01-11 Thread Biddiscombe, John A.
Mike's right, but I think even when you add BTX/ETX, the compilation will fail 
due to incompatibilities later. Give it a try though (the fail is because the 
cscs-release branch was made before the wrapper fixes from David Gobbi went in, 
and the newer code doesn't have them in all places)

-Original Message-
From: Michael Jackson [mailto:mike.jack...@bluequartz.net] 
Sent: 11 January 2011 22:47
To: 
Cc: Biddiscombe, John A.; 
Subject: Re: [Paraview] ParaView 3.8.1 and HDF5

When vtk parses your header file there are a lot of standRd c++ things
that it does not understand. Wrap those items with
//BTX
Trouble code
//ETX

-
Mike Jackson  www.bluequartz.net
Principal Software Engineer   mike.jack...@bluequartz.net
BlueQuartz Software   Dayton, Ohio

On Jan 11, 2011, at 14:48,  wrote:

> Hello,
>
> thanks a lot for the hint. I have already expected, that there a some 
> problems with ParaView's Xdmf.
> But I have still one more question:
> I've downloaded and installed your modified ParaView now. I've tried to 
> install the Icarus-Plugin, but I get always the following compilation error:
>
>syntax error
>*** SYNTAX ERROR found in parsing the header file 
> /home/nathalie/Desktop/Icarus-0.9.0/vtkDSMManager.h before line 99 ***
>make[2]: *** [vtkDSMManagerClientServer.cxx] Error 1
>make[1]: *** [CMakeFiles/CSCS_DSM.dir/all] Error 2
>
> This failure occures, wehen vtkGetMacro is called.
> I'm not sure what occurs the failure.
> Can you help me, please?
>
> best reagrds,
> nathalie
> 
> Von: Biddiscombe, John A. [biddi...@cscs.ch]
> Gesendet: Montag, 10. Januar 2011 14:29
> Bis: Rauschmayr, Nathalie; paraview@paraview.org
> Betreff: RE: ParaView 3.8.1 and HDF5
>
> Nathalie
>
> The HDF5 you are using is our 'modified' one which supports external VFD 
> compilation (such as the H5FDdsm code). paraview works fine with it, but the 
> Xdmf that comes with paraview by default won't compile against it.
>
> Our instructions/documentation so far are not very complete but we are 
> working on it. We have a couple of deadlines to meet over the next couple of 
> weeks so can't really help you out right now, but once we get the full docs 
> written up, we will make sure you are cc'd.
>
> To cut a long story short, we have our own paraview, with a modified Xdmf, 
> git://git.cscs.ch/ParaView.git - submodules are different from the kitware 
> versions for Xdmf, hdf etc. You may have more luck using the 'cscs-release' 
> branch from there (it's a bit old, but was tested by 3rd parties and worked).
>
> In a couple of weeks we ought to have things stable enough to update all the 
> wikis etc (and branches) with the correct info for building and testing
>
> JB
>
>
> -Original Message-
> From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On 
> Behalf Of nathalie.rauschm...@dlr.de
> Sent: 07 January 2011 15:13
> To: paraview@paraview.org
> Subject: [Paraview] ParaView 3.8.1 and HDF5
>
> Hello,
>
>
> I've installed a HDF5 version on my system and I've tried to compile ParaView 
> 3.8.1 with this version.
> I used the CMAKE flag "PARAVIEW_USE_SYSTEM_HDF5" therefore. I always get the 
> following error:
>
> ParaView/Utilities/Xdmf2/libsrc/XdmfH5Driver.cxx:189: error: braces around 
> scalar initializer for type 'herr_t (*)(H5FD_t*, unsigned char*, hbool_t)'
>
> The HDF5 version, which I use, is a modified version, which is described in 
> this site:
> https://hpcforge.org/plugins/mediawiki/wiki/h5fddsm/index.php/Main_Page
>
> What's going wrong with the installation of ParaView?
>
>
> best regards,
>
> nathalie
>
> ___
> 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
___
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] ParaView 3.8.1 and HDF5

2011-01-11 Thread Jerome Soumagne

Hi Nathalie,

I just checked what we had done with our last user and yes putting //BTX 
and //ETX around the line 99 in vtkDsmManager.h will fix it. We forgot 
to put this fix in the tarball. It is fixed in the Icarus git master 
branch though.


The icarus plugin on hpcforge and the cscs-release branch  are still 
compatible, be sure to do a git submodule update --init so that you get 
the right versions of the different submodules:


git clone git://git.cscs.ch/ParaView.git
git checkout cscs-release
git submodule update --init

Everything should be working then.

Jerome

On 01/11/2011 10:54 PM, Biddiscombe, John A. wrote:

I'm guessing 

It looks like you've got paraview+stuff on the master (cscs-release) branch, 
but the icarus plugin is no longer compatible. We are building against our not 
yet released 'steering' branch, but left our developments in icarus on the 
master branch.

suggestion. Do a git log of paraview, see the most recent date, then update 
icarus to a date around then (ie go back to the same date) - does the 
compilation work?

it looks like we messed up - so far we have only a small number of 
users/collaborators, so didn't quite expect anyone else to build the lot. We'll 
make the steering stuff available asap. please bear with us, we're struggling 
to get our stuff ready for others to use ...

JB

-Original Message-
From: nathalie.rauschm...@dlr.de [mailto:nathalie.rauschm...@dlr.de]
Sent: 11 January 2011 20:48
To: Biddiscombe, John A.; paraview@paraview.org
Subject: AW: ParaView 3.8.1 and HDF5

Hello,

thanks a lot for the hint. I have already expected, that there a some problems 
with ParaView's Xdmf.
But I have still one more question:
I've downloaded and installed your modified ParaView now. I've tried to install 
the Icarus-Plugin, but I get always the following compilation error:

syntax error
*** SYNTAX ERROR found in parsing the header file 
/home/nathalie/Desktop/Icarus-0.9.0/vtkDSMManager.h before line 99 ***
make[2]: *** [vtkDSMManagerClientServer.cxx] Error 1
make[1]: *** [CMakeFiles/CSCS_DSM.dir/all] Error 2

This failure occures, wehen vtkGetMacro is called.
I'm not sure what occurs the failure.
Can you help me, please?

best reagrds,
nathalie

Von: Biddiscombe, John A. [biddi...@cscs.ch]
Gesendet: Montag, 10. Januar 2011 14:29
Bis: Rauschmayr, Nathalie; paraview@paraview.org
Betreff: RE: ParaView 3.8.1 and HDF5

Nathalie

The HDF5 you are using is our 'modified' one which supports external VFD 
compilation (such as the H5FDdsm code). paraview works fine with it, but the 
Xdmf that comes with paraview by default won't compile against it.

Our instructions/documentation so far are not very complete but we are working 
on it. We have a couple of deadlines to meet over the next couple of weeks so 
can't really help you out right now, but once we get the full docs written up, 
we will make sure you are cc'd.

To cut a long story short, we have our own paraview, with a modified Xdmf, 
git://git.cscs.ch/ParaView.git - submodules are different from the kitware 
versions for Xdmf, hdf etc. You may have more luck using the 'cscs-release' 
branch from there (it's a bit old, but was tested by 3rd parties and worked).

In a couple of weeks we ought to have things stable enough to update all the 
wikis etc (and branches) with the correct info for building and testing

JB


-Original Message-
From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On 
Behalf Of nathalie.rauschm...@dlr.de
Sent: 07 January 2011 15:13
To: paraview@paraview.org
Subject: [Paraview] ParaView 3.8.1 and HDF5

Hello,


I've installed a HDF5 version on my system and I've tried to compile ParaView 
3.8.1 with this version.
I used the CMAKE flag "PARAVIEW_USE_SYSTEM_HDF5" therefore. I always get the 
following error:

ParaView/Utilities/Xdmf2/libsrc/XdmfH5Driver.cxx:189: error: braces around 
scalar initializer for type 'herr_t (*)(H5FD_t*, unsigned char*, hbool_t)'

The HDF5 version, which I use, is a modified version, which is described in 
this site:
https://hpcforge.org/plugins/mediawiki/wiki/h5fddsm/index.php/Main_Page

What's going wrong with the installation of ParaView?


best regards,

nathalie

___
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/li