Thomas-Ulrich
Thomas-Ulrich
Sounds like a memory leak?
Hi, The plastic energy calculation is here: https://github.com/SeisSol/SeisSol/blob/master/src/ResultWriter/EnergyOutput.cpp#L349 mu and volume should be positive, so certainly ``pstrainCell[6 * NUMBER_OF_ALIGNED_BASIS_FUNCTIONS]`` gets negative. ``pstrainCell[6 * NUMBER_OF_ALIGNED_BASIS_FUNCTIONS to 6 * NUMBER_OF_ALIGNED_BASIS_FUNCTIONS + NUMBER_OF_ALIGNED_BASIS_FUNCTIONS-1]``...
I've started to review this PR, and I thought I could already do the proposed changes, it is here: https://github.com/SeisSol/SeisSol/tree/thomas/usgs_conversion Note the description of the srf file is here: https://seissol.readthedocs.io/en/latest/kinematic.html...
Ian had the same issue with the 2 meshes (175M and 470M). so yes it seems.
just want to follow up: I just run twice the same setup, with the same number of nodes. num_nodes: 8195 ntasks: 16390 The first one has nan, the second works...
The bug is still there with the current master (built 15 may, spack says hte hash is daigfrx but I don't see this hash in the repository), I just ran...
Thanks @davschneller, Where can I add a print statement somewhere that would verify if we are indeed in this situation? I can then run this setup many times until I...
Hi, Thank you! So I've run the setup for more 100 times (end time 0.1s) and did not get any nan detected (so it is probably much less frequent than...
50171 nodes, 289155 cells. ``` Tue May 28 09:54:29, Info: Found 289155 cells Tue May 28 09:54:29, Info: Found 50171 vertices Tue May 28 09:54:29, Info: Computing LTS weights. Tue...