-
Notifications
You must be signed in to change notification settings - Fork 0
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
Setting up the tests #2
base: cmake
Are you sure you want to change the base?
Commits on Mar 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 56c3fc1 - Browse repository at this point
Copy the full SHA 56c3fc1View commit details
Commits on Apr 2, 2023
-
Massimiliano Bonomi committed
Apr 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 6971f12 - Browse repository at this point
Copy the full SHA 6971f12View commit details -
changed my mind about filenames
Massimiliano Bonomi committedApr 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 169a2f2 - Browse repository at this point
Copy the full SHA 169a2f2View commit details -
Massimiliano Bonomi committed
Apr 2, 2023 Configuration menu - View commit details
-
Copy full SHA for ccdfa92 - Browse repository at this point
Copy the full SHA ccdfa92View commit details -
Massimiliano Bonomi committed
Apr 2, 2023 Configuration menu - View commit details
-
Copy full SHA for eba8bfa - Browse repository at this point
Copy the full SHA eba8bfaView commit details
Commits on Apr 5, 2023
-
Massimiliano Bonomi committed
Apr 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 64abf1f - Browse repository at this point
Copy the full SHA 64abf1fView commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9e1622a - Browse repository at this point
Copy the full SHA 9e1622aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ee79ed - Browse repository at this point
Copy the full SHA 9ee79edView commit details
Commits on Apr 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ad4962d - Browse repository at this point
Copy the full SHA ad4962dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 004c253 - Browse repository at this point
Copy the full SHA 004c253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d6402c - Browse repository at this point
Copy the full SHA 4d6402cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c145a4 - Browse repository at this point
Copy the full SHA 8c145a4View commit details -
DRR: add output of zgrad for debugging and inspecting the spring forces
Also with some minor cleanups of the code and docs.
Configuration menu - View commit details
-
Copy full SHA for a98bcf5 - Browse repository at this point
Copy the full SHA a98bcf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 347cd8e - Browse repository at this point
Copy the full SHA 347cd8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a2999c - Browse repository at this point
Copy the full SHA 9a2999cView commit details
Commits on Apr 24, 2023
-
DRR: add output of zgrad for debugging and inspecting the spring forces
Also with some minor cleanups of the code and docs.
Configuration menu - View commit details
-
Copy full SHA for 58c2430 - Browse repository at this point
Copy the full SHA 58c2430View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4518787 - Browse repository at this point
Copy the full SHA 4518787View commit details -
Configuration menu - View commit details
-
Copy full SHA for 700164c - Browse repository at this point
Copy the full SHA 700164cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95f2101 - Browse repository at this point
Copy the full SHA 95f2101View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38bad61 - Browse repository at this point
Copy the full SHA 38bad61View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffeb740 - Browse repository at this point
Copy the full SHA ffeb740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ac9a16 - Browse repository at this point
Copy the full SHA 3ac9a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4332e74 - Browse repository at this point
Copy the full SHA 4332e74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ce281b - Browse repository at this point
Copy the full SHA 9ce281bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf9c1bf - Browse repository at this point
Copy the full SHA cf9c1bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f787e7c - Browse repository at this point
Copy the full SHA f787e7cView commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f5486b2 - Browse repository at this point
Copy the full SHA f5486b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e1a8da - Browse repository at this point
Copy the full SHA 7e1a8daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 707d75b - Browse repository at this point
Copy the full SHA 707d75bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79b5d9a - Browse repository at this point
Copy the full SHA 79b5d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2011e8 - Browse repository at this point
Copy the full SHA b2011e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b03f21a - Browse repository at this point
Copy the full SHA b03f21aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7c2693 - Browse repository at this point
Copy the full SHA e7c2693View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae6cc8f - Browse repository at this point
Copy the full SHA ae6cc8fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 25bd964 - Browse repository at this point
Copy the full SHA 25bd964View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97cf096 - Browse repository at this point
Copy the full SHA 97cf096View commit details
Commits on May 14, 2023
-
New warnings for METAD adn WALKERS_MPI (plumed#931)
* 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]>
Configuration menu - View commit details
-
Copy full SHA for ba817b6 - Browse repository at this point
Copy the full SHA ba817b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e99fa6 - Browse repository at this point
Copy the full SHA 7e99fa6View commit details -
New warnings for METAD adn WALKERS_MPI (plumed#931)
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 22c2a3d - Browse repository at this point
Copy the full SHA 22c2a3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 468435b - Browse repository at this point
Copy the full SHA 468435bView commit details
Commits on May 16, 2023
-
V2.9 - add to OPES same MPI-related error messages of METAD (plumed#940)
* better doc * METAD-like MPI error
Configuration menu - View commit details
-
Copy full SHA for 1f3dba8 - Browse repository at this point
Copy the full SHA 1f3dba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61b137f - Browse repository at this point
Copy the full SHA 61b137fView commit details
Commits on May 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for df02d27 - Browse repository at this point
Copy the full SHA df02d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a27d58 - Browse repository at this point
Copy the full SHA 1a27d58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27225b3 - Browse repository at this point
Copy the full SHA 27225b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dc4709 - Browse repository at this point
Copy the full SHA 0dc4709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 811f990 - Browse repository at this point
Copy the full SHA 811f990View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ed3b76 - Browse repository at this point
Copy the full SHA 5ed3b76View commit details
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b3011a0 - Browse repository at this point
Copy the full SHA b3011a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e623a66 - Browse repository at this point
Copy the full SHA e623a66View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5d6d98 - Browse repository at this point
Copy the full SHA a5d6d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5f0127 - Browse repository at this point
Copy the full SHA c5f0127View commit details
Commits on May 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 832a033 - Browse repository at this point
Copy the full SHA 832a033View commit details -
Configuration menu - View commit details
-
Copy full SHA for b20517e - Browse repository at this point
Copy the full SHA b20517eView commit details
Commits on May 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2d75ea1 - Browse repository at this point
Copy the full SHA 2d75ea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d18cc3 - Browse repository at this point
Copy the full SHA 5d18cc3View commit details -
I think this remained from previous versions.
Configuration menu - View commit details
-
Copy full SHA for 92609ae - Browse repository at this point
Copy the full SHA 92609aeView commit details -
Made plumed calls in regtests more robust
The executable called to inspect the configuration should always be called with the --no-mpi option. This solves the rockylinux problems reported here: plumed#933 (comment)
Configuration menu - View commit details
-
Copy full SHA for 95cc6eb - Browse repository at this point
Copy the full SHA 95cc6ebView commit details -
# Conflicts: # regtest/scripts/run
Configuration menu - View commit details
-
Copy full SHA for 6ac01e2 - Browse repository at this point
Copy the full SHA 6ac01e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bed50cc - Browse repository at this point
Copy the full SHA bed50ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b352f - Browse repository at this point
Copy the full SHA 13b352fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9018d97 - Browse repository at this point
Copy the full SHA 9018d97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 027d289 - Browse repository at this point
Copy the full SHA 027d289View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7a505d - Browse repository at this point
Copy the full SHA c7a505dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db452a - Browse repository at this point
Copy the full SHA 5db452aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f99433e - Browse repository at this point
Copy the full SHA f99433eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc23e24 - Browse repository at this point
Copy the full SHA dc23e24View commit details -
Configuration menu - View commit details
-
Copy full SHA for da33486 - Browse repository at this point
Copy the full SHA da33486View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea17e58 - Browse repository at this point
Copy the full SHA ea17e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f0c07 - Browse repository at this point
Copy the full SHA 44f0c07View commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 45fe5df - Browse repository at this point
Copy the full SHA 45fe5dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47054cb - Browse repository at this point
Copy the full SHA 47054cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03cc75a - Browse repository at this point
Copy the full SHA 03cc75aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48bba63 - Browse repository at this point
Copy the full SHA 48bba63View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1567fb - Browse repository at this point
Copy the full SHA c1567fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f268f5 - Browse repository at this point
Copy the full SHA 3f268f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 620b545 - Browse repository at this point
Copy the full SHA 620b545View commit details -
Merge pull request plumed#943 from invemichele/expanded_overflow
make OPES_EXPANDED robust to overflow
Configuration menu - View commit details
-
Copy full SHA for 2c72e9a - Browse repository at this point
Copy the full SHA 2c72e9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbae04b - Browse repository at this point
Copy the full SHA cbae04bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a84570 - Browse repository at this point
Copy the full SHA 9a84570View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c426c3 - Browse repository at this point
Copy the full SHA 3c426c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c882204 - Browse repository at this point
Copy the full SHA c882204View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ba2bc9 - Browse repository at this point
Copy the full SHA 0ba2bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5982e8e - Browse repository at this point
Copy the full SHA 5982e8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00b6ed7 - Browse repository at this point
Copy the full SHA 00b6ed7View commit details -
Merge pull request plumed#944 from invemichele/expanded_overflow
OPES ECV stable algorithm instead of long double
Configuration menu - View commit details
-
Copy full SHA for 6fe7731 - Browse repository at this point
Copy the full SHA 6fe7731View commit details -
Configuration menu - View commit details
-
Copy full SHA for 610cb32 - Browse repository at this point
Copy the full SHA 610cb32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82a596d - Browse repository at this point
Copy the full SHA 82a596dView commit details
Commits on May 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 132b58c - Browse repository at this point
Copy the full SHA 132b58cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd0338d - Browse repository at this point
Copy the full SHA cd0338dView commit details -
Merge pull request plumed#945 from Iximiel/addingReusableWorkflows
added the reusable workflows
Configuration menu - View commit details
-
Copy full SHA for f4a8dd8 - Browse repository at this point
Copy the full SHA f4a8dd8View commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 51fcc51 - Browse repository at this point
Copy the full SHA 51fcc51View commit details -
Removed latex from keyword explanation as the latex breaks the json file
Gareth Aneurin Tribello committedMay 25, 2023 Configuration menu - View commit details
-
Copy full SHA for c683954 - Browse repository at this point
Copy the full SHA c683954View commit details -
Gareth Aneurin Tribello committed
May 25, 2023 Configuration menu - View commit details
-
Copy full SHA for d46d9fc - Browse repository at this point
Copy the full SHA d46d9fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 005a383 - Browse repository at this point
Copy the full SHA 005a383View commit details -
Configuration menu - View commit details
-
Copy full SHA for 907472e - Browse repository at this point
Copy the full SHA 907472eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 022bce1 - Browse repository at this point
Copy the full SHA 022bce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e4baea - Browse repository at this point
Copy the full SHA 8e4baeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b10067f - Browse repository at this point
Copy the full SHA b10067fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 387d376 - Browse repository at this point
Copy the full SHA 387d376View commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for edd4557 - Browse repository at this point
Copy the full SHA edd4557View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d3409e - Browse repository at this point
Copy the full SHA 0d3409eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8195c7e - Browse repository at this point
Copy the full SHA 8195c7eView commit details
Commits on May 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f7ce8a3 - Browse repository at this point
Copy the full SHA f7ce8a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b46235b - Browse repository at this point
Copy the full SHA b46235bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b8e51 - Browse repository at this point
Copy the full SHA 42b8e51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28699d3 - Browse repository at this point
Copy the full SHA 28699d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf2da38 - Browse repository at this point
Copy the full SHA bf2da38View commit details -
Configuration menu - View commit details
-
Copy full SHA for a77b7ed - Browse repository at this point
Copy the full SHA a77b7edView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba1951f - Browse repository at this point
Copy the full SHA ba1951fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ca8448 - Browse repository at this point
Copy the full SHA 1ca8448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77abb3b - Browse repository at this point
Copy the full SHA 77abb3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9e69eb - Browse repository at this point
Copy the full SHA c9e69ebView commit details
Commits on May 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cb3ec5a - Browse repository at this point
Copy the full SHA cb3ec5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3473431 - Browse repository at this point
Copy the full SHA 3473431View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60848b3 - Browse repository at this point
Copy the full SHA 60848b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a83751 - Browse repository at this point
Copy the full SHA 5a83751View commit details
Commits on Jun 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e2e6ccf - Browse repository at this point
Copy the full SHA e2e6ccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09a16a0 - Browse repository at this point
Copy the full SHA 09a16a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4477cd1 - Browse repository at this point
Copy the full SHA 4477cd1View commit details
Commits on Jun 3, 2023
-
Cleaning (?) headers (plumed#941)
* removed the actionRegister shortcut from bias * removed the CLTollRegister shortcut from cltools (why that is in core and not in cltools?) * Again removed some shortcuts to actionRegister.h * removed the ActionRegister.h shorcuts * rectified the style changes due to clang-format * now compiles * updated the changelog for developers in the 2.10 --------- Co-authored-by: Daniele Rapetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57458b6 - Browse repository at this point
Copy the full SHA 57458b6View commit details
Commits on Jun 8, 2023
-
Merge pull request #3 from plumed/master
merging master in the cmake branch
Configuration menu - View commit details
-
Copy full SHA for eae75df - Browse repository at this point
Copy the full SHA eae75dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9af437 - Browse repository at this point
Copy the full SHA c9af437View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f30554 - Browse repository at this point
Copy the full SHA 9f30554View commit details
Commits on Jun 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 07b3874 - Browse repository at this point
Copy the full SHA 07b3874View commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9aa94d4 - Browse repository at this point
Copy the full SHA 9aa94d4View commit details
Commits on Jun 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for da23ca4 - Browse repository at this point
Copy the full SHA da23ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d3dec - Browse repository at this point
Copy the full SHA f0d3decView commit details -
Configuration menu - View commit details
-
Copy full SHA for b172675 - Browse repository at this point
Copy the full SHA b172675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40fcffa - Browse repository at this point
Copy the full SHA 40fcffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 717bd6c - Browse repository at this point
Copy the full SHA 717bd6cView commit details
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5357a01 - Browse repository at this point
Copy the full SHA 5357a01View commit details -
Squashed commit of the following: commit 4914b6a0b1b4487a1d81b88d8b05be668e7339b1 Author: Daniele Rapetti <[email protected]> Date: Fri Jun 23 12:04:12 2023 +0200 applied to the modules the new declareModule commit 357813daf0f3d72b31c2bd3056f354bf5ebc5ca4 Author: Daniele Rapetti <[email protected]> Date: Fri Jun 23 11:44:25 2023 +0200 rationalization of module creation interface
Configuration menu - View commit details
-
Copy full SHA for 12440c0 - Browse repository at this point
Copy the full SHA 12440c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a194fcb - Browse repository at this point
Copy the full SHA a194fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88342ad - Browse repository at this point
Copy the full SHA 88342adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e4698b - Browse repository at this point
Copy the full SHA 5e4698bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9775b - Browse repository at this point
Copy the full SHA 6c9775bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c61b33 - Browse repository at this point
Copy the full SHA 2c61b33View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c3ced84 - Browse repository at this point
Copy the full SHA c3ced84View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 92b8c49 - Browse repository at this point
Copy the full SHA 92b8c49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c83013 - Browse repository at this point
Copy the full SHA 2c83013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b814f5 - Browse repository at this point
Copy the full SHA 6b814f5View commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8ccedcc - Browse repository at this point
Copy the full SHA 8ccedccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6033950 - Browse repository at this point
Copy the full SHA 6033950View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9f9a0c5 - Browse repository at this point
Copy the full SHA 9f9a0c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd5a3d1 - Browse repository at this point
Copy the full SHA dd5a3d1View commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 23947b6 - Browse repository at this point
Copy the full SHA 23947b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6119d82 - Browse repository at this point
Copy the full SHA 6119d82View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7bd221 - Browse repository at this point
Copy the full SHA d7bd221View commit details -
Configuration menu - View commit details
-
Copy full SHA for 069e648 - Browse repository at this point
Copy the full SHA 069e648View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f2ac3e - Browse repository at this point
Copy the full SHA 5f2ac3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f3e31a - Browse repository at this point
Copy the full SHA 0f3e31aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cecdae0 - Browse repository at this point
Copy the full SHA cecdae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fa72df - Browse repository at this point
Copy the full SHA 3fa72dfView commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bb5ab28 - Browse repository at this point
Copy the full SHA bb5ab28View commit details
Commits on Aug 11, 2023
-
Squashed commit of the following: commit 4846be1 Author: Daniele Rapetti <[email protected]> Date: Fri Aug 11 10:50:40 2023 +0200 more sane approach to config has commit d743cc3 Author: Daniele Rapetti <[email protected]> Date: Fri Aug 11 10:34:03 2023 +0200 more sane approach to config module commit bf34d60 Author: Daniele Rapetti <[email protected]> Date: Thu Aug 10 17:40:36 2023 +0200 now the new config works with python and mpiexec commit 2572b4f Author: Daniele Rapetti <[email protected]> Date: Thu Aug 10 16:51:14 2023 +0200 the new plumed config now shows the options commit 2a78af8 Author: Daniele Rapetti <[email protected]> Date: Thu Aug 10 12:52:53 2023 +0200 added the config cltool
Configuration menu - View commit details
-
Copy full SHA for 9de41bc - Browse repository at this point
Copy the full SHA 9de41bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10a7d9a - Browse repository at this point
Copy the full SHA 10a7d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48482ca - Browse repository at this point
Copy the full SHA 48482caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab3868 - Browse repository at this point
Copy the full SHA 3ab3868View commit details
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f1f11f9 - Browse repository at this point
Copy the full SHA f1f11f9View commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5940573 - Browse repository at this point
Copy the full SHA 5940573View commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5c36dad - Browse repository at this point
Copy the full SHA 5c36dadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e8f7ea - Browse repository at this point
Copy the full SHA 3e8f7eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd9e60b - Browse repository at this point
Copy the full SHA cd9e60bView commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5d077d3 - Browse repository at this point
Copy the full SHA 5d077d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc90be7 - Browse repository at this point
Copy the full SHA fc90be7View commit details -
now testa can be run as a standalone project
changed case in Plumed2 namespace now test can be run standalone
Configuration menu - View commit details
-
Copy full SHA for a2022f0 - Browse repository at this point
Copy the full SHA a2022f0View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5a4f0c3 - Browse repository at this point
Copy the full SHA 5a4f0c3View commit details -
set up a better installation process, a new mklib
and now plumed can be run without installing
Configuration menu - View commit details
-
Copy full SHA for 4437c7a - Browse repository at this point
Copy the full SHA 4437c7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9178e - Browse repository at this point
Copy the full SHA 6e9178eView commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ba0437 - Browse repository at this point
Copy the full SHA 4ba0437View commit details -
Configuration menu - View commit details
-
Copy full SHA for a86c6e2 - Browse repository at this point
Copy the full SHA a86c6e2View commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 207206c - Browse repository at this point
Copy the full SHA 207206cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bfed3d - Browse repository at this point
Copy the full SHA 5bfed3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8709716 - Browse repository at this point
Copy the full SHA 8709716View commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 328d334 - Browse repository at this point
Copy the full SHA 328d334View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42ffe1e - Browse repository at this point
Copy the full SHA 42ffe1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for efb228a - Browse repository at this point
Copy the full SHA efb228aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba52dcb - Browse repository at this point
Copy the full SHA ba52dcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 546e646 - Browse repository at this point
Copy the full SHA 546e646View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3fb91 - Browse repository at this point
Copy the full SHA 5c3fb91View commit details -
Configuration menu - View commit details
-
Copy full SHA for c40f37f - Browse repository at this point
Copy the full SHA c40f37fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4088d5d - Browse repository at this point
Copy the full SHA 4088d5dView commit details
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a31d1b6 - Browse repository at this point
Copy the full SHA a31d1b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19bbeda - Browse repository at this point
Copy the full SHA 19bbedaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 754f794 - Browse repository at this point
Copy the full SHA 754f794View commit details -
Squashed commit of the following:
commit 695ec1c73a7bdd51b75f46e0c0f951e82c58056f Author: Daniele Rapetti <[email protected]> Date: Mon Aug 28 11:37:58 2023 +0200 added the main dirs for the tests commit 93cabc52cea99f7493a92c825440324a1104042a Author: Daniele Rapetti <[email protected]> Date: Mon Aug 28 10:47:58 2023 +0200 added all tests to the ctest interface
Configuration menu - View commit details
-
Copy full SHA for becfe3f - Browse repository at this point
Copy the full SHA becfe3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a31534 - Browse repository at this point
Copy the full SHA 1a31534View commit details -
Configuration menu - View commit details
-
Copy full SHA for bccd1c7 - Browse repository at this point
Copy the full SHA bccd1c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a145431 - Browse repository at this point
Copy the full SHA a145431View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ff4d6 - Browse repository at this point
Copy the full SHA e5ff4d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8b062b - Browse repository at this point
Copy the full SHA c8b062bView commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9010e96 - Browse repository at this point
Copy the full SHA 9010e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6085e1a - Browse repository at this point
Copy the full SHA 6085e1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2088cc7 - Browse repository at this point
Copy the full SHA 2088cc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ee0495 - Browse repository at this point
Copy the full SHA 4ee0495View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c7d2b - Browse repository at this point
Copy the full SHA 82c7d2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e407be2 - Browse repository at this point
Copy the full SHA e407be2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8827e93 - Browse repository at this point
Copy the full SHA 8827e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dc6780 - Browse repository at this point
Copy the full SHA 1dc6780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bf6f3f - Browse repository at this point
Copy the full SHA 1bf6f3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for abde6e2 - Browse repository at this point
Copy the full SHA abde6e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bad2cf9 - Browse repository at this point
Copy the full SHA bad2cf9View commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dcd9092 - Browse repository at this point
Copy the full SHA dcd9092View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d635e - Browse repository at this point
Copy the full SHA 32d635eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d15c296 - Browse repository at this point
Copy the full SHA d15c296View commit details -
Configuration menu - View commit details
-
Copy full SHA for 319dec4 - Browse repository at this point
Copy the full SHA 319dec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24b4659 - Browse repository at this point
Copy the full SHA 24b4659View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5e3a8f - Browse repository at this point
Copy the full SHA c5e3a8fView commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f565338 - Browse repository at this point
Copy the full SHA f565338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9518fc0 - Browse repository at this point
Copy the full SHA 9518fc0View commit details -
Changed vimsyntax.sh and CLManual to work also on the CI
* studying where the CI fails VII * set up the CI to work with this branch * Trying to correct vimsyntax.sh * Trying to correct vimsyntax.sh II * Trying to correct vimsyntax.sh II * removing verbosity from the failing CI steps * removing verbosity from the failing CI steps (forgot to commit the CI update) * Changing the order of the CI instruction --------- The manual has been changed to simplify the implementation of vimsyntax.sh Co-authored-by: Daniele Rapetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9db2681 - Browse repository at this point
Copy the full SHA 9db2681View commit details
Commits on Sep 7, 2023
-
All the test without the feature implemented in cmake work(#23)
* this should make rt32b work in the CI * removed readline from selector.sh * set up boost_serialization in the CI * now run_ctest can copy directories * now ctest copies the dir tree of the test dir * changed the argument of rt-merge-different-dirs to reflect the new test suite * check if updating the LD_PATH is necessary in the test CI * some relative paths to reflect the new test suite --------- Co-authored-by: Daniele Rapetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1e3dd4 - Browse repository at this point
Copy the full SHA d1e3dd4View commit details
Commits on Sep 29, 2023
-
Setting the CI as a matrix, plus restoring pytorch
* starting to add matrix to the CI * trying only release with and without mpi * trying only release with and without mpi II * Updating the matrix, limiting to 4 jobs for make * Updating the matrix, limiting to 4 jobs for makeII * Updating the matrix, limiting to 4 jobs for makeIII * trying to activate intel compiler * small change on the phylosofy of the "extras" * testing clang compiler * testing clang compiler * reverting * trying to solve a small spaghetti merge * now with pytorch and some qol in the CI * added a way to find pytorch * update the mini CI to run on all cmake branches * pytorch now will be installed in non-debug run * added a relaxed option for not found external libraries * removed a repetition in the CI * remving verbosity from wget * small changes to the rt for the LDpath and update to the fortran makes * reactivating the tests (with no fortran) * now pytorch test are not skipped * locally pytorch tests pass * some more cosmetics * deactivate pytorch for intel * Recover a mistake> torch found was not PARENT_SCOPED * removed noise from the CI yml --------- Co-authored-by: Daniele Rapetti <[email protected]> --------- Co-authored-by: Daniele Rapetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a238161 - Browse repository at this point
Copy the full SHA a238161View commit details -
Set up the cmake fortran compilaion (#26)
* starting to add the fortran compilation * set up few checks for the future * now the make test works * removed the skip condition from the "should fail tests" * adding some documentation to make things clearer --------- Co-authored-by: Daniele Rapetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90b5ae9 - Browse repository at this point
Copy the full SHA 90b5ae9View commit details -
Build-only config works, Fortan works in the CI with gcc(#32)
* reactivating the fortran tests * vim dir now is prenset into the build-only configuration * regtest now use the right PLUMED_ROOT also in build-only * also scritpt and pathces dir are into the build-only configuration * also the include dir works now * BONUS: trying to cheat fortran in working in the CI * BONUS: trying to cheat fortran in working in the CI II * also bin behaves ok in build mode --------- Co-authored-by: Daniele Rapetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d201161 - Browse repository at this point
Copy the full SHA d201161View commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 435accc - Browse repository at this point
Copy the full SHA 435acccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a6bb0d - Browse repository at this point
Copy the full SHA 0a6bb0dView commit details