Commit Graph

8540 Commits

Author SHA1 Message Date
Gunther H. Weber
4b14c84ec5 Fix 3D split data Python helper tool. 2020-12-02 14:29:16 -08:00
Oliver Ruebel
75afb77d20 Refine recording of timings in Fan In functor 2020-12-02 14:29:16 -08:00
Oliver Ruebel
69602cf777 Refine DoPostExecute timing 2020-12-02 14:29:16 -08:00
Oliver Ruebel
c494942a3d Separet timing for dot output in the filter 2020-12-02 14:29:16 -08:00
Oliver Ruebel
d3554bb4ad Added finer timing for DIY setup for Fan In 2020-12-02 14:29:16 -08:00
Oliver Ruebel
a75e539686 Add barriers in distributed contour tree example to improve timing 2020-12-02 14:29:16 -08:00
Gunther H. Weber
d18aacc5d6 Cleanup of debug output etc. 2020-12-02 14:29:16 -08:00
Gunther H. Weber
8652ea1abb Update CMakeList.txt for updates in worklet/contourtree_distributed/boundary_tree_maker. 2020-12-02 14:29:16 -08:00
Gunther H. Weber
f0213d065e Replace implicit array handles to adapt to vtk-m changes. 2020-12-02 14:29:16 -08:00
Gunther H. Weber
336fd1f2e8 Delete local blocks after reduction 2020-12-02 14:29:15 -08:00
Oliver Ruebel
18e2938cdf Fix comments in BoundaryTree class 2020-12-02 14:29:15 -08:00
Oliver Ruebel
10910d6b4a Fix bug to output the correct arrays i HierarchicalContourTree<FieldType>::PrintTreeStats 2020-12-02 14:29:15 -08:00
Oliver Ruebel
07b6744f31 Partial add dot output in ComputeDistributedContourTreeFunctor 2020-12-02 14:29:15 -08:00
Oliver Ruebel
94f4fcb408 Added saveTreeCompilerData option for distributed contour tree app example 2020-12-02 14:29:15 -08:00
Oliver Ruebel
17f2f845e7 Minor fixed for performane logging 2020-12-02 14:29:15 -08:00
Oliver Ruebel
ac1818d357 Add logging for Fan in and Fan Out 2020-12-02 14:29:15 -08:00
Oliver Ruebel
3355be235e Make logging customizable for ContourTreeUniformAugmented 2020-12-02 14:29:15 -08:00
Oliver Ruebel
0fa2b57ac6 Save NumBoundary and NumBounaryUsed in BoundaryTree for logging 2020-12-02 14:29:15 -08:00
Oliver Ruebel
b4ac4cdef9 Made log levels and summary forwarding configurable in distributed contour tree example 2020-12-02 14:29:15 -08:00
Oliver Ruebel
32f0e98e22 Made timings and tree-metadata log level configurable in ContourTreeUniformDistributed 2020-12-02 14:29:15 -08:00
Oliver Ruebel
ea2803735a Add function for printing hierarchical tree statistics 2020-12-02 14:29:15 -08:00
Oliver Ruebel
f1b2a2b47c Make log level configurable for ContourTreeUniformAugmented 2020-12-02 14:29:15 -08:00
Oliver Ruebel
1134094773 Clean up HACT save and add basic logging of timings to the ContourTreeDistributed filter 2020-12-02 14:29:15 -08:00
Oliver Ruebel
c6e9708275 Document execution order and order functions in order of call structure 2020-12-02 14:29:15 -08:00
Oliver Ruebel
d71259fdb7 Add contour tree, boundary tree, and interior forest array stat print 2020-12-02 14:29:15 -08:00
Gunther H. Weber
d42916ba39 Fix OpenMP backend crashes by avoiding unnecessary computations and zero-length copying. 2020-12-02 14:29:15 -08:00
Gunther H. Weber
4594c1e4c6 Fix unit tests to handle vtk-m with compuled with double precision. 2020-12-02 14:29:15 -08:00
Gunther H. Weber
eb776059ca Fix unused return value warning in TreeCompiler.h 2020-12-02 14:29:14 -08:00
oruebel
dc1d577140 Fix VTKM_EXEC lables for hact exec objects 2020-12-02 14:29:14 -08:00
Oliver Ruebel
fcda9adde2 Attempt to fix host device function call issue 2020-12-02 14:29:14 -08:00
Oliver Ruebel
9179f5b7b3 Add (vtkm::Id) cast for contour tree constexpr variable for CUDA build 2020-12-02 14:29:14 -08:00
Oliver Ruebel
15baa0f591 Remove ArrayHandleVirtual import in BRACTNodeComperator.h 2020-12-02 14:29:14 -08:00
Oliver Ruebel
569d0ed413 Revert change to Types.h 2020-12-02 14:29:14 -08:00
Gunther H. Weber
07d3a2b79d Try to fix error in vtk-m build dashboard. 2020-12-02 14:29:14 -08:00
Gunther H. Weber
47b47258f3 Temporarily disable tests requiring external data files. 2020-12-02 14:29:14 -08:00
Gunther H. Weber
0b64f4194b Fix compiler shadowed variable compiler warning. 2020-12-02 14:29:14 -08:00
Gunther H. Weber
0ac6707269 Fix reading BOV files and depracation warning. 2020-12-02 14:29:14 -08:00
Oliver Ruebel
05c81cbb76 Fix bad array look-up in dot print 2020-12-02 14:29:14 -08:00
Gunther H. Weber
8b00e8ec48 Add command line option to select pre split files at runtime. 2020-12-02 14:29:14 -08:00
Gunther H. Weber
9dda1cc661 Replace improver use of vtkm::Id with vtkm::IdComponent. 2020-12-02 14:29:14 -08:00
Oliver Ruebel
bc5f50a510 Fix ContourTreeDotPrint 2020-12-02 14:29:14 -08:00
Oliver Ruebel
21cf5a057d Fix build errors in unused print dot of HierarchicalContourTree.h 2020-12-02 14:29:14 -08:00
Oliver Ruebel
e53f63c42f Attempt to fix CUDA visibilty of types 2020-12-02 14:29:14 -08:00
Oliver Ruebel
78a2a285d1 Fix build errors in unused print dot function in HierarchicalContourTree.h 2020-12-02 14:29:14 -08:00
Oliver Ruebel
3cefc1e20a Remove tabs in PrintGraph 2020-12-02 14:29:14 -08:00
Oliver Ruebel
5353a1c3b2 Remove trailing whitespaces 2020-12-02 14:29:13 -08:00
Oliver Ruebel
11598d3348 Added Dot print output calls 2020-12-02 14:29:13 -08:00
Oliver Ruebel
4f8c28a82a Make dot print configurable 2020-12-02 14:29:13 -08:00
Oliver Ruebel
4d179556e0 Remove unused variable in FindBractSuperarcsSuperarcToWorklet 2020-12-02 14:29:13 -08:00
Gunther H. Weber
5b9dc7cea8 Finished moving common functions to TestingContourTreeUniformDistributedFilter.h 2020-12-02 14:29:13 -08:00