plumed / plumed2

Development version of plumed 2
https://www.plumed.org
GNU Lesser General Public License v3.0
324 stars 269 forks source link

Mklib deprecation warning for "core/Atoms.h" #1035

Closed Iximiel closed 4 months ago

Iximiel commented 4 months ago
Description

This should address the missing "core/Atoms.h" in the nest, more precisely it will only state that the header is deprecated, and then make proceed the compilation until there is a failure on an Atoms method that does not exists anymore, this may guide to update easier some error in the nest.

I also patched the template cv, so that now it can compiled as it is generated by plumed newcv

Target release

I would like my code to appear in release 2.10

Type of contribution
Copyright
Tests
Iximiel commented 4 months ago

I also patched the template cv, so that now it can compiled as it is generated by plumed newcv

I removed this, since the modification break the compile chain