Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --architecture flag to theta #1056

Merged
merged 4 commits into from
Jun 18, 2024
Merged

Conversation

leventeBajczi
Copy link
Contributor

We have some wrong results regarding the architecture, because we didn't pass this flag to Theta beforehand. This fixes it.

@PhilippWendler
Copy link
Member

Was --architecture already available in Theta previously, and just missing from the command line? Or is it new? In the latter case, the change would make old versions of Theta difficult to execute with BenchExec.

@leventeBajczi
Copy link
Contributor Author

Was --architecture already available in Theta previously, and just missing from the command line? Or is it new? In the latter case, the change would make old versions of Theta difficult to execute with BenchExec.

This has been available to Theta since our original entry in SV-COMP 2022. We were debugging some erroneous results and it turned out we have been using ILP32 for every benchmark run, hence the wrong results. I think that all useful versions of Theta (which handle C verification somewhat well) handle this flag, so I'm not really worried about compatibility.

@PhilippWendler PhilippWendler merged commit c1dfaf8 into sosy-lab:main Jun 18, 2024
7 checks passed
@leventeBajczi leventeBajczi deleted the patch-1 branch June 18, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants