I am getting fatal aborts when attempting to run with current develop. The inputs work for a build from April 2019 and fail with develop.
The abort is right at the start of VMC, related to property (observable) handling:
=========================================================
Start VMC
File Root qmc.g000.s000 append = no
=========================================================
Resetting walkers
Adding 9 walkers to 0 existing sets
Total number of walkers: 3.6000000000e+01
Total weight: 3.6000000000e+01
Resetting Properties of the walkers 1 x 8114
ERROR You cannot resize a constant size matrix beyond its initial max dimensions
This is identical to aborts present in the nightly tests:
https://cdash.qmcpack.org/CDash/testDetails.php?test=8024789&build=113981
The code change that likely introduced the current abort scenario was introduced in #2213. The nightly test goes from steady pass to steady failure around the merge of #2213:
https://cdash.qmcpack.org/CDash/testDetails.php?test=8026616&build=114000
Aborts of this type are similar to those seen in #2238.
The abort likely triggers every time an observable adds properties to scalar.dat. Currently both the skall and force estimators do this.
Given that standard estimators are affected, I think the in process release (#2412) should be gated until this issue is fixed.
I am getting fatal aborts when attempting to run with current develop. The inputs work for a build from April 2019 and fail with develop.
The abort is right at the start of VMC, related to property (observable) handling:
This is identical to aborts present in the nightly tests:
https://cdash.qmcpack.org/CDash/testDetails.php?test=8024789&build=113981
The code change that likely introduced the current abort scenario was introduced in #2213. The nightly test goes from steady pass to steady failure around the merge of #2213:
https://cdash.qmcpack.org/CDash/testDetails.php?test=8026616&build=114000
Aborts of this type are similar to those seen in #2238.
The abort likely triggers every time an observable adds properties to scalar.dat. Currently both the skall and force estimators do this.
Given that standard estimators are affected, I think the in process release (#2412) should be gated until this issue is fixed.