- 23 Aug, 2022 3 commits
-
-
Kai Germaschewski authored
Pr/fix-filename-overflow
-
Kai Germaschewski authored
-
Kai Germaschewski authored
-
- 26 Jul, 2022 1 commit
-
-
Kai Germaschewski authored
cmake: export compiler commands (for vscode)
-
- 05 Jul, 2022 1 commit
-
-
James authored
For this to matter, you also need .vscode/c_cpp_properties.json with "configurations": [ "name": <name>, "compileCommands": "${workspaceFolder}/build/compile_commands.json" ] (see the C/C++ extension for details)
-
- 16 May, 2022 2 commits
-
-
Kai Germaschewski authored
python: add initial (dumb) pschdf5 xarray reader
-
Kai Germaschewski authored
-
- 18 Apr, 2022 6 commits
-
-
Kai Germaschewski authored
bnd_fields: resurrect/fix conducting wall boundary condition
-
Kai Germaschewski authored
-
Kai Germaschewski authored
psc: fix overzealous assert in WriterMRC
-
Kai Germaschewski authored
It is okay to output less than all components.
-
Kai Germaschewski authored
python: allow specifying lower left corner
-
Kai Germaschewski authored
The real fix for this is to store this info and read it back, but for now I'm just hacking around this missing feature
-
- 05 Mar, 2022 4 commits
-
-
Kai Germaschewski authored
assorted fixes
-
Kai Germaschewski authored
-
Kai Germaschewski authored
-
Kai Germaschewski authored
-
- 14 Feb, 2022 2 commits
-
-
Kai Germaschewski authored
perfetto: add (optional) tracing via existing prof...
-
Kai Germaschewski authored
-
- 12 Feb, 2022 2 commits
-
-
Kai Germaschewski authored
psc/checks: fix MPI_Comm_free() after MPI_Finalize()
-
Kai Germaschewski authored
This was a minor problem since the simulation is over by that time, but the writers really should never have been static variables in the first place.
-
- 22 Jan, 2022 4 commits
-
-
Kai Germaschewski authored
Pr/m1 collective
-
Kai Germaschewski authored
-
Kai Germaschewski authored
-
Kai Germaschewski authored
Selecting a subset has issues, this makes sure that by default at least things work, including in the z direction where the limit was 100,000 only.
-
- 21 Jan, 2022 1 commit
-
-
Kai Germaschewski authored
-
- 07 Jan, 2022 3 commits
-
-
Kai Germaschewski authored
fix the xdmf fix :(
-
Kai Germaschewski authored
-
Kai Germaschewski authored
-
- 05 Jan, 2022 2 commits
-
-
Kai Germaschewski authored
io/xdmf: fix in xdmf-m1 output
-
Kai Germaschewski authored
I'm not sure what I was thinking when I tried to handle the slab subselection case, but I definitely wasn't thinking straight.
-
- 30 Dec, 2021 2 commits
-
-
Kai Germaschewski authored
workaround balancing crash in flatfoil case
-
Kai Germaschewski authored
-
- 14 Nov, 2021 1 commit
-
-
Kai Germaschewski authored
io/threaded: do a proper task queue
-
- 13 Nov, 2021 3 commits
-
-
Kai Germaschewski authored
Hopefully that'll avoid mpi complaining about running out of threads
-
Kai Germaschewski authored
libmrc: link math library
-
Kai Germaschewski authored
Not sure why this is showing up now (on Summit), but at least it's an easy fix.
-
- 25 Oct, 2021 3 commits
-
-
Kai Germaschewski authored
another go at making threaded I/O work
-
Kai Germaschewski authored
It shouldn't be necessary.
-
Kai Germaschewski authored
hopefully for good this time...
-