TotoGaz
TotoGaz
After the refactoring of #1418 we have a `CellBlockManagerABC` with the following interface (this is a _subset_ chosen for the discussion). ```c++ class CellBlockManagerABC { public: ... virtual array2d< real64,...
Tests `testTensorOpsInverseTwoArgs` and `testTensorOpsInverseOneArg` are actually failing due to numerical imprecision. (The error message is a bit scarier than what it should be 🤣 ) The computation of 2x2 and...
During my investigation for the `testPacking` unit test, the error was (first) revealed in the `PackDataDevice` for `array1d` of `R1Tensor`. How the `R1Tensor` is packed is really c++ precise/tricky. I...
Hi @corbett5 do you know if somebody's working on this? I still cannot pass the unit tests on Pangea3 (despite your previous patch) and I do not how to move...
This is great that you got a tiny reproducer. It's always been clear that there was issues with the ghost cells, but with this mesh it's surely easier to debug...
I don't have Windows 😉 🤷 It's been the case for ~20 years (except powerpoint or mails)!
The problem when building GEOSX without WSL is that you need to solve the issues for all our TPLs. We have no grip on this.
I think Jaewoo (cannot find a github account) did compile on WSL. He could surely help!
@Yifu93 Are you able to run a small test case of `hdf5` in parallel using `mpio` (i.e. out of GEOSX)? Like https://docs.h5py.org/en/stable/mpi.html if you want to use python, but you...
@wrtobin Does that ring any bell to you? Is there anything tricky we do to write arrays in `hdf5`?