-
- Downloads
Properly set compilation flags for OBJECT targets
Previously, some of the custom GROMACS flags were not properly passed. Mostly warnings, but also `-fexcess-precision=fast` and `-funroll-all-loops`. As a consequence, missing warnings allowed it to go unnoticed that `pulling` module was compiled without OpenMP. This omission is also fixed here. Refs #4747
Showing
- docs/release-notes/2023/2023.1.rst 7 additions, 0 deletionsdocs/release-notes/2023/2023.1.rst
- src/gromacs/options/CMakeLists.txt 3 additions, 0 deletionssrc/gromacs/options/CMakeLists.txt
- src/gromacs/pulling/CMakeLists.txt 8 additions, 0 deletionssrc/gromacs/pulling/CMakeLists.txt
- src/gromacs/taskassignment/CMakeLists.txt 3 additions, 0 deletionssrc/gromacs/taskassignment/CMakeLists.txt
Please register or sign in to comment