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

Specialize Jobs/Messages for Remote and Local execution #94

Open
gidden opened this issue Jun 5, 2015 · 2 comments
Open

Specialize Jobs/Messages for Remote and Local execution #94

gidden opened this issue Jun 5, 2015 · 2 comments

Comments

@gidden
Copy link
Member

gidden commented Jun 5, 2015

  • Local jobs should be added to list
  • discover archetypes should be specialized (no menu, etc.)
@gidden gidden self-assigned this Jun 5, 2015
@gidden
Copy link
Member Author

gidden commented Jun 5, 2015

Hi folks,

I've looked into this and it is not trivial to fix based on my understanding of the controllers. All cyclus job objects have been designed to work remotely. It's not clear to me how to add a "local" job to the Jobs pane. Conceptually it is simply:

  • make a job object, set it to "busy"
  • upon complete, update the job object
    • on fail, update to failed job
    • on success, update to link to local database

@gidden
Copy link
Member Author

gidden commented Jun 5, 2015

Also, it appears that all jobs will get the same menu. We should probably just hold on this and refactor after the tutorial.

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

No branches or pull requests

2 participants