- 09 Apr, 2018 2 commits
-
-
Kenneth Moreland authored
The check to determine the version of VTK-m from git was duplicated in CMakeLists.txt. Although pointless, it generally was not a big deal (only an extra check when running CMake). Except for some reason with the latest changes to the CMake build the second time find_package(Git) was called on my system the GIT_EXECUTABLE variable got cleared out and that caused the configure to fail. I have no idea why this happens (and running CMake again seems to fix the problem), but simply removing the extraneous find seems fix the problem.
-
Robert Maynard authored
-
- 23 Feb, 2018 1 commit
-
-
Robert Maynard authored
-
- 30 Jan, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -q 3` via downstream VTK
-
- 18 Jan, 2018 3 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 17 Jan, 2018 2 commits
-
-
Ben Boeckel authored
Projects might want to force these without giving users the indication that their choices actually matter.
-
Robert Maynard authored
Most of the code was unneeded as the primitive types have a minimum required size that we can rely on.
-
- 16 Jan, 2018 5 commits
-
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Ben Boeckel authored
Projects might want to force these without giving users the indication that their choices actually matter.
-
Ben Boeckel authored
It's an internal detail and if it doesn't exist, it is handled properly.
-
- 08 Jan, 2018 6 commits
-
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
The benchmarking isn't installed as part of vtk-m and therefore shouldn't be under vtkm/
-
Robert Maynard authored
-
Robert Maynard authored
This way in the future it is easier to make currently mutually exclusive compile options be all enabled at the same time.
-
- 03 Jan, 2018 1 commit
-
-
Utkarsh Ayachit authored
-
- 28 Dec, 2017 1 commit
-
-
Robert Maynard authored
-
- 15 Dec, 2017 2 commits
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
Adding option to enable MPI. When enabled, we do `find_package(MPI)` in the Base component itself.
-
- 16 Nov, 2017 1 commit
-
-
Matthew Letter authored
Ported cpu vectorization flags over to new CMake file called CPUVectorization.cmake and refactored some of the logic to use an interface lib.
-
- 08 Nov, 2017 1 commit
-
-
Allison Vacanti authored
VTK doesn't hide symbols for static builds, which results in linker errors for VTK targets that link with VTK-m. This option allows VTK-m to match VTK's behavior.
-
- 31 Oct, 2017 2 commits
-
-
Matthew Letter authored
-
Matthew Letter authored
added doxyfile and vtkmBuildDocumentation.cmake back into the build process and tested that they built out the html docs.
-
- 27 Oct, 2017 3 commits
-
-
Robert Maynard authored
Obviously this does mean that CUDA is not supported with 3.3.
-
Robert Maynard authored
-
Robert Maynard authored
-
- 23 Oct, 2017 1 commit
-
-
Allison Vacanti authored
This is causing issues when building ParaView with VTK-m and VTK kits enabled.
-
- 03 Oct, 2017 1 commit
-
-
Allison Vacanti authored
-
- 02 Oct, 2017 2 commits
-
-
Allison Vacanti authored
Files like VTKmConfig.cmake are now under: prefix/lib/cmake/vtkm-1.0/, rather than prefix/lib to allow multiple vtkm versions to share an installation prefix.
-
Allison Vacanti authored
-
- 20 Sep, 2017 1 commit
-
-
Kenneth Moreland authored
Sandia National Laboratories recently changed management from the Sandia Corporation to the National Technology & Engineering Solutions of Sandia, LLC (NTESS). The copyright statements need to be updated accordingly.
-
- 28 Aug, 2017 3 commits
-
-
Shawn Waldon authored
-
Shawn Waldon authored
When used as a submodule, redefining LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH fails since the CMake default variables from the containing project already exist.
-
Allison Vacanti authored
This was requested by ParaView for performance reasons.
-
- 10 Aug, 2017 1 commit
-
-
Robert Maynard authored
CMake has several default build types, but if nothing is specified when configuring your project it defaults to an empty string and no optimization flags are used. It will now default to using a debug build if the source directory is a git clone, or a release build if not. Additionally when using ccmake or cmake-gui this will provide a nice list of possible options for CMAKE_BUILD_TYPE.
-