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

Revamp processes #1

Open
stvdwtt opened this issue May 1, 2019 · 0 comments
Open

Revamp processes #1

stvdwtt opened this issue May 1, 2019 · 0 comments
Assignees

Comments

@stvdwtt
Copy link
Member

stvdwtt commented May 1, 2019

Right now every simulation has 5+ input processes:

  • Model parameters
  • Numerical parameters
  • A process for every variable/equation
  • Software
  • Computing environment

However, since both parameters processes reference the input file, if either differ between runs, neither can be shared. It would make sense to merge them.

Somewhat similarly, I think it makes sense to merge the eqn procs and the software proc. If someone changes the app in any way, I think it is fine to have a different process. This should be somewhat rare.

The revamped approach would have three processes:

  • Parameters
  • App
  • Computing environment

Conceptually these are cleaner and lead to less Materials Commons clutter.

@stvdwtt stvdwtt self-assigned this May 1, 2019
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