Port the SeisSol Preprocessing folder here (now with its history)#58
Port the SeisSol Preprocessing folder here (now with its history)#58davschneller wants to merge 226 commits intomasterfrom
Conversation
…1) Get it running in the simplest way possible. That includes ugly copy&paste and calculating everything dense without exploiting zero block; SeisSol with attenuation will be dead slow. 2) Refactor everything, that is, elimate common parts between the elastic and viscoelastic parts. Furthermore, the initialisation shall be improved in order to allow for different sets of matrices (e.g. A* composed of several submatrices). 3) Implement a 9 + 3*L DOF splitting. This will drastically improve the speed of the computation and communication.
…d coded before: huge speed-up
…easier adjustable to non-LRZ systems added features to run performance regession as well
This reverts commit 913384d. Conflicts: src/Physics/ini_model_DR.f90
…(setup, benchmark, analyze) automatically on a slurm-based system
added script to extract the largest misfist per executed sceanrio in a workflow
…f.cdl (which can be used to generates code with ncgen).
…r view; gmsh to gambit converter.
Prepare for header cleanup; Clang-format/-tidy 21
Update the copyright year to 2026
I think it is a nice idea to have to the commit history, just in case some changes need to be tracked, or any kind of results diverged with time.
|
|
I also think it is a good idea to export the full history (but may clutter the history of this repo?). "This file has been transferred from SeisSol/SeisSol. The full history can be found by checking out SeisSol/SeisSol at commit xxxx." Apart from that, I would suggest removing:
I would also consider removing asagiconv (I have the impression that it could be re-implemented with a few lines of Python and the easi module). |
That sounds great as well. ... Maybe, as suggestion: how about we delete these files in the SeisSol main repo first; then we can see further? Might help with deciding further about this PR or its follow-up version. (I can prepare a branch, if you'd want me to (but anyone else, feel free to volunteer); though I'd probably keep asagiconv until we have the Python script ready ... Probably we could also spin off |
Can we move them somewhere? Or just collect them in a common place where all the legacy scripts are stored, in a case someone wants to find or look for them later on.
You can go ahead with it, I guess given that you already did this. |
|
No need for a legacy scripts folder, IMO. They can still be found in the GitHub history, even if the files have been removed (you need to know they existed to look for them). |
|
Ok, done. Have SeisSol/SeisSol#1545 ; I've also thrown out W.r.t. old files: there's also the "old" tags, like e.g. v1.0 which should have preprocessing/postprocessing dirs that contain all old files. |
|
Well then; the remaining "mass" of scripts and tools is rather small (see here for the current state). Personally, I wouldn't really care on how we exactly proceed. We can either:
Open for all three options. :) |
Same, open for all three, but as Thomas already prefers the third, we can go with that. |
Add the SeisSol
preprocessingfolder (or what's left of it after some recent purge of very old files).This time, it includes the commit history of everything from there up to date (done using
git-filter-repo). ... The question would be—do we (really) want that, or not? Otherwise, it would just be a "normal" merge.Also, it should make
rconvmore SeisSol-independent.Probably a point that's still open is the folder structure of the repo now.
Once this one's merged, we can close the
preprocessingfolder on the SeisSol.