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

Document old variant computation once develop/#297 is accepted #51

Open
rsasse opened this issue Oct 29, 2018 · 1 comment
Open

Document old variant computation once develop/#297 is accepted #51

rsasse opened this issue Oct 29, 2018 · 1 comment

Comments

@rsasse
Copy link
Member

rsasse commented Oct 29, 2018

Need to document the
TAMARIN_NO_MAUDE_VARIANTS
environment variable which can be set to use the old, Tamarin-internal variant computation. This might be needed for reproduction of older examples.

@rsasse
Copy link
Member Author

rsasse commented Oct 30, 2018

Essentially, one sets the variable by executing
export TAMARIN_NO_MAUDE_VARIANTS=1
the success of which can be checked by calling
echo $TAMARIN_NO_MAUDE_VARIANTS
which should return 1 and leads to any subsequent Tamarin calls (in that current shell!) to use the old variant computation. Use unset to remove the variable and go back to Maude-based variants.

This documentation should be added before the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant