Closed Iximiel closed 1 year ago
Attention: 3 lines
in your changes are missing coverage. Please review.
Comparison is base (
ae54bc5
) 84.11% compared to head (7a9de3d
) 84.11%.:exclamation: Current head 7a9de3d differs from pull request most recent head 05ac10b. Consider uploading reports for the commit 05ac10b to get more accurate results
Files | Patch % | Lines |
---|---|---|
src/core/PlumedMain.cpp | 87.50% | 2 Missing :warning: |
src/tools/DLLoader.cpp | 80.00% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Knowing the problems with the new direction of pycv in Unix I added the possibility to LOAD shared object with the RTLD_GLOBAL option, if needed the standard behaviour is not changed.
I changed some names in the load method of PlumedMain, for readability.
Target release
I would like my code to appear in release 2.10
Type of contribution
Copyright
COPYRIGHT
file with the correct license information. Code should be released under an open source license. I also used the commandcd src && ./header.sh mymodulename
in order to make sure the headers of the module are correct.Tests