Bruno Turcksin
Bruno Turcksin
Our code is based on [deal.II](https://dealii.org/) and they have a function a function (see [here](https://dealii.org/current/doxygen/deal.II/namespaceDataOutBase.html#afcc7a28f382c0bc409bae1aa1aff7591)) that creates the vtk file for us. deal.II is a general finite element library not...
Can you share the `test1.info` file. It's hard to tell without seeing the input file. However since the code runs to completion, I don't think that the issue is with...
Thanks, I'll take a look as soon as possible.
The problem is in the scan path. In your `scan.txt`, a lot of your segments use the spot mode for zero second and zero power. This does nothing but "move"...
The temperature in the part depends on source parameters and the material properties. These depend on the experiment that you are trying to simulate. I don't know what values make...
Sounds good
Let's just remove these options. We have too many inputs...
You need to fix the format or our test suite won't run
@masterleinad In your example the different values of `c` are known at compile time, so the compiler can do all the optimization it wants. `chunk_size` is a runtime value which...
@Rohit-Kakodkar don't worry about OpenMP-Target. There is an issue when using CUDA clang ``` /var/jenkins/workspace/Kokkos_PR-8164/core/src/Cuda/Kokkos_Cuda_Parallel_Range.hpp:86:9: error: unknown pragma ignored [clang-diagnostic-unknown-pragmas] 86 | #pragma unroll | ^ ``` You need to...