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 an CML option to clear the application cache #160

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

pshriwise
Copy link
Collaborator

A few users have reached out about problems related to crashed caused by the Qt application configuration state, which manifests itself in a few ways. See:

Often the answer to these solutions is to remove the plotter configuration file manually (usually in ~/.config/OpenMC). The QtSettings allows one to clear this cache programmatically, so rather than having users taking this step manually this PR provides an option to do so with a --clear-cache flag that can be passed via the CML to the plotter application.

Copy link
Contributor

@paulromano paulromano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @pshriwise!

@paulromano paulromano merged commit 80086ba into openmc-dev:develop Nov 22, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants