Jørgen Schartum Dokken
Jørgen Schartum Dokken
> Hello. Version 0.9.0 is now in Debian unstable, and we still have to disable `test_original_checkpoint` on single-CPU systems, because otherwise the machine hangs (as if it entered an endless...
> @drew-parsons Yes, it fails again, even after I put the new variables in place. Maybe this is a different issue than before and we should open a new one,...
> Is it worth using `xfail` rather than `skipif`, to monitor if the cluster subsystem becomes robust enough to pass the test in the future? If it is currently hanging,...
@sanvila do you mind testing: https://github.com/jorgensd/adios4dolfinx/pull/140 to see if it resolves the issue for you, or if I have to intercept the number of cpu's earlier?
Resolved in v0.9.1
> We definitely don't want to update it! Any harm in just removing it? I dont think so. Historically, it had been used to map commits from different emails to...
@IgorBaratta is this resolved with: https://github.com/FEniCS/dolfinx/blob/main/cpp/demo/codim_0_assembly/main.cpp#L114-L122 or do we need to add more doc-strings to it?
Currently DG-0 support in VTX is limited by: https://github.com/ornladios/ADIOS2/issues/4179
> What is the recommended way to output both CG1 and DG0 time dependent data? I would interpolate the CG1 and DG0 data into a compatible function space (DG1). As...
This doesn't seem to give the right result for me if using a vector-function for the non-constant space. Minimal test that I added to `python/test/unit/io/test_adios2.py`: ```python def test_dg_0_data(self, tempdir): """Test...