Sebastian Wolf

Results 65 comments of Sebastian Wolf

If you want to see some details, how we installed SeisSol in a container, you can have a look at our Training repository: https://github.com/SeisSol/Training/blob/main/Dockerfile. It seems to me that now...

We could leave `rconv` in the SeisSol repository for now, since it does not fit into neither meshing nor visualization. I'd keep validation here or move it to `precomputed-seissol`. We...

`MPI_Aint_diff` is a MPI-3.1 feature. It seems to me that you've found MPI v3.1 on your system, but apparently it is not linked correctly. The proxy does not have a...

Hi, thanks for reporting. This is actually a feature not a bug ;-) https://github.com/SeisSol/SeisSol/blob/master/src/DynamicRupture/Output/ReceiverBasedOutput.cpp#L307-L319 Actually, this is a quite complicated topic. The physics of coulomb friction say that traction strength(t=0)...

You can just ignore the `ln` command. The first command already moves the binary to `$HOME/bin`. Feel free to open a PR with a fix, i.e. remove the link command....