-
Notifications
You must be signed in to change notification settings - Fork 97
feat: Error reporting at the end of the simulatiuon #3929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
arng40
wants to merge
201
commits into
develop
Choose a base branch
from
feat/dudes/warning-report
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,269
−482
Conversation
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
… link between GEOS_THROW_CTX_IF and LVARRAY_THROW_IF_TEST( EXP, MSG, TYPE )
… in try/catch statements Problem: Retrieves everything that was thrown, so not just the message.
…/catch in main)": remove useless try/catch
…y spaces. The previous condition checked whether an argument was present and whether the option was immediately followed by a value like -test"value", which excluded valid cases like -test "value" et -test "value".
commit ec7ddc1 Author: arng40 <arnaud.dudes@capgemini.com> Date: Wed Dec 24 15:43:02 2025 +0100 uncrustify commit abc6d2a Author: arng40 <arnaud.dudes@capgemini.com> Date: Wed Dec 24 15:33:35 2025 +0100 fix encapsulation in ErrorLogger by adding BuilderPattern + improve clarity commit 7df78ff Author: arng40 <arnaud.dudes@capgemini.com> Date: Mon Dec 22 10:52:37 2025 +0100 add context to std::exception commit d4db78b Author: arng40 <arnaud.dudes@capgemini.com> Date: Mon Dec 22 10:50:34 2025 +0100 improve writeToAscii commit a2b31d1 Merge: 2a639a7 618c96f Author: Arnaud DUDES <155963334+arng40@users.noreply.github.com> Date: Mon Dec 22 09:51:10 2025 +0100 Merge branch 'develop' into refactor/dudes/error-context commit 618c96f Author: sohailwaziri <90070246+sohailwaziri@users.noreply.github.com> Date: Fri Dec 19 12:50:50 2025 -0800 feat: Multiphase hydrostatic initialisation (#3795) Co-authored-by: Sohail WAZIRI <l1162111@rdhpc-n5.desktop.cluster> Co-authored-by: Dickson Kachuma <81433670+dkachuma@users.noreply.github.com> Co-authored-by: Jian HUANG <jian.huang@totalenergies.com>
commit 35d8707 Author: arng40 <arnaud.dudes@capgemini.com> Date: Wed Dec 24 16:52:50 2025 +0100 missing const commit 4a5b4fe Author: arng40 <arnaud.dudes@capgemini.com> Date: Wed Dec 24 16:24:47 2025 +0100 remove redundant lmsg in case of multiple rank commit ec7ddc1 Author: arng40 <arnaud.dudes@capgemini.com> Date: Wed Dec 24 15:43:02 2025 +0100 uncrustify commit abc6d2a Author: arng40 <arnaud.dudes@capgemini.com> Date: Wed Dec 24 15:33:35 2025 +0100 fix encapsulation in ErrorLogger by adding BuilderPattern + improve clarity commit 7df78ff Author: arng40 <arnaud.dudes@capgemini.com> Date: Mon Dec 22 10:52:37 2025 +0100 add context to std::exception commit d4db78b Author: arng40 <arnaud.dudes@capgemini.com> Date: Mon Dec 22 10:50:34 2025 +0100 improve writeToAscii commit a2b31d1 Merge: 2a639a7 618c96f Author: Arnaud DUDES <155963334+arng40@users.noreply.github.com> Date: Mon Dec 22 09:51:10 2025 +0100 Merge branch 'develop' into refactor/dudes/error-context commit 618c96f Author: sohailwaziri <90070246+sohailwaziri@users.noreply.github.com> Date: Fri Dec 19 12:50:50 2025 -0800 feat: Multiphase hydrostatic initialisation (#3795) Co-authored-by: Sohail WAZIRI <l1162111@rdhpc-n5.desktop.cluster> Co-authored-by: Dickson Kachuma <81433670+dkachuma@users.noreply.github.com> Co-authored-by: Jian HUANG <jian.huang@totalenergies.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Will be merged after : #3902
Located after MemoryStatsOutput :
Ex :