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
283 stars 135 forks source link

Use GCC14 and macos-14 in macOS CI #5070

Closed prckent closed 5 days ago

prckent commented 1 week ago

Proposed changes

Try GCC 14 to avoid macOS CI failure

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

Does this introduce a breaking change?

What systems has this change been tested on?

None. CI needs to run.

Checklist

prckent commented 1 week ago

Correctly used gcc14 but problem reoccurred. Trying macos15

ye-luo commented 1 week ago

Test this please

ye-luo commented 1 week ago

Test this please

PDoakORNL commented 5 days ago

Where is this CI running? Maybe I can log in and try to do something. At least figure out if there is a reason the bus error occurs in the estimator tests.

prckent commented 5 days ago

GitHub actions CI, so no easy login. It appears and disappears with certain versions of the mac toolchains, different compilers etc. Could be easily be us or them. Since it is no showstopper, better to focus on things needed for v4: energy density, structure factor etc.

I do think we should merge this PR. Still useful to have the newer GCC.

ye-luo commented 5 days ago

Test this please