Skip to content
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

Open
wants to merge 218 commits into
base: cmake
Choose a base branch
from
Open

Setting up the tests #2

wants to merge 218 commits into from

Commits on Mar 21, 2023

  1. cppcheck 2.10.3

    GiovanniBussi committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    56c3fc1 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. rename files

    Massimiliano Bonomi committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    6971f12 View commit details
    Browse the repository at this point in the history
  2. changed my mind about filenames

    Massimiliano Bonomi committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    169a2f2 View commit details
    Browse the repository at this point in the history
  3. plumed version

    Massimiliano Bonomi committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    ccdfa92 View commit details
    Browse the repository at this point in the history
  4. Université Paris Cité

    Massimiliano Bonomi committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    eba8bfa View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. remove Ex. 3

    Massimiliano Bonomi committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    64abf1f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    9e1622a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ee79ed View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Configuration menu
    Copy the full SHA
    ad4962d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    004c253 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d6402c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c145a4 View commit details
    Browse the repository at this point in the history
  5. DRR: add output of zgrad for debugging and inspecting the spring forces

    Also with some minor cleanups of the code and docs.
    HanatoK committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    a98bcf5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    347cd8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a2999c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. DRR: add output of zgrad for debugging and inspecting the spring forces

    Also with some minor cleanups of the code and docs.
    HanatoK authored and GiovanniBussi committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    58c2430 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4518787 View commit details
    Browse the repository at this point in the history
  3. DRR: Mute the codecheck warning

    HanatoK authored and GiovanniBussi committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    700164c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'v2.9'

    GiovanniBussi committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    95f2101 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38bad61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffeb740 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ac9a16 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'v2.9'

    GiovanniBussi committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    4332e74 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9ce281b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cf9c1bf View commit details
    Browse the repository at this point in the history
  11. Merge branch 'v2.9'

    GiovanniBussi committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    f787e7c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    f5486b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e1a8da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    707d75b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'v2.9'

    carlocamilloni committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    79b5d9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2011e8 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'v2.9'

    GiovanniBussi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b03f21a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7c2693 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'v2.9'

    GiovanniBussi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ae6cc8f View commit details
    Browse the repository at this point in the history
  9. Added -fno-gnu-unique

    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
    GiovanniBussi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    25bd964 View commit details
    Browse the repository at this point in the history
  10. Small cppcheck fix

    GiovanniBussi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    97cf096 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. 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]>
    Iximiel and Iximiel authored May 14, 2023
    Configuration menu
    Copy the full SHA
    ba817b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e99fa6 View commit details
    Browse the repository at this point in the history
  3. 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]>
    2 people authored and carlocamilloni committed May 14, 2023
    Configuration menu
    Copy the full SHA
    22c2a3d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'v2.9'

    carlocamilloni committed May 14, 2023
    Configuration menu
    Copy the full SHA
    468435b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. V2.9 - add to OPES same MPI-related error messages of METAD (plumed#940)

    * better doc
    
    * METAD-like MPI error
    invemichele authored May 16, 2023
    Configuration menu
    Copy the full SHA
    1f3dba8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v2.9'

    carlocamilloni committed May 16, 2023
    Configuration menu
    Copy the full SHA
    61b137f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. added the tests

    Iximiel committed May 18, 2023
    Configuration menu
    Copy the full SHA
    df02d27 View commit details
    Browse the repository at this point in the history
  2. TEMPORARY disabling workflow

    Iximiel committed May 18, 2023
    Configuration menu
    Copy the full SHA
    1a27d58 View commit details
    Browse the repository at this point in the history
  3. hoping that work for sure

    Iximiel committed May 18, 2023
    Configuration menu
    Copy the full SHA
    27225b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0dc4709 View commit details
    Browse the repository at this point in the history
  5. updated the CI

    Iximiel committed May 18, 2023
    Configuration menu
    Copy the full SHA
    811f990 View commit details
    Browse the repository at this point in the history
  6. CI restored

    Iximiel committed May 18, 2023
    Configuration menu
    Copy the full SHA
    5ed3b76 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    b3011a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e623a66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5d6d98 View commit details
    Browse the repository at this point in the history
  4. added installation to the CI

    Iximiel committed May 19, 2023
    Configuration menu
    Copy the full SHA
    c5f0127 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Added GPUMD

    Reported by Zheyong Fan
    GiovanniBussi committed May 21, 2023
    Configuration menu
    Copy the full SHA
    832a033 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v2.9'

    GiovanniBussi committed May 21, 2023
    Configuration menu
    Copy the full SHA
    b20517e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    2d75ea1 View commit details
    Browse the repository at this point in the history
  2. installing the Template.cpp

    Iximiel committed May 22, 2023
    Configuration menu
    Copy the full SHA
    5d18cc3 View commit details
    Browse the repository at this point in the history
  3. Removed useless command

    I think this remained from previous versions.
    GiovanniBussi committed May 22, 2023
    Configuration menu
    Copy the full SHA
    92609ae View commit details
    Browse the repository at this point in the history
  4. 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)
    GiovanniBussi committed May 22, 2023
    Configuration menu
    Copy the full SHA
    95cc6eb View commit details
    Browse the repository at this point in the history
  5. Merge branch 'v2.8' into v2.9

    # Conflicts:
    #	regtest/scripts/run
    GiovanniBussi committed May 22, 2023
    Configuration menu
    Copy the full SHA
    6ac01e2 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'v2.9'

    GiovanniBussi committed May 22, 2023
    Configuration menu
    Copy the full SHA
    bed50cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13b352f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9018d97 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    027d289 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'v2.9'

    GiovanniBussi committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c7a505d View commit details
    Browse the repository at this point in the history
  11. fedora38 (gcc 13)

    Fix 95cc6eb / 6ac01e2
    also allows me to include this update that was still blocked.
    GiovanniBussi committed May 22, 2023
    Configuration menu
    Copy the full SHA
    5db452a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f99433e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dc23e24 View commit details
    Browse the repository at this point in the history
  14. safety use of long double

    invemichele committed May 22, 2023
    Configuration menu
    Copy the full SHA
    da33486 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ea17e58 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    44f0c07 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    45fe5df View commit details
    Browse the repository at this point in the history
  2. more robust exp

    invemichele authored May 23, 2023
    Configuration menu
    Copy the full SHA
    47054cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03cc75a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48bba63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1567fb View commit details
    Browse the repository at this point in the history
  6. tab formatting

    invemichele committed May 23, 2023
    Configuration menu
    Copy the full SHA
    3f268f5 View commit details
    Browse the repository at this point in the history
  7. update changelog

    invemichele committed May 23, 2023
    Configuration menu
    Copy the full SHA
    620b545 View commit details
    Browse the repository at this point in the history
  8. Merge pull request plumed#943 from invemichele/expanded_overflow

    make OPES_EXPANDED robust to overflow
    GiovanniBussi authored May 23, 2023
    Configuration menu
    Copy the full SHA
    2c72e9a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cbae04b View commit details
    Browse the repository at this point in the history
  10. Merge branch 'v2.9'

    GiovanniBussi committed May 23, 2023
    Configuration menu
    Copy the full SHA
    9a84570 View commit details
    Browse the repository at this point in the history
  11. more in changelog

    GiovanniBussi committed May 23, 2023
    Configuration menu
    Copy the full SHA
    3c426c3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c882204 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'v2.9'

    GiovanniBussi committed May 23, 2023
    Configuration menu
    Copy the full SHA
    0ba2bc9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5982e8e View commit details
    Browse the repository at this point in the history
  15. remove last long double

    invemichele committed May 23, 2023
    Configuration menu
    Copy the full SHA
    00b6ed7 View commit details
    Browse the repository at this point in the history
  16. Merge pull request plumed#944 from invemichele/expanded_overflow

    OPES ECV stable algorithm instead of long double
    GiovanniBussi authored May 23, 2023
    Configuration menu
    Copy the full SHA
    6fe7731 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    610cb32 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'v2.9'

    GiovanniBussi committed May 23, 2023
    Configuration menu
    Copy the full SHA
    82a596d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    132b58c View commit details
    Browse the repository at this point in the history
  2. added the reusable workflows

    Iximiel committed May 24, 2023
    Configuration menu
    Copy the full SHA
    cd0338d View commit details
    Browse the repository at this point in the history
  3. Merge pull request plumed#945 from Iximiel/addingReusableWorkflows

    added the reusable workflows
    GiovanniBussi authored May 24, 2023
    Configuration menu
    Copy the full SHA
    f4a8dd8 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    51fcc51 View commit details
    Browse the repository at this point in the history
  2. Removed latex from keyword explanation as the latex breaks the json file

    Gareth Aneurin Tribello committed May 25, 2023
    Configuration menu
    Copy the full SHA
    c683954 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v2.9'

    Gareth Aneurin Tribello committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d46d9fc View commit details
    Browse the repository at this point in the history
  4. Release v2.8.3

    GiovanniBussi committed May 25, 2023
    Configuration menu
    Copy the full SHA
    005a383 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    907472e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    022bce1 View commit details
    Browse the repository at this point in the history
  7. Release v2.9.0

    GiovanniBussi committed May 25, 2023
    Configuration menu
    Copy the full SHA
    8e4baea View commit details
    Browse the repository at this point in the history
  8. Merge branch 'v2.9'

    GiovanniBussi committed May 25, 2023
    Configuration menu
    Copy the full SHA
    b10067f View commit details
    Browse the repository at this point in the history
  9. added mpi

    Iximiel committed May 25, 2023
    Configuration menu
    Copy the full SHA
    387d376 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    edd4557 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d3409e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8195c7e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. small tweaks

    Iximiel committed May 29, 2023
    Configuration menu
    Copy the full SHA
    f7ce8a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b46235b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42b8e51 View commit details
    Browse the repository at this point in the history
  4. added cregex search

    Iximiel committed May 29, 2023
    Configuration menu
    Copy the full SHA
    28699d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf2da38 View commit details
    Browse the repository at this point in the history
  6. added chdir popen and getcwd

    Iximiel committed May 29, 2023
    Configuration menu
    Copy the full SHA
    a77b7ed View commit details
    Browse the repository at this point in the history
  7. checked for subprocess

    Iximiel committed May 29, 2023
    Configuration menu
    Copy the full SHA
    ba1951f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ca8448 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    77abb3b View commit details
    Browse the repository at this point in the history
  10. added readdir_r

    Iximiel committed May 29, 2023
    Configuration menu
    Copy the full SHA
    c9e69eb View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    cb3ec5a View commit details
    Browse the repository at this point in the history
  2. changed how SOEXT works

    Iximiel committed May 30, 2023
    Configuration menu
    Copy the full SHA
    3473431 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60848b3 View commit details
    Browse the repository at this point in the history
  4. set permission to scripts

    Iximiel committed May 30, 2023
    Configuration menu
    Copy the full SHA
    5a83751 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    e2e6ccf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09a16a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4477cd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. 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]>
    Iximiel and Iximiel authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    57458b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Merge pull request #3 from plumed/master

    merging master in the cmake branch
    Iximiel authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    eae75df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9af437 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f30554 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    07b3874 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    9aa94d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    da23ca4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0d3dec View commit details
    Browse the repository at this point in the history
  3. completing configure.txt

    Iximiel committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b172675 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40fcffa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    717bd6c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    5357a01 View commit details
    Browse the repository at this point in the history
  2. Simplified module declaration

    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
    Iximiel committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    12440c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a194fcb View commit details
    Browse the repository at this point in the history
  4. small test update

    Iximiel committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    88342ad View commit details
    Browse the repository at this point in the history
  5. small test update

    Iximiel committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    5e4698b View commit details
    Browse the repository at this point in the history
  6. small test update

    Iximiel committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    6c9775b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c61b33 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. some aestetic changes

    Iximiel committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c3ced84 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    92b8c49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c83013 View commit details
    Browse the repository at this point in the history
  3. improved the test macro

    Iximiel committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6b814f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. better run_ctest

    Iximiel committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8ccedcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6033950 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    9f9a0c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd5a3d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. preparing for the future

    Iximiel committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    23947b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6119d82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7bd221 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    069e648 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f2ac3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f3e31a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cecdae0 View commit details
    Browse the repository at this point in the history
  8. small corrections

    Iximiel committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3fa72df View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    bb5ab28 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Added a new CLtool: config

    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
    Iximiel committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9de41bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10a7d9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48482ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ab3868 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    f1f11f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    5940573 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. some CMakeLists polishing

    Iximiel committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5c36dad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e8f7ea View commit details
    Browse the repository at this point in the history
  3. updated

    add_plumed_plugin comment
    Iximiel committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    cd9e60b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    5d077d3 View commit details
    Browse the repository at this point in the history
  2. cleaning the src List

    Iximiel committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    fc90be7 View commit details
    Browse the repository at this point in the history
  3. now testa can be run as a standalone project

    changed case in Plumed2 namespace
    
    now test can be run standalone
    Iximiel committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a2022f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    5a4f0c3 View commit details
    Browse the repository at this point in the history
  2. set up a better installation process, a new mklib

    and now plumed can be run without installing
    Iximiel committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4437c7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e9178e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    4ba0437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a86c6e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    207206c View commit details
    Browse the repository at this point in the history
  2. Polishing of the lists

    Iximiel committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5bfed3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8709716 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    328d334 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42ffe1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efb228a View commit details
    Browse the repository at this point in the history
  4. ExportVariables works

    Iximiel committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ba52dcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    546e646 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c3fb91 View commit details
    Browse the repository at this point in the history
  7. setting up ctest in the CI

    Iximiel committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c40f37f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4088d5d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    a31d1b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19bbeda View commit details
    Browse the repository at this point in the history
  3. change in some naming

    Iximiel committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    754f794 View commit details
    Browse the repository at this point in the history
  4. 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
    Iximiel committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    becfe3f View commit details
    Browse the repository at this point in the history
  5. cleaning run_ctest

    Iximiel committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1a31534 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bccd1c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a145431 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5ff4d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c8b062b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    9010e96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6085e1a View commit details
    Browse the repository at this point in the history
  3. added a check for arguments

    Iximiel committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2088cc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ee0495 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82c7d2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e407be2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8827e93 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1dc6780 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1bf6f3f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    abde6e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bad2cf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. improved the CI

    Iximiel committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    dcd9092 View commit details
    Browse the repository at this point in the history
  2. adding mpi to the CI

    Iximiel committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    32d635e View commit details
    Browse the repository at this point in the history
  3. studying where the CI fails

    Iximiel committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d15c296 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    319dec4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24b4659 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5e3a8f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    f565338 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9518fc0 View commit details
    Browse the repository at this point in the history
  3. 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]>
    Iximiel and Iximiel authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9db2681 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. 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]>
    Iximiel and Iximiel authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d1e3dd4 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. 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]>
    Iximiel and Iximiel authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a238161 View commit details
    Browse the repository at this point in the history
  2. 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]>
    Iximiel and Iximiel authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    90b5ae9 View commit details
    Browse the repository at this point in the history
  3. 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]>
    Iximiel and Iximiel authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d201161 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    435accc View commit details
    Browse the repository at this point in the history
  2. forgot to set python to 3.9

    Iximiel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0a6bb0d View commit details
    Browse the repository at this point in the history