vtk-m/vtkm/worklet/testing
Robert Maynard 7fc7c61a9b VTK-m use a jobs pool for compiling large compilation units.
When building with the ninja generator VTK-m now uses a job pool
to help limit the chances of a machine going out of memory
when compiling VTK-m.
2019-11-29 15:49:54 -05:00
..
CMakeLists.txt VTK-m use a jobs pool for compiling large compilation units. 2019-11-29 15:49:54 -05:00
UnitTestAverageByKey.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestBoundingIntervalHierarchy.cxx Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
UnitTestCellAverage.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestCellDeepCopy.cxx Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
UnitTestCellGradient.cxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
UnitTestCellMeasure.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestCellSetConnectivity.cxx CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
UnitTestCellSetDualGraph.cxx rename MarchingCubes to Contour 2019-08-17 19:10:57 -06:00
UnitTestClipping.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestClippingWithFunction.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestContour.cxx Merge branch 'master' into tangle_source 2019-09-11 12:06:58 -06:00
UnitTestContourTreeUniform.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestContourTreeUniformAugmented.cxx Add support for boundary augmentation for MPI optimization 2019-09-12 12:26:01 -04:00
UnitTestCoordinateSystemTransform.cxx CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
UnitTestCosmoTools.cxx DataSetBuilders don't require a cellset name 2019-09-02 09:05:56 -04:00
UnitTestCrossProduct.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestDotProduct.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestExternalFaces.cxx CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
UnitTestExtractGeometry.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestExtractPoints.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestExtractStructured.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestFieldHistogram.cxx CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
UnitTestFieldStatistics.cxx CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
UnitTestGraphConnectivity.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestImageConnectivity.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestInnerJoin.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestKdTreeBuildNNS.cxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
UnitTestKeys.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestMagnitude.cxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
UnitTestMask.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestMaskIndices.cxx Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
UnitTestMaskPoints.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestMaskSelect.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestNDimsEntropy.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestNDimsHistMarginalization.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestNDimsHistogram.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestNormalize.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestOrientNormals.cxx Merge topic 'build_filter_lib' 2019-09-18 15:01:39 -04:00
UnitTestParticleAdvection.cxx Use Light-Weight Cell Library 2019-09-24 21:22:10 -04:00
UnitTestPointElevation.cxx CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
UnitTestPointGradient.cxx Fix cell derivatives for polygon cell shape 2019-08-29 17:37:42 -06:00
UnitTestPointTransform.cxx CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
UnitTestProbe.cxx CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
UnitTestRemoveUnusedPoints.cxx CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
UnitTestScalarsToColors.cxx Remove vtkm::BaseComponent 2019-09-09 13:01:03 -06:00
UnitTestScatterAndMask.cxx Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
UnitTestScatterCounting.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestScatterPermutation.cxx Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
UnitTestSplatKernels.cxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
UnitTestSplitSharpEdges.cxx DataSetBuilders don't require a cellset name 2019-09-02 09:05:56 -04:00
UnitTestStreamingSine.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestStreamLineUniformGrid.cxx CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
UnitTestStreamSurface.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestSurfaceNormals.cxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
UnitTestTemporalAdvection.cxx Use Light-Weight Cell Library 2019-09-24 21:22:10 -04:00
UnitTestTetrahedralize.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestThreshold.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestThresholdPoints.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestTriangleWinding.cxx Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
UnitTestTriangulate.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestTube.cxx Update filters with secondary fields to use new policy method 2019-09-09 08:19:16 -06:00
UnitTestVertexClustering.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestWarpScalar.cxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
UnitTestWarpVector.cxx CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
UnitTestWaveletCompressor.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestWholeCellSetIn.cxx CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
UnitTestWorkletMapField.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestWorkletMapFieldExecArg.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestWorkletMapFieldWholeArray.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestWorkletMapFieldWholeArrayAtomic.cxx Limit testing dispatch of atomic array to only atomic types. 2019-08-23 15:40:37 -04:00
UnitTestWorkletMapPointNeighborhood.cxx Add methods to BoundaryState to query specific offsets. 2019-07-19 15:09:57 -04:00
UnitTestWorkletMapTopologyExplicit.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestWorkletMapTopologyUniform.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestWorkletReduceByKey.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestZFPCompressor.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00