Sebastian Wolf

Results 65 comments of Sebastian Wolf

The output, I have attached was with the preinstalled version on our cluster. I'll give 5.2.2 a try.

I get this error `likwid-perfctr:160: attempt to call a nil value (field 'perf_event_paranoid')` at the startup of likwid-perfctr for v5.2.2. I did a git bisect from v5.2.2 backwards and found...

Thanks for your support and your patience. After a `make distclean`, I can use v5.2.2 and get the expected results!

I guess we can close this PR. Since #625, we already have fty as a submodule.

Hi @Thomas-Ulrich, it seems to me that rpc is not installed on our cluster ;-) What I did: 1.) install libtirpc manually into my home directory https://www.linuxfromscratch.org/blfs/view/svn/basicnet/libtirpc.html 2.) `find test...

https://github.com/SeisSol/SeisSol/blob/7afdc0ec29af4aa188fc18fd15d19f08b26aa74e/src/SourceTerm/Manager.cpp#L455 This line is broken in multi-node setups. Edit: Fixed with [3800244](https://github.com/SeisSol/SeisSol/pull/385/commits/38002449fc5998aa398ccb3034e4c05a7bc7d83e)

I think, nobody has tried to tweak XDMFWRITER_BLOCK_SIZE. The 8388608 is just a magic number (although motivated) that everybody copies around. Maybe, we can write some documentation of how to...

I tested the fully-coupled palu scenario with R&S friction, mesh `BATNAS_v1.0_manual_final2`, with the dunavant rule and order 6. I've got no problems so far. Can you try order 6 for...

Or could you change this line https://github.com/SeisSol/Training/blob/b09bfe3ff732256d95d0ea0b64eb80f5e61b853b/sulawesi/Sulawesi_initial_stressRS.yaml#L18 to `1.0-0.999*Sx;`? Then the taper is smooth.

> Or could you change this line https://github.com/SeisSol/Training/blob/b09bfe3ff732256d95d0ea0b64eb80f5e61b853b/sulawesi/Sulawesi_initial_stressRS.yaml#L18 to `1.0-0.999*Sx;`? Then the taper is smooth. This fixes the problem, although this is not the desired behaviour of SeisSol.