Skip to content
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

Misleading realpath petsc error #15718

Closed
fdkong opened this issue Aug 6, 2020 · 0 comments · Fixed by #15719
Closed

Misleading realpath petsc error #15718

fdkong opened this issue Aug 6, 2020 · 0 comments · Fixed by #15719
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@fdkong
Copy link
Contributor

fdkong commented Aug 6, 2020

Reason

When users have a not-exist input file path, they possibly receive this error message:

[0]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------
[0]PETSC ERROR: Error in external library
[0]PETSC ERROR: realpath()
[0]PETSC ERROR: See https://www.mcs.anl.gov/petsc/documentation/faq.html for trouble shooting.
[0]PETSC ERROR: Petsc Release Version 3.12.5, unknown 

We should replace this with a more-sense message such as:

Failed to get real path for

Design

Override the petsc behavior in moose.

Impact

None

@fdkong fdkong added T: task An enhancement to the software. P: normal A defect affecting operation with a low possibility of significantly affects. labels Aug 6, 2020
fdkong added a commit to fdkong/moose that referenced this issue Aug 6, 2020
fdkong added a commit to fdkong/moose that referenced this issue Aug 6, 2020
fdkong added a commit to fdkong/moose that referenced this issue Aug 6, 2020
jiangwen84 pushed a commit to jiangwen84/moose that referenced this issue Sep 15, 2020
lynnmunday pushed a commit to lynnmunday/moose that referenced this issue Sep 21, 2020
jain651 pushed a commit to jain651/moose that referenced this issue Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants