-
Notifications
You must be signed in to change notification settings - Fork 1
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
Design OpenM++ MPI job controller using GO #19
Comments
A branch of this project was created: openmppIss19 code in the openmpp/UI project related to the teplates and the ability to launch mpi jobs are:
|
The Run Model button in the OpemM++ UI Gui sends the command
The oms daemon has a routing table set up in omsApi.go, which makes it possible to change functionality. There are some extra functionality branching off this path. Full path:
|
Trace in golang code
|
A branch was created to hold the updated mpi template. https://github.com/StatCan/openmpp/tree/openmppiss19 |
Link to open M++ API documentation on how to API call to run the model |
OMS is started via shell script start-oms.sh from the Jupyterlab dockerfile. |
Code changes would be limited to the runModel.go file.
These two options are almost identical except for tracking changes. The second option (create a separate file with separate functions) is probably the best option to understand the changes. |
Epic: #2
Relates to: #12
The text was updated successfully, but these errors were encountered: