- 17 Apr, 2020 4 commits
-
-
Nick Thompson authored
-
Nick Thompson authored
-
Nick Thompson authored
-
Nick Thompson authored
-
- 16 Apr, 2020 12 commits
-
-
6dc0b394 Fix reduce-by-key with a fancy output array Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !2047
-
314a30ff Restrict the OpenMP threads # gitlab-ci tests uses Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !2046
-
Kenneth Moreland authored
If you gave ReduceByKey a fancy output array that decorated another array, you could get a runtime error for using an invalid array (if the device adapter used the generic algorithm). The problem was that ReduceByKey creates a temporary array, and that array was given the same storage as the output array. That might not be valid for fancy arrays, so instead use the default storage for the temporary array.
-
52f157e4 Fix scan-by-key with a fancy output array Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !2045
-
Robert Maynard authored
A single gitlab-runner can run multiple test stages concurrently on the same hardware. When we have 3 jobs asking for 100% of the cpu's we get a 300% reduction in performance caused by task switching
-
5c16b3be ubuntu1604 builders now use the correct c && c++ compilers 3c80b35b ubuntu1604 test step needs to know where MPI install location is 889cb33d gitlab-ci test jobs better handle false positive failures b2823d79 ubuntu1604 gcc48 builder install test now pass 93cbea2d Update README with update CMake and compiler tested versions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2042
-
Robert Maynard authored
-
Robert Maynard authored
It needs the MPI location so that it can properly compile users of VTK-m with MPI as part of `*_built_against_test_install` tests
-
Robert Maynard authored
If ctest had to re-run failed tests and those test pass we now consider it a successful run
-
Kenneth Moreland authored
If you gave ScanInclusiveByKey a fancy output array that decorated another array, you would get a runtime error for using an invalid array. The problem was that ScanInclusiveByKey creates a temporary output array and then copies the result to the actual output array. The problem was that the temporary output array was given the same storage as the output array, which won't work if the output array is fancy. Instead, make the storage for the temporary array default.
-
Robert Maynard authored
Problem was that CMake 3.12 was the CMake version used in the build image, and test image was using 3.13. This was a problem as the install test invocation aren't backwards convertible and therefore failed.
-
Robert Maynard authored
-
- 15 Apr, 2020 6 commits
-
-
e9797368 Update gitlab-ci to use a version of sccache that supports CUDA Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2044
-
Robert Maynard authored
-
507e87c0 gitlab ci tests jobs now timeout after 50min Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2043
-
Robert Maynard authored
When load is high on machines it can take that long for debug builds to complete
-
24342542 Flying Edges now works with multiple contours Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Merge-request: !2039
-
6c7855ae relax ThreadIndicesType requirements for WorkletInvokeFunctorDetail Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !2035
-
- 14 Apr, 2020 2 commits
-
-
c102ea55 Update cmake minimum required version to 3.12 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !2037
-
Robert Maynard authored
-
- 13 Apr, 2020 1 commit
-
-
Sujin Philip authored
-
- 10 Apr, 2020 5 commits
-
-
f6ed4060 Revert "Update gitlab-ci to use a version of sccache that supports CUDA" Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2038
-
Robert Maynard authored
This reverts commit 5b469b75.
-
Vicente Bolea authored
Signed-off-by:
Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com>
-
5b469b75 Update gitlab-ci to use a version of sccache that supports CUDA Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2033
-
Robert Maynard authored
-
- 09 Apr, 2020 2 commits
-
-
24a264fc Add scripts to allow developers to replicate CI environments Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Merge-request: !2030
-
Robert Maynard authored
To simplify reproducing docker based CI workers locally, VTK-m has python program that handles all the work automatically for you. The program is located in `[Utilities/CI/reproduce_ci_env.py ]` and requires python3 and pyyaml. To use the program is really easy! The following two commands will create the `build:rhel8` gitlab-ci worker as a docker image and setup a container just as how gitlab-ci would be before the actual compilation of VTK-m. Instead of doing the compilation, instead you will be given an interactive shell. ``` ./reproduce_ci_env.py create rhel8 ./reproduce_ci_env.py run rhel8 ``` To compile VTK-m from the the interactive shell you would do the following: ``` > src]# cd build/ > build]# cmake --build . ```
-
- 08 Apr, 2020 1 commit
-
-
0a6f6698 add whitespace ecd1512d render 2d mesh lines Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !2031
-
- 07 Apr, 2020 2 commits
-
-
Matt Larsen authored
-
Matt Larsen authored
-
- 03 Apr, 2020 2 commits
-
-
4416f855 Fixing ColorTable::PrepareForExecution and DispatcherMapField Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2028
-
Jérôme Dubois authored
-
- 02 Apr, 2020 3 commits
-
-
e6f86c2a Only check sentinel-data if testing is enabled 9ad4ad72 Add content to sentinel-data Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2022
-
Kenneth Moreland authored
If testing is not enabled, then we don't need the files in data.
-
Kenneth Moreland authored
It makes me irrationally nervous to check an empty file as the sentinel data. Instead, add some text that can be compared agains. Also add some explenation to the file to prevent naive developers from messing with the file.
-