Dear developers,
when I run the solver doing a large number of sweeps the program crashes every time
the number of sweeps exceeds the range of an unsigned integer.
For example, if I run a 3-orbital calculation, beta=40 on 20 cores,
after about 36 minutes I get still a valid result:
total (effective) number of sweeps, normalized by N_meas: 4.20709e+09
Simulation details after 210624900 sweeps...
But after 38 minutes, which then exceeds 4.294e+09 sweeps, I get the error message:
"insert segment end time could not be inserted."
and the code exits.
best regards,
Steffen
Dear developers,
when I run the solver doing a large number of sweeps the program crashes every time
the number of sweeps exceeds the range of an unsigned integer.
For example, if I run a 3-orbital calculation, beta=40 on 20 cores,
after about 36 minutes I get still a valid result:
total (effective) number of sweeps, normalized by N_meas: 4.20709e+09
Simulation details after 210624900 sweeps...
But after 38 minutes, which then exceeds 4.294e+09 sweeps, I get the error message:
"insert segment end time could not be inserted."
and the code exits.
best regards,
Steffen