-
Notifications
You must be signed in to change notification settings - Fork 40
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
group institution deploying #450
base: main
Are you sure you want to change the base?
Conversation
|
||
#pragma cyclus note {"doc": "An institution that owns and operates a " \ | ||
"manually entered list of facilities in " \ | ||
"the input file"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the same description that is in manager_inst. Some clarification of about what distinguishes the two would be helpful.
|
||
|
||
|
||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you also want to be able to decommission the group?
This is an attempt to add a institution that allows to group facilities together, allowing to deploy a bunch of facilities in the same time.
There is probably improvement to be done on this (like adding a number of facility to group):
I let it up to you review and comment.