Port the SeisSol Preprocessing folder here (now with its history)#58
Open
davschneller wants to merge 226 commits intomasterfrom
Open
Port the SeisSol Preprocessing folder here (now with its history)#58davschneller wants to merge 226 commits intomasterfrom
davschneller 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.
Use C++17 standard for rconv
Move Azure CI to Github Actions
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.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.