ascent
ascent copied to clipboard
A flyweight in situ visualization and analysis runtime for multi-physics HPC simulations
Some files in vtkm_filters point to worklets provided by vtk-m, this is not ideal since it bloats the build size for redundant code. VTK-m has gone through the process of...
provide docs, tips, and examples to show where to check that things are executing on the GPUs as expected.
Hi, When i use the expression with jitable attribute, such as `- action: "add_pipelines" pipelines: pl1: f1: type: "expression" params: expression: "topo('mesh').cell.volume" name: "cell_volume"` there is a error message: message:...
From ascent's using-with-cmake example: ``` /cmake-3.23.2-linux-x86_64/bin/cmake -E cmake_link_script CMakeFiles/ascent_render_example.dir/link.txt --verbose=1 /opt/rocm/llvm/bin/amdclang++ -lm -ldl CMakeFiles/ascent_render_example.dir/ascent_render_example.cpp.o -o ascent_render_example -Wl,-rpath,/home/user/ascent/install/lib://install/umpire-2022.03.1/lib://install/camp-2022.03.0/lib://install/vtk-m-v1.8.0/lib://install/kokkos-3.6.01/lib:/opt/rocm/lib://install/mfem-4.4/lib://install/conduit-v0.8.3/lib:/install/hdf5-1.12.2/lib /home/user/ascent/install/lib/libascent.so /home/user/ascent/install/lib/libascent_flow.so //install/umpire-2022.03.1/lib/libumpire.so //install/camp-2022.03.0/lib/libcamp.so -lblt_hip_runtime /home/user/ascent/install/lib/librover.so /home/user/ascent/install/lib/libvtkh_rendering.so /home/user/ascent/install/lib/libvtkh_filters.so /home/user/ascent/install/lib/libvtkh_compositing.so /home/user/ascent/install/lib/libvtkh_core.so /home/user/ascent/install/lib/libvtkh_utils.so /home/user/ascent/install/lib/libascent_lodepng.so //install/vtk-m-v1.8.0/lib/libvtkm_filter_extra-1.8.so.1...
Using this issue to track all steps for to update to latest Spack for our CI builds and deployment on ECP platforms. Changes needed to existing dependent packages on spack...
Since the attempt in https://github.com/Alpine-DAV/ascent/pull/444, our CMake logic has changed quite a bit, negating most of the suggested changes. That said, there are parts of this PR we should work...
@jfavre noticed strange binning extents, namely that his scalar range max was off by one (too high) This is the source of the issue: https://github.com/Alpine-DAV/ascent/blob/deef65e39f3b2792a40281439c4f614488349c0b/src/ascent/runtimes/expressions/ascent_expression_filters.cpp#L2865 We need to either use...
filter filtering on, extract filter w/o type - logic cascades in a way that provides confusing advice. (full parsing of actions happen later, it would detect that `type` is missing)...