QMCPACK / qmcpack

Main repository for QMCPACK, an open-source production level many-body ab initio Quantum Monte Carlo code for computing the electronic structure of atoms, molecules, and solids with full performance portable GPU support
http://www.qmcpack.org
Other
295 stars 138 forks source link

Move hdf5 suppressor into file scope. #5031

Closed ye-luo closed 4 months ago

ye-luo commented 4 months ago

Proposed changes

No need to add it to the "main" of every executable and simplify linking. A unit test that doesn't use hdf5 doesn't need to link hdf5.

What type(s) of changes does this code introduce?

Does this introduce a breaking change?

What systems has this change been tested on?

epyc-server

Checklist

prckent commented 4 months ago

Test this please