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 class RemoteJobManagerFactory #11963

Closed
1 task done
mantid-builder opened this issue Feb 19, 2015 · 1 comment
Closed
1 task done

Add class RemoteJobManagerFactory #11963

mantid-builder opened this issue Feb 19, 2015 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: @FedeMPouzols

This ticket is blocked by :

This ticket is blocks : TRAC9277, TRAC11064, TRAC11126, TRAC11373, TRAC11392

And/or clarify the role of FacilityInfo::getRemoteJobManager. EDIT: Conclusion about this is: at some point it will be removed (http://trac.mantidproject.org/mantid/ticket/11373, after or with http://trac.mantidproject.org/mantid/ticket/11392). It is being replaced with the RemoteJobManagerFactory.

In the remote algorithms, RemoteJobManager objects are being created via ConfigService::Instance().getFacility().getRemoteJobManager(name)

Follow the design/diagram on slide 19 of https://github.com/mantidproject/documents/blob/master/Presentations/SOS18/Mantid%20HPC%20Challenges.pptx

This new factory should behave like other factories in Mantid. It provides a Create(name) method that returns an IRemoteJobManager object (as a shared pointer).

@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 11124

@mantid-builder mantid-builder added the Framework Issues and pull requests related to components in the Framework label Jun 3, 2015
@mantid-builder mantid-builder added this to the Release 3.4 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework
Projects
None yet
Development

No branches or pull requests

2 participants