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-struct
2 lines
17 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Add HYPRE_DEVELOP variables (#472) This commit introduces three new variables to the 'HYPRE_config' file through both the autoconf and CMake builds. They are defined only when there is a '.git' directory present, and are otherwise left undefined. These new variables may help users who work directly with the development branch of hypre to keep their code current and backward compatible with previous releases and also individual commits between those releases. The new variables are: HYPRE_DEVELOP_STRING - a string created from the 'git describe' command that indicates the last release tag, the number of commits beyond that last release, and the corresponding commit hash. HYPRE_DEVELOP_NUMBER - the number of commits since the last release. HYPRE_DEVELOP_BRANCH - defined only if the main development branch is being used, and is set to the name of that branch (currently master). The commit also adds runtime regression tests for the variables in the 'src/test' directory.
2021-09-21 11:05:58 +08:00
TEST_struct/*.sh
Reference in New Issue
Copy Permalink