Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into emst-makewhole
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/core/ActionAtomistic.cpp
#	src/generic/WholeMolecules.cpp
#	src/tools/Tree.cpp
  • Loading branch information
GiovanniBussi committed Jan 29, 2025
2 parents a2d7c33 + 068b2a6 commit c886fa8
Show file tree
Hide file tree
Showing 1,459 changed files with 241,924 additions and 33,356 deletions.
14 changes: 13 additions & 1 deletion .astyle.options
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
-n --indent=spaces=2 --keep-one-line-statements --keep-one-line-blocks
# long options can be written without the preceding '--'
suffix=none #equivalent to "-n"
style=attach
add-braces
indent=spaces=2
break-one-line-headers

# old options
#suffix=none
#indent=spaces=2
#keep-one-line-statements
#keep-one-line-blocks
# end old options
5 changes: 3 additions & 2 deletions .ci/install.boost
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ version_=${version//./_}

echo $version $version_

wget https://boostorg.jfrog.io/artifactory/main/release/$version/source/boost_${version_}.tar.gz > /dev/null 2> /dev/null
tar xzf boost_${version_}.tar.gz
#wget https://boostorg.jfrog.io/artifactory/main/release/$version/source/boost_${version_}.tar.gz > /dev/null 2> /dev/null
wget https://sourceforge.net/projects/boost/files/boost/$version/boost_${version_}.tar.bz2 > /dev/null 2> /dev/null
tar xjf boost_${version_}.tar.bz2

cd boost_${version_}

Expand Down
9 changes: 9 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# .git-blame-ignore-revs
# https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view
# please comment the hashes that you add to this
# new astyle applied to v2.9.3
2cd41d16623b7a062b2a716eaf5c91a741cc19ea
# new astyle applied to v2.10
df781b48652d8cdde2994dae1197cdb623f3f3fa
# new astyle applied to v2.11
380bb46eea1bc2a38fba94f3f72af2d8d6e41669
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
run: ./configure --enable-modules=all --disable-asmjit

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"
2 changes: 1 addition & 1 deletion .github/workflows/condaWF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04 , macos-12 , macos-14 ]
os: [ubuntu-20.04 , macos-13 , macos-14 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
17 changes: 15 additions & 2 deletions .github/workflows/linuxWF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
# see https://github.com/plumed/plumed2/issues/976
- -intel-
- -pycv-mpi-
#this does not install mpi but uses the internal one
- -nvhpc-mpi-
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down Expand Up @@ -136,6 +138,18 @@ jobs:
echo "CXX=icpx" >> $GITHUB_ENV
echo "CC=icx" >> $GITHUB_ENV
echo "FC=ifx" >> $GITHUB_ENV
- name: Install NVHPC compiler
if: contains( matrix.variant, '-nvhpc-' )
# use this if it does not work
# wget https://developer.download.nvidia.com/hpc-sdk/24.3/nvhpc_2024_243_Linux_x86_64_cuda_12.3.tar.gz
# tar xpzf nvhpc_2024_243_Linux_x86_64_cuda_12.3.tar.gz
# nvhpc_2024_243_Linux_x86_64_cuda_12.3/install
run: |
curl https://developer.download.nvidia.com/hpc-sdk/ubuntu/DEB-GPG-KEY-NVIDIA-HPC-SDK | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-hpcsdk-archive-keyring.gpg
echo 'deb [signed-by=/usr/share/keyrings/nvidia-hpcsdk-archive-keyring.gpg] https://developer.download.nvidia.com/hpc-sdk/ubuntu/amd64 /' | sudo tee /etc/apt/sources.list.d/nvhpc.list
sudo apt-get update -y
sudo apt-get install -y nvhpc-24-3
# nvhpcinstalls his own mpi compilers
- name: Install MPI
# install MPI at last since it modifies CC and CXX
if: contains( matrix.variant, '-mpi-' )
Expand Down Expand Up @@ -198,8 +212,7 @@ jobs:
if: contains( matrix.variant, '-pycv-' )
working-directory: ./plugins/pycv/
run: |
pip install --user -r requirements.txt
source ../../sourceme.sh
ln -s $(realpath ../../regtest/scripts) ./regtest/scripts
./prepareMakeForDevelop.sh
make check
7 changes: 5 additions & 2 deletions .github/workflows/macWF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
matrix:
variant: [ "" , "+allmodules" ]
# this is to test both intel and arm64 macs
os: [ macos-12 , macos-14 ]
# note: macos-14 has a problem in fetching the git repository of plumed, namely a
# "fatal: detected dubious ownership in repository" error
# I didn't find any solution, so for the moment I keep macos-14 off
os: [ macos-13 ]
exclude:
# many tests on contributed modules are still failing for numerical reasons on arm64, see https://github.com/plumed/plumed2/pull/950
# once fixed we could introduce this back:
Expand Down Expand Up @@ -68,7 +71,7 @@ jobs:
fail-fast: false
matrix:
# this is to test both intel and arm64 macs
os: [ macos-12 , macos-14 ]
os: [ macos-13 , macos-14 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/nightly.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CHANGES/v2.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Before switching to version 2.10, users are invited to carefully read the follow
- In \ref ANGLES you can no longer use the GROUP, GROUPA/GROUPB/GROUPC keywords. Explicitly list all the distances you want to compute using ATOMS1,ATOMS2,ATOMS3...
- Action NBONDS no longer exists. The same effect can be achieved through a more transparent implementation that you can read about here: https://plumed-school.github.io/lessons/23/001/data/Steinhardt.html
- Action CENTER_OF_MULTICOLVAR no longer exists. You now simply use \ref CENTER with the PHASES option and a vector as input for the weights.
- The rational switching function when used with MM!=2*MM now returns a more correct derivative around `dist~=R0`
- Dimensionality reduction methods and landmark selection actions have a new syntax. A good introduction that explains how to use these actions can be found in [this tutorial](https://plumed-school.github.io/lessons/21/006/data/DIMENSIONALITY.html)
- When using \ref MOLINFO with the `WHOLE` flag, PBCs in the following actions will be reconstructed using a minimum spanning tree based on the coordinates stored in the MOLFILE reference pdb.

Expand Down Expand Up @@ -73,3 +72,4 @@ Before switching to version 2.10, users are invited to carefully read the follow
- You can use ActionShortcut to create complex inputs from a simpler initial input. The nest will then allow users to explore these more complex inputs.
- You can use \ref show_graph to create diagrams showing how values and forces are passed between the various actions in your input files.
- Complete refactor of SwitchingFunction.cpp and SwitchingFunction.h, now adding new switching function is more straightforward and all the "book-keeping" can be done within a single class
- Python (cython) wrappers now use `nogil`. This should facilitate integration with Python. See https://github.com/plumed/plumed2/pull/1129#issuecomment-2410867829 (thanks to Guillaume Fraux).
9 changes: 8 additions & 1 deletion CHANGES/v2.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ Changes from version 2.7 which are relevant for users:
- Small fixes in the test suite to make sure `plumed` is always invoked with `--no-mpi` when testing for features. This avoids
problems that were appearing when testing with some specific versions of OpenMPI.

## Version 2.8.4
## Version 2.8.4 (Jun 3, 2024)

\plumednotmaintained

- Added the possibility to disable `RTLD_DEEPBIND` (see \issue{952}).
- Fixed a bug in `switchingfunction` mode `Q` thanks to @nm3787, (see #951)
- Improved error reporting in CUSTOM switching function: an error is thrown if one uses `x` and `x2` arguments simultaneously (reported by Olivier Languin-Cattoen).
Expand All @@ -111,4 +114,8 @@ Changes from version 2.7 which are relevant for users:
- Addressed numerical instabilities in the calculation of the derivative of the SwitchingFunction RATIONAL without simplification (where `NN!=2*MM`) around `d=R_0`.
- Fixed an error in checking array shapes in the interface. Arrays with shape (N,4) should not be accepted for positions or forces.
- Small fix in Python, where we do not assume anymore that strings are null terminated.
- Environment variables such as `PLUMED_INCLUDEDIR` and similar are sanitized before they are used for running commands.
- Fixed a bug leading to a crash when using python selectors (e.g., `@mda:` or `@mdt:`) and multiple MPI processes per replica.
- Fixed leaks in Subprocess, potentially givin problems with a large number (>250) of sequentially created plumed objects all of them using `@mda:` or `@mdt:` selectors.
- Quantum Espresso patches have been fixed for a bug leading to incorrect masses passed to PLUMED and for a missing string terminator.

14 changes: 12 additions & 2 deletions CHANGES/v2.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,18 @@ Changes from version 2.8 which are relevant for users:
- Python (cython) wrappers now only use plain C instead of C++. Plumed exceptions are mapped to python exceptions.
- Step number is now stored as a `long long int`. Might facilitate Windows compatibility.

## Version 2.9.1 (to be released)
## Version 2.9.1 (Jun 3, 2024)
- Includes all fixes up to 2.8.4
- Plumed now fetches the massses correctly from QEspresso 7.0
- Fixed a size check in python interface when passing native arrays.

## Version 2.9.2 (Sep 3, 2024)
- Patch for GROMACS 2023 updated to the latest version
- new patch for GROMACS 2024
- Small optimization of \ref COORDINATION and related collective variables (\issue{1096}).

## Version 2.9.3 (Jan 15, 2025)
- Patch for GROMACS 2024 was updated to fix a big issue preventing its use

## Version 2.9.4 (in progress)
- Fixed an issue that might lead to a crash when using multicolvars implemented with linked cells and no PBCs, apparently
only showing up with Intel Mac. See \issue{1181}.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,17 @@ Below you find the status on [GitHub Actions](https://github.com/plumed/plumed2/

| Branch | Status | First stable release (year) | Still supported |
|:--------:|:-------------:|:--------:|:------:|
| master | [![CI](https://github.com/plumed/plumed2/workflows/CI/badge.svg?branch=master)](https://github.com/plumed/plumed2/actions) | 2024 (expected) | / |
| v2.9 | [![CI](https://github.com/plumed/plumed2/workflows/CI/badge.svg?branch=v2.9)](https://github.com/plumed/plumed2/actions) | 2023 | yes |
| v2.8 | [![CI](https://github.com/plumed/plumed2/workflows/CI/badge.svg?branch=v2.8)](https://github.com/plumed/plumed2/actions) | 2022 | yes |
| v2.7 | [![CI](https://github.com/plumed/plumed2/workflows/CI/badge.svg?branch=v2.7)](https://github.com/plumed/plumed2/actions) | 2020 | no |
| v2.6 | [![CI](https://github.com/plumed/plumed2/workflows/CI/badge.svg?branch=v2.6)](https://github.com/plumed/plumed2/actions) | 2019 | no |
| v2.5 | [![CI](https://github.com/plumed/plumed2/workflows/CI/badge.svg?branch=v2.5)](https://github.com/plumed/plumed2/actions) | 2018 | no |
| v2.4 | [![CI](https://github.com/plumed/plumed2/workflows/CI/badge.svg?branch=v2.4)](https://github.com/plumed/plumed2/actions) | 2017 | no |
| v2.3 | [![Build Status](https://travis-ci.org/plumed/plumed2.svg?branch=v2.3)](https://travis-ci.org/plumed/plumed2) | 2016 | no |
| v2.2 | [![Build Status](https://travis-ci.org/plumed/plumed2.svg?branch=v2.2)](https://travis-ci.org/plumed/plumed2) | 2015 | no |
| v2.1 | [![Build Status](https://travis-ci.org/plumed/plumed2.svg?branch=v2.1)](https://travis-ci.org/plumed/plumed2) | 2014 | no |
| master | [![CI](https://github.com/plumed/plumed2/workflows/CI/badge.svg?branch=master)](https://github.com/plumed/plumed2/actions) | 2025 (expected) | / |
| v2.10b | [![CI](https://github.com/plumed/plumed2/workflows/CI/badge.svg?branch=v2.10)](https://github.com/plumed/plumed2/actions) | 2024 (expected) | yes |
| v2.9 | [![CI](https://github.com/plumed/plumed2/workflows/CI/badge.svg?branch=v2.9)](https://github.com/plumed/plumed2/actions) | 2023 | yes |
| v2.8 | [![CI](https://github.com/plumed/plumed2/workflows/CI/badge.svg?branch=v2.8)](https://github.com/plumed/plumed2/actions) | 2022 | no |
| v2.7 | [![CI](https://github.com/plumed/plumed2/workflows/CI/badge.svg?branch=v2.7)](https://github.com/plumed/plumed2/actions) | 2020 | no |
| v2.6 | [![CI](https://github.com/plumed/plumed2/workflows/CI/badge.svg?branch=v2.6)](https://github.com/plumed/plumed2/actions) | 2019 | no |
| v2.5 | [![CI](https://github.com/plumed/plumed2/workflows/CI/badge.svg?branch=v2.5)](https://github.com/plumed/plumed2/actions) | 2018 | no |
| v2.4 | [![CI](https://github.com/plumed/plumed2/workflows/CI/badge.svg?branch=v2.4)](https://github.com/plumed/plumed2/actions) | 2017 | no |
| v2.3 | Not available | 2016 | no |
| v2.2 | Not available | 2015 | no |
| v2.1 | Not available | 2014 | no |
| v2.0 | Not available | 2013 | no |

Content
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# (this is same as gromacs)
# Notice that "plumed info --version" will return only 2.X
# and "plumed info --long-version" will return the full string
2.10.0-dev
2.11.0-dev
Empty file modified astyle/CMakeLists.txt
100755 → 100644
Empty file.
Empty file modified astyle/LICENSE.md
100755 → 100644
Empty file.
Empty file modified astyle/README.md
100755 → 100644
Empty file.
Empty file modified astyle/build/cb-clang/Clang AStyle A.cbp
100755 → 100644
Empty file.
Empty file modified astyle/build/cb-clang/Clang AStyle All.workspace
100755 → 100644
Empty file.
Empty file modified astyle/build/cb-clang/Clang AStyle Java.cbp
100755 → 100644
Empty file.
Empty file modified astyle/build/cb-clang/Clang AStyle So.cbp
100755 → 100644
Empty file.
Empty file modified astyle/build/cb-clang/Clang AStyle.cbp
100755 → 100644
Empty file.
Empty file modified astyle/build/cb-gcc/Gcc AStyle A.cbp
100755 → 100644
Empty file.
Empty file modified astyle/build/cb-gcc/Gcc AStyle All.workspace
100755 → 100644
Empty file.
Empty file modified astyle/build/cb-gcc/Gcc AStyle Java.cbp
100755 → 100644
Empty file.
Empty file modified astyle/build/cb-gcc/Gcc AStyle So.cbp
100755 → 100644
Empty file.
Empty file modified astyle/build/cb-gcc/Gcc AStyle.cbp
100755 → 100644
Empty file.
Empty file modified astyle/build/cb-intel/Intel AStyle A.cbp
100755 → 100644
Empty file.
Empty file modified astyle/build/cb-intel/Intel AStyle All.workspace
100755 → 100644
Empty file.
Empty file modified astyle/build/cb-intel/Intel AStyle Java.cbp
100755 → 100644
Empty file.
Empty file modified astyle/build/cb-intel/Intel AStyle So.cbp
100755 → 100644
Empty file.
Empty file modified astyle/build/cb-intel/Intel AStyle.cbp
100755 → 100644
Empty file.
Empty file modified astyle/build/clang/Makefile
100755 → 100644
Empty file.
Empty file modified astyle/build/gcc/Makefile
100755 → 100644
Empty file.
Empty file modified astyle/build/intel/Makefile
100755 → 100644
Empty file.
Empty file modified astyle/doc/astyle.html
100755 → 100644
Empty file.
Empty file modified astyle/doc/install.html
100755 → 100644
Empty file.
Empty file modified astyle/doc/news.html
100755 → 100644
Empty file.
Empty file modified astyle/doc/notes.html
100755 → 100644
Empty file.
Empty file modified astyle/doc/styles.css
100755 → 100644
Empty file.
Empty file modified astyle/file/allman.ini
100755 → 100644
Empty file.
Empty file modified astyle/file/astyle.ini
100755 → 100644
Empty file.
Empty file modified astyle/file/chromium.ini
100755 → 100644
Empty file.
Empty file modified astyle/file/gnu.ini
100755 → 100644
Empty file.
Empty file modified astyle/file/google.ini
100755 → 100644
Empty file.
Empty file modified astyle/file/horstmann.ini
100755 → 100644
Empty file.
Empty file modified astyle/file/java.ini
100755 → 100644
Empty file.
Empty file modified astyle/file/linux.ini
100755 → 100644
Empty file.
Empty file modified astyle/file/llvm.ini
100755 → 100644
Empty file.
Empty file modified astyle/file/mozilla.ini
100755 → 100644
Empty file.
Empty file modified astyle/file/stroustrup.ini
100755 → 100644
Empty file.
Empty file modified astyle/file/visualstudio.ini
100755 → 100644
Empty file.
Empty file modified astyle/file/webkit.ini
100755 → 100644
Empty file.
Empty file modified astyle/src/ASBeautifier.cpp
100755 → 100644
Empty file.
Empty file modified astyle/src/ASEnhancer.cpp
100755 → 100644
Empty file.
Empty file modified astyle/src/ASFormatter.cpp
100755 → 100644
Empty file.
Empty file modified astyle/src/ASLocalizer.cpp
100755 → 100644
Empty file.
Empty file modified astyle/src/ASLocalizer.h
100755 → 100644
Empty file.
Empty file modified astyle/src/ASResource.cpp
100755 → 100644
Empty file.
Empty file modified astyle/src/astyle.h
100755 → 100644
Empty file.
Empty file modified astyle/src/astyle_main.cpp
100755 → 100644
Empty file.
Empty file modified astyle/src/astyle_main.h
100755 → 100644
Empty file.
4 changes: 4 additions & 0 deletions conda/plumed/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ export CXXFLAGS="${CXXFLAGS//-O2/-O3}"
if [[ $(uname) == "Darwin" ]]; then
# see https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk
CXXFLAGS="${CXXFLAGS} -D_LIBCPP_DISABLE_AVAILABILITY"

# for some unexpected reason, when building on MacOS plumed 2.10 (likely because of C++17) # we need to pass the arguments below.
# if we do not do so, linking plumed-runtime fails because the destructor of std::bad_function_call is not found
export STATIC_LIBS="-Wl,-rpath,$PREFIX/lib -L$PREFIX/lib"
fi

# libraries are explicitly listed here due to --disable-libsearch
Expand Down
2 changes: 1 addition & 1 deletion conda/plumed/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CONDA_BUILD_SYSROOT:
- /opt/MacOSX10.9.sdk # [osx and x86_64]
- /opt/MacOSX10.13.sdk # [osx and x86_64]
- /opt/MacOSX11.0.sdk # [osx and arm64]
2 changes: 1 addition & 1 deletion conda/py-plumed/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CONDA_BUILD_SYSROOT:
- /opt/MacOSX10.9.sdk # [osx and x86_64]
- /opt/MacOSX10.13.sdk # [osx and x86_64]
- /opt/MacOSX11.0.sdk # [osx and arm64]
python:
- 3.8
Expand Down
Loading

1 comment on commit c886fa8

@PlumedBot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found broken examples in automatic/ANGLES.tmp
Found broken examples in automatic/ANN.tmp
Found broken examples in automatic/CAVITY.tmp
Found broken examples in automatic/CLASSICAL_MDS.tmp
Found broken examples in automatic/CLUSTER_DIAMETER.tmp
Found broken examples in automatic/CLUSTER_DISTRIBUTION.tmp
Found broken examples in automatic/CLUSTER_PROPERTIES.tmp
Found broken examples in automatic/CONSTANT.tmp
Found broken examples in automatic/CONTACT_MATRIX.tmp
Found broken examples in automatic/CONTACT_MATRIX_PROPER.tmp
Found broken examples in automatic/CONVERT_TO_FES.tmp
Found broken examples in automatic/COORDINATIONNUMBER.tmp
Found broken examples in automatic/DFSCLUSTERING.tmp
Found broken examples in automatic/DISTANCE_FROM_CONTOUR.tmp
Found broken examples in automatic/DUMPCUBE.tmp
Found broken examples in automatic/DUMPGRID.tmp
Found broken examples in automatic/EDS.tmp
Found broken examples in automatic/EMMI.tmp
Found broken examples in automatic/ENVIRONMENTSIMILARITY.tmp
Found broken examples in automatic/FIND_CONTOUR.tmp
Found broken examples in automatic/FIND_CONTOUR_SURFACE.tmp
Found broken examples in automatic/FIND_SPHERICAL_CONTOUR.tmp
Found broken examples in automatic/FOURIER_TRANSFORM.tmp
Found broken examples in automatic/FUNCPATHGENERAL.tmp
Found broken examples in automatic/FUNCPATHMSD.tmp
Found broken examples in automatic/FUNNEL.tmp
Found broken examples in automatic/FUNNEL_PS.tmp
Found broken examples in automatic/GHBFIX.tmp
Found broken examples in automatic/GPROPERTYMAP.tmp
Found broken examples in automatic/HBOND_MATRIX.tmp
Found broken examples in automatic/HISTOGRAM.tmp
Found broken examples in automatic/INCLUDE.tmp
Found broken examples in automatic/INCYLINDER.tmp
Found broken examples in automatic/INENVELOPE.tmp
Found broken examples in automatic/INTERPOLATE_GRID.tmp
Found broken examples in automatic/LOCAL_AVERAGE.tmp
Found broken examples in automatic/MAZE_OPTIMIZER_BIAS.tmp
Found broken examples in automatic/MAZE_RANDOM_ACCELERATION_MD.tmp
Found broken examples in automatic/MAZE_SIMULATED_ANNEALING.tmp
Found broken examples in automatic/MAZE_STEERED_MD.tmp
Found broken examples in automatic/METATENSOR.tmp
Found broken examples in automatic/MULTICOLVARDENS.tmp
Found broken examples in automatic/OUTPUT_CLUSTER.tmp
Found broken examples in automatic/PAMM.tmp
Found broken examples in automatic/PCA.tmp
Found broken examples in automatic/PCAVARS.tmp
Found broken examples in automatic/PIV.tmp
Found broken examples in automatic/PLUMED.tmp
Found broken examples in automatic/Q3.tmp
Found broken examples in automatic/Q4.tmp
Found broken examples in automatic/Q6.tmp
Found broken examples in automatic/QUATERNION.tmp
Found broken examples in automatic/REWEIGHT_BIAS.tmp
Found broken examples in automatic/REWEIGHT_METAD.tmp
Found broken examples in automatic/SIZESHAPE_POSITION_LINEAR_PROJ.tmp
Found broken examples in automatic/SIZESHAPE_POSITION_MAHA_DIST.tmp
Found broken examples in automatic/SPRINT.tmp
Found broken examples in automatic/TETRAHEDRALPORE.tmp
Found broken examples in automatic/TORSIONS.tmp
Found broken examples in automatic/WHAM_HISTOGRAM.tmp
Found broken examples in automatic/WHAM_WEIGHTS.tmp
Found broken examples in AnalysisPP.md
Found broken examples in CollectiveVariablesPP.md
Found broken examples in MiscelaneousPP.md

Please sign in to comment.