Project ID: plumID:22.002
Stderr for source: OAH-G6/plumed.dat
Download: zipped raw stdout - zipped raw stderr
#! Only the first 1000 rows of the error file are shown below #! To inspect the full error file, please download the zipped raw stderr file above WARNING: using a legacy ActionRegister.h include path, please use <<#include "core/ActionRegister.h">> WARNING: "core/Atoms.h" does not exist anymore in version >=2.10, you should change your code. GAMBES_log_static_few.kSMIYg.cpp: In member function ‘virtual void PLMD::bias::GAMBESL::prepare()’: GAMBES_log_static_few.kSMIYg.cpp:232:37: warning: ‘void PLMD::PlumedMain::DeprecatedAtoms::setCollectEnergy(bool) const’ is deprecated [-Wdeprecated-declarations] 232 | plumed.getAtoms().setCollectEnergy(true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ In file included from GAMBES_log_static_few.kSMIYg.cpp:22: /home/runner/opt/include/plumed/core/PlumedMain.h:111:10: note: declared here 111 | void setCollectEnergy(bool b) const; | ^~~~~~~~~~~~~~~~ GAMBES_log_static_few.kSMIYg.cpp: In member function ‘virtual void PLMD::bias::GAMBESL::calculate()’: GAMBES_log_static_few.kSMIYg.cpp:238:36: warning: ‘double PLMD::PlumedMain::DeprecatedAtoms::getKbT() const’ is deprecated: Use Action::getkBT() N.B. this function also reads the TEMP keyword from the input for you. [-Wdeprecated-declarations] 238 | beta = 1/plumed.getAtoms().getKbT(); | ~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from GAMBES_log_static_few.kSMIYg.cpp:22: /home/runner/opt/include/plumed/core/PlumedMain.h:105:12: note: declared here 105 | double getKbT() const ; | ^~~~~~ GAMBES_log_static_few.kSMIYg.cpp:239:63: warning: ‘double PLMD::PlumedMain::DeprecatedAtoms::getKBoltzmann() const’ is deprecated: Use Action::getKBoltzmann(). [-Wdeprecated-declarations] 239 | if(temp>0.0){ beta = 1/(temp*plumed.getAtoms().getKBoltzmann()) ; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from GAMBES_log_static_few.kSMIYg.cpp:22: /home/runner/opt/include/plumed/core/PlumedMain.h:103:12: note: declared here 103 | double getKBoltzmann() const ; | ^~~~~~~~~~~~~ GAMBES_log_static_few.kSMIYg.cpp:259:57: warning: ‘double PLMD::PlumedMain::DeprecatedAtoms::getEnergy() const’ is deprecated [-Wdeprecated-declarations] 259 | if(iter==0){energy_offset= plumed.getAtoms().getEnergy();} | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from GAMBES_log_static_few.kSMIYg.cpp:22: /home/runner/opt/include/plumed/core/PlumedMain.h:113:12: note: declared here 113 | double getEnergy() const ; | ^~~~~~~~~ GAMBES_log_static_few.kSMIYg.cpp:260:44: warning: ‘double PLMD::PlumedMain::DeprecatedAtoms::getEnergy() const’ is deprecated [-Wdeprecated-declarations] 260 | double energy=plumed.getAtoms().getEnergy() - energy_offset; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from GAMBES_log_static_few.kSMIYg.cpp:22: /home/runner/opt/include/plumed/core/PlumedMain.h:113:12: note: declared here 113 | double getEnergy() const ; | ^~~~~~~~~