[Paraview] CGNS files

Karl König kkoenig11 at web.de
Fri Sep 30 04:37:06 EDT 2011


Fred,

Fred Fred wrote, On 30.09.2011 09:54:
> That's what Robert already answered (see below) but it seems that type
> cgsize_t is not defined in cgnslib-2.5 (I downloaded it from this
> link: http://sourceforge.net/projects/cgns/files/cgnslib_2.5/Release%205/cgnslib_2.5-5.tar.gz/download):
> 
> Macintosh-4:cgnslib_2.5 $ find . -name "*" -exec grep cgsize_t {} \;
> 
> but is expected in PV source:
> Macintosh-4:ParaView-3.10.1 $ find . -name "*.C" -exec grep cgsize_t {} \;
> [...]

Not sure what you did to your ParaView 3.10.1 source tree, but a vanilla
tree does not contain such matches:

 $ wget http://www.paraview.org/files/v3.10/ParaView-3.10.1.tar.gz
 $ md5sum ParaView-3.10.1.tar.gz
 d8a9d4a997a720589ffd57568bcdd449  ParaView-3.10.1.tar.gz
 $ tar -xzf ParaView-3.10.1.tar.gz
 $ cd ParaView-3.10.1
 $ find . -name "*.C" -exec grep cgsize_t {} \;
 [no hits]

> so which cgns-2.5 source code did you use?

ParaView-3.10.1.tar.gz:SuperBuild/PackageVersions.cmake
and
ParaView-3.10.1.tar.gz:SuperBuild/External_CGNS.cmake

will tell you it's been
http://paraview.org/files/misc/cgnslib_2.5-5.tar.gz and from its MD5
checksum ae2a2e79b99d41c63e5ed5f661f70fd9 you can see it's the same
tarball as the one distributed via
http://sourceforge.net/projects/cgns/files/cgnslib_2.5/Release%205/

Karl


More information about the ParaView mailing list