Commit Graph

10658 Commits

Author SHA1 Message Date
Ben Boeckel
0d793e8158 Merge topic 'fix-clip-typelist' into release-1.8
42cb62028 Clip should use `VTKM_DEFAULT_TYPE_LIST` in CastAndCall

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Vicente Bolea <vicente.bolea@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2889
2022-10-13 14:08:55 -04:00
Kenneth Moreland
e6971e2b36 Merge branch 'release-1.8' into release 2022-10-13 13:18:20 -04:00
Kenneth Moreland
937fea1e91 Merge branch 'release' into master 2022-10-13 13:18:20 -04:00
Kenneth Moreland
55dbfb6f45 Merge branch 'release-1.7' into release-1.8 2022-10-13 13:18:20 -04:00
Kenneth Moreland
ca39bd4ea6 Merge topic 'contour-bug-v1.7' into release-1.7
a195ce883 Fix Flying Edges z-boundary condition with non-square input

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Vicente Bolea <vicente.bolea@kitware.com>
Merge-request: !2876
2022-10-13 13:18:19 -04:00
Sujin Philip
42cb620289 Clip should use VTKM_DEFAULT_TYPE_LIST in CastAndCall
This was causing an issue in VTK as the VTK specific typelist was not
being used. This resulted in a field's type being changed from `UInt8` to
`Float32` and caused a test to fail.
2022-10-13 12:14:45 -04:00
Kenneth Moreland
45ae18d46a Merge topic 'tutorial-edits' into release-1.9
689ba00e4 Minor formatting changes to tutorial examples

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2887
2022-10-12 16:21:06 -04:00
Kenneth Moreland
4d863a9cba Merge branch 'release-1.9' 2022-10-12 16:21:06 -04:00
Kenneth Moreland
f030a9dbfb Merge topic 'tutorial-edits'
689ba00e4 Minor formatting changes to tutorial examples

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2887
2022-10-12 16:21:06 -04:00
Kenneth Moreland
689ba00e4c Minor formatting changes to tutorial examples
While updating the slides for an upcoming tutorial, some minor changes
were made to the tutorial examples to more clearly explain concepts or
simply fit things better on slides.
2022-10-11 18:23:44 -06:00
Vicente Bolea
723a602716 Merge branch 'release-1.9' 2022-10-11 16:30:21 -04:00
Vicente Bolea
83be049708 Merge topic 'update-to-1.9.0'
6aa17299d release: 1.9.0 release notes
1af6b210b release: update version and License

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2885
2022-10-11 16:30:21 -04:00
Vicente Bolea
b2a95f199f Merge topic 'add-final-release-notes'
51edb8c74 NewRelease: update to reflect latest release workflow

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2886
2022-10-11 16:28:49 -04:00
Vicente Adolfo Bolea Sanchez
51edb8c741 NewRelease: update to reflect latest release workflow 2022-10-11 15:41:24 -04:00
Vicente Bolea
3733d1fb4b Merge topic 'kokkos-revert-fix'
8d01c750f Partial revert of a4f81d2c3e34fead9e55a802967445db195d9856

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2884
2022-10-11 15:11:32 -04:00
Vicente Adolfo Bolea Sanchez
902fdac6fa 1.9.0 is our 13th official release of VTK-m.
The major changes to VTK-m from (previous release) can be found in:
  docs/changelog/1.9.0/release-notes.md
v1.9.0
2022-10-11 15:07:59 -04:00
Vicente Adolfo Bolea Sanchez
6aa17299d1 release: 1.9.0 release notes 2022-10-11 15:06:56 -04:00
Vicente Adolfo Bolea Sanchez
1af6b210b8 release: update version and License 2022-10-11 15:06:46 -04:00
Vicente Adolfo Bolea Sanchez
8d01c750f8 Partial revert of a4f81d2c3e34fead9e55a802967445db195d9856 2022-10-11 13:50:32 -04:00
Vicente Bolea
a4f81d2c3e Merge topic 'kokkos-fix'
c2d1a46bd KOKKOS: empty bogus kokkoscore property

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2879
2022-10-11 13:00:21 -04:00
Vicente Adolfo Bolea Sanchez
c2d1a46bd0 KOKKOS: empty bogus kokkoscore property 2022-10-11 12:29:32 -04:00
Dave Pugmire
f05166a390 Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m 2022-10-10 15:48:09 -04:00
Vicente Bolea
e8fc1457c8 Merge topic 'set-soname-libs'
7ceec1dda libs: proper version and soversion in vtk-m libs

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2754
2022-10-10 15:47:36 -04:00
Vicente Adolfo Bolea Sanchez
7ceec1ddac libs: proper version and soversion in vtk-m libs
This commit reflects the changes of VTK-m API/ABI release plans in
which we attempt ABI compatibility in patch releases.

- It also sets the version/soname for diy thirdparty module lib
2022-10-10 13:49:56 -04:00
Vicente Bolea
169e788e2d Merge topic 'add-final-release-notes'
6dfd4767f NewRelease: include extra steps

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2878
2022-10-10 12:05:37 -04:00
Kenneth Moreland
15f9c168f6 Merge topic 'mpi-init' into release-1.9
90c7e7707 Initialize DIY in vtkm::cont::Initialize

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Vicente Bolea <vicente.bolea@kitware.com>
Merge-request: !2880
2022-10-09 12:59:10 -04:00
Kenneth Moreland
600857deff Merge branch 'release-1.9' 2022-10-09 12:59:10 -04:00
Kenneth Moreland
53420f2b36 Merge topic 'mpi-init'
90c7e7707 Initialize DIY in vtkm::cont::Initialize

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Vicente Bolea <vicente.bolea@kitware.com>
Merge-request: !2880
2022-10-09 12:59:10 -04:00
Vicente Adolfo Bolea Sanchez
6dfd4767f1 NewRelease: include extra steps
- add final release prerequisites
- add final release-specific branch task
2022-10-08 19:32:48 -04:00
Vicente Bolea
56c52227e0 Merge topic 'add-regression-test'
7e99e256b perftest: add perf regression test
ebdd6b55a perftest: add benchmark build
19f10b9a0 compare.py: add normal and t-student utest
706bd8d2b compare.py: disable color when not in a term

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2726
2022-10-07 18:06:05 -04:00
Vicente Adolfo Bolea Sanchez
7e99e256bb perftest: add perf regression test 2022-10-07 17:42:12 -04:00
Kenneth Moreland
90c7e77075 Initialize DIY in vtkm::cont::Initialize
This has the side effect of initialing MPI_Init (and will also
call MPI_Finalize at program exit). However, if the calling
code has already called MPI_Init, then nothing will happen.
Thus, if the calling code wants to manage MPI_Init/Finalize,
it can do so as long as it does before it initializes VTK-m.
2022-10-07 14:54:33 -06:00
Vicente Adolfo Bolea Sanchez
ebdd6b55a5 perftest: add benchmark build 2022-10-03 13:21:09 -04:00
Vicente Adolfo Bolea Sanchez
19f10b9a0b compare.py: add normal and t-student utest 2022-10-03 13:19:40 -04:00
Vicente Adolfo Bolea Sanchez
706bd8d2b7 compare.py: disable color when not in a term 2022-10-03 13:19:40 -04:00
Vicente Bolea
d8564e69e6 Merge topic 'speedup-hip-build'
7f70b354a CI: enable Kokkos_hip build in merge-requests
db770e759 CI: Limit usage of hipcc and use -O0
55e742319 CI: increase kokkos-backend test timeout

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2869
2022-09-30 17:06:11 -04:00
Vicente Adolfo Bolea Sanchez
7f70b354ae CI: enable Kokkos_hip build in merge-requests 2022-09-30 17:04:25 -04:00
Vicente Adolfo Bolea Sanchez
db770e7598 CI: Limit usage of hipcc and use -O0 2022-09-30 17:04:25 -04:00
Vicente Adolfo Bolea Sanchez
55e742319e CI: increase kokkos-backend test timeout 2022-09-30 17:04:25 -04:00
Dave Pugmire
b01629048b Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m 2022-09-29 16:23:29 -04:00
Kenneth Moreland
0df2344517 Merge topic 'contour-bug' into release-1.8
aaf49915e Fix Flying Edges z-boundary condition with non-square input

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Zhe Wang <godenwangzhe@gmail.com>
Merge-request: !2875
2022-09-29 13:37:12 -04:00
Kenneth Moreland
a22058437d Merge branch 'release-1.8' into release-1.9 2022-09-29 13:37:12 -04:00
Kenneth Moreland
5fcedac560 Merge branch 'release-1.9' 2022-09-29 13:37:12 -04:00
Kenneth Moreland
73dcbac213 Merge topic 'contour-bug' into release-1.9
aaf49915e Fix Flying Edges z-boundary condition with non-square input

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Zhe Wang <godenwangzhe@gmail.com>
Merge-request: !2875
2022-09-29 13:37:12 -04:00
Kenneth Moreland
71a1bea1ae Merge topic 'contour-bug'
aaf49915e Fix Flying Edges z-boundary condition with non-square input

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Zhe Wang <godenwangzhe@gmail.com>
Merge-request: !2875
2022-09-29 13:37:12 -04:00
Kenneth Moreland
a195ce883a Fix Flying Edges z-boundary condition with non-square input
There was a bug with Flying Edges checking the boundary conditions in
the z-direction. It was comparing the z index to the size of the y
dimension, not the z dimension. This simple typo was probably missed
because most of the tests use square meshes. To catch the problem, you
need a mesh that has a different number of points in the y and z
directions and the contour has to go past the positive z boundary.

When this error was hit, the indices for the edges on that boundary were
not recorded, and later interpolation used garbage values for edge's
point ids.
2022-09-29 08:39:52 -06:00
Kenneth Moreland
aaf49915e0 Fix Flying Edges z-boundary condition with non-square input
There was a bug with Flying Edges checking the boundary conditions in
the z-direction. It was comparing the z index to the size of the y
dimension, not the z dimension. This simple typo was probably missed
because most of the tests use square meshes. To catch the problem, you
need a mesh that has a different number of points in the y and z
directions and the contour has to go past the positive z boundary.

When this error was hit, the indices for the edges on that boundary were
not recorded, and later interpolation used garbage values for edge's
point ids.
2022-09-29 06:25:12 -06:00
Vicente Bolea
7d4f0be6d0 Merge topic 'update-newrelease-md'
165d6d936 newrelease.md: templatize newrelease.md

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2874
2022-09-28 18:07:36 -04:00
Vicente Adolfo Bolea Sanchez
165d6d936f newrelease.md: templatize newrelease.md
- Uses pyexpander as engine since we already depend on it.
- Add rules for dealing with VTK releases.
- Updates docs/ReleaseProcess.md .
2022-09-28 18:02:37 -04:00
Vicente Bolea
7496dc1e9e Merge branch 'release-1.8' 2022-09-27 17:55:08 -04:00