This website requires JavaScript.
Explore
Help
Register
Sign In
CFD
/
hypre
Watch
1
Star
0
Fork
0
You've already forked hypre
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
hypre
/
AUTOTEST
/
runtests-error
2 lines
16 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
New error handling feature to print messages to memory (#920) This allows users to direct hypre's error messages to a memory buffer instead of stderr. With this, there are now three basic ways to use hypre when configured --with-print-errors: - Default (mode 0): Errors are printed immediately to stderr (there is no processor information available in this print). - Store errors in memory (mode 1) and call PrintErrorMessages to print them. - Store errors in memory (mode 1) and call GetErrorMessages to manage the error messages however you like.
2023-06-14 11:17:25 +08:00
TEST_error/*.sh
Reference in New Issue
Copy Permalink