-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plumed now fetches the masses from pw.x correctly (v2.9) #966
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this is included till plumed 2.9
Also with some minor cleanups of the code and docs.
This option should solve once for all the problem with gnu unique symbols. I am not 100% this option will not introduce troubles linking other C++ libraries, and thus I leave the possibility to remove it with ./configure --disable-no-gnu-unique However, problems are very unlikely considering that this is the same behavior of icpc and clang. See plumed#549
* Test with and without MPI * WALKERS_MPI now throws without MPI initializated * test and error message now are more clear * clearer comments in the tests * added the last newline to the new files * PlumedHasMPI is now a function * camelCased plumedHasMPI * style aligned * moved files * created compiledtest type * compiled tests now support align with the other tests * Moved the new test in the basic directory * now the new test is completely aligned with the old ones * removed compiled test * updated the reference --------- Co-authored-by: Daniele Rapetti <[email protected]>
Proposal for mklib.sh modification
small changes in the openMP settings
Co-authored-by: Mattia Utichi <[email protected]>
* patch updated to fix plumed#960 @GiovanniBussi the fix works but i do not know if it does what you need there * removed wrong files from patch * gromacs 2023.2 hrex fix should be closer to previous behavior but likely still not functional
adding a comment to explain the new piece of code corrected F90 error and patched the wanted version of qe
@Iximiel I removed unrelated changes
@maxbonomi you need to add an example otherwise the CI test fails. I temporarily add a placeholder
I wanted to trigger the CI, but I syncronized the branch with master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The modifications from #962 but rebased on the v2.9, the modification passes the tests with qe7.0
Target release
I would like my code to appear in release 2.9
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