Dave, Thanks. Was not able to get that to work on Mira. The tools build works, but neither the gnu or xlc cross build work. Get the errors below (this could be an incompatible update in hdf5, is it possible not to use HDF5?):
[ 8%] Building C object VTK/ThirdParty/hdf5/vtkhdf5/src/CMakeFiles/vtkhdf5.dir/H5F.c.o /projects/FFTsim/bmuite/paraview/cross/paraview/src/paraview/VTK/ThirdParty/hdf5/vtkhdf5/src/H5F.c: In function 'H5F_build_actual_na me': /projects/FFTsim/bmuite/paraview/cross/paraview/src/paraview/VTK/ThirdParty/hdf5/vtkhdf5/src/H5F.c:2223: error: 'S_IFLNK' undeclared (first use in this function) /projects/FFTsim/bmuite/paraview/cross/paraview/src/paraview/VTK/ThirdParty/hdf5/vtkhdf5/src/H5F.c:2223: error: (Each undeclared ide ntifier is reported only once /projects/FFTsim/bmuite/paraview/cross/paraview/src/paraview/VTK/ThirdParty/hdf5/vtkhdf5/src/H5F.c:2223: error: for each function it appears in.) /projects/FFTsim/bmuite/paraview/cross/paraview/src/paraview/VTK/ThirdParty/hdf5/vtkhdf5/src/H5F.c:2223: error: 'S_IFMT' undeclared (first use in this function) /projects/FFTsim/bmuite/paraview/cross/paraview/src/paraview/VTK/ThirdParty/hdf5/vtkhdf5/src/H5F.c:2228: error: 'PATH_MAX' undeclare d (first use in this function) gmake[5]: *** [VTK/ThirdParty/hdf5/vtkhdf5/src/CMakeFiles/vtkhdf5.dir/H5F.c.o] Error 1 gmake[4]: *** [VTK/ThirdParty/hdf5/vtkhdf5/src/CMakeFiles/vtkhdf5.dir/all] Error 2 gmake[3]: *** [all] Error 2 CMake Error at /projects/FFTsim/bmuite/paraview/cross/pv-paraview-build.cmake:26 (message): Failed!!! make[2]: *** [paraview/src/paraview-stamp/paraview-build] Error 1 make[1]: *** [CMakeFiles/paraview.dir/all] Error 2 make: *** [all] Error 2 Do you have any other environment settings that you use which are not in the config scripts? Not sure if possible to record your steps to produce something close to the following: http://grid.vgtu.lt/svn/gridDeployment/A-GRAPHICAL-PARAVIEW-3.6.1/ParaviewOffscreenInstall Regards, Benson On 07/10/2013 18:17, David E DeMarle wrote: > I just pushed a working BlueGeneQ config to ParaViewSuperbuild for > review: > http://review.source.kitware.com/#/t/3393/ > > I you check it out (either from the link above or in a few days from > ParaViewSuperBuild directly) you should be able to build on Mira. On > other BlueGeneQ's you will need to change compiler and library paths > to match your machine's setup. Once you do get it working on your > machine, please post your config to the Paraview developers mailing > list so that we can commit it as a machine specific variant of this one. > > My tools config script: > soft add +mpiwrapper-xl > soft add +cmake-2.8.11.1 > cmake \ > -D ParaView_FROM_GIT:BOOL=OFF \ > -D cross_target:STRING=bgq_gnu \ > -D CROSS_BUILD_STAGE:STRING=TOOLS \ > -D ENABLE_paraview:BOOL=ON \ > -D ENABLE_boost:BOOL=ON \ > -D ENABLE_python:BOOL=ON \ > ../ParaViewSuperbuild > make > > My cross config script: > soft add +mpiwrapper-gcc > soft add +cmake-2.8.11.1 > cmake \ > -D ParaView_FROM_GIT:BOOL=OFF \ > -D cross_target:STRING=bgq_gnu \ > -D CROSS_BUILD_STAGE:STRING=CROSS \ > -D ENABLE_paraview:BOOL=ON \ > -D ENABLE_python:BOOL=ON \ > ../ParaViewSuperbuild > make > > Note there is also an XLC compiler target (bgq_xlc), that I could not > quite get to work. It fails at the link stage. Bonus points will be > given to whoever fixes the TOC link error to fix it. > > > David E DeMarle > Kitware, Inc. > R&D Engineer > 21 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-881-4909 > > _______________________________________________ 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
