Alex Dutka

Results 20 issues of Alex Dutka

Hi! I recently switched to Kokkos 3.6 (from 3.4) and I noticed several new warnings during my builds. Most of them could be disabled by turning off deprecated code (`Kokkos_ENABLE_DEPRECATED_CODE_3=Off`),...

Question

Hi! Using Kokkos on a daily basis over the past 3 years (btw thank you guys for the amazing job, I love Kokkos it really is a game changer IMHO),...

Enhancement

This PR contains a handful of small helper extractions to simplify the ``to_cpp1.h`` file, which reduces its length by about 1000 lines. Indeed, this file is very long and I...

Adds a CITATION.cff file to the repo to ease citing in research papers and technical reports

Hi! Looking back on a few years of working on a daily basis in a Kokkos based CFD solver, I have noticed that I have come to write lots of...

Question

**Description** I don't get what the purpose of this macro is, but the compiler complains that it declares a function which is never called. ``` In file included from /Users/adutka/hopps/tpls/t8code/sc/src/sc.h:210:...

Title says it all :)

Hi! Another question about t8code's capabilities: would it be possible to dump a file on disk with the current state of the mesh adaptation, in order to eventually resume mesh...

**Description** The ``mpi``, ``openmp``, ``json``, ``enable-file-deprecated``, ``enable_p6est``, ``enable_p8est``, ``vtk_binary`` and ``zlib`` CMake options can easily collide with other projects. I think that it is a significant problem especially for the...

enhancement