[vtk-developers] Dropping VTKLargeData for test inputs

Kevin H. Hobbs hobbsk at ohio.edu
Fri May 24 16:33:23 EDT 2013


On 05/24/2013 01:18 PM, Brad King wrote:
> 
> Great, thanks.  I'll apply this after the topic is merged.
> We'll have to update it to handle the new VTK_USE_LARGE_DATA
> option though.
> 

bubbles ran the large data tests when I had :

set( dashboard_cache "
...
VTK_USE_LARGE_DATA:BOOL=ON")

but not when I put various versions of set(VTK_USE_LARGE_DATA ON)
in vtk_common.cmake bubbles does not run the tests.

How does this feel to you :

#   dashboard_use_large_data  = Enable tests requiring "large" data (ON)

...

# Turn on large data tests
if(NOT DEFINED dashboard_use_large_data)
  set(dashboard_cache "${dashboard_cache}
  VTK_USE_LARGE_DATA:BOOL=ON")
else()
  set(dashboard_cache "${dashboard_cache}
  VTK_USE_LARGE_DATA:BOOL=${dashboard_use_large_data}")
endif()

It feels like a hack to me, but it worked :

http://open.cdash.org/buildSummary.php?buildid=2915881


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-vtk_common-use-large-external-data.patch
Type: text/x-patch
Size: 1537 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20130524/9148205a/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 255 bytes
Desc: OpenPGP digital signature
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20130524/9148205a/attachment.sig>


More information about the vtk-developers mailing list