You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful if a custom filename for z3_problems could be used.
This would allow placing it in a build directory, rather than just the current directory where it often has to be .gitignored.
I guess this might help with parallel builds, e.g. having a unique file for RV32 and RV64 could mean they don't keep overwriting each other. I don't know if it perfectly handles parallelism either - if one Sail compiler is writing to z3_problems while another is reading it does that screw things up? (We run with 4 way parallelism and haven't seen that but I guess it would be quite unlikely anyway.)
The text was updated successfully, but these errors were encountered:
In theory, there could be a bug in the parallel case. It might be hard to trigger as I already made the code robust against parsing errors (it just doesn't use the file) to handle failures we were occasionally seeing in the github CI
It would be helpful if a custom filename for
z3_problems
could be used..gitignored
.z3_problems
while another is reading it does that screw things up? (We run with 4 way parallelism and haven't seen that but I guess it would be quite unlikely anyway.)The text was updated successfully, but these errors were encountered: