Skip to content
Snippets Groups Projects
Unverified Commit 65021761 authored by Mark Abraham's avatar Mark Abraham Committed by GitHub
Browse files

Let GROMACS runtime logs show PLUMED patch active

Knowing which PLUMED version has patched GROMACS is potentially valuable information for GROMACS and PLUMED users and developers troubleshooting their runs.
parent bee3c994
No related branches found
No related tags found
No related merge requests found
......@@ -29,5 +29,8 @@ EOF
plumed_before_patch(){
plumed_patch_info
mv cmake/gmxVersionInfo.cmake cmake/gmxVersionInfo.cmake.preplumed
awk -v version="$PLUMED_VERSION" '/^set\(GMX_VERSION_STRING_OF_FORK/{gsub(/""/, version)}; {print}' cmake/gmxVersionInfo.cmake.preplumed > cmake/gmxVersionInfo.cmake
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment