-
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
Create resource templates for MPI and non-MPI jobs #36
Comments
In an email sent 19 December 2023, Anataoly said the following.
etc.zip host-2023_12_19_14_07_51_546-localhost_4044.ini.txt |
related to Implement OpenM++ MPI job controller using GO in that the new go controller will need to use this information to launch jobs. |
According to the OpenMpp wiki, the ini files are used to simplify the length of command line arguments. i.e. running the jobs directly, >modelOne.exe -ini small.ini.
And so on. I could find no references other than the job.ini file of the ini files being used in conjunction with the UI. Given this is not how we intend to use OpenMpp in AAW, there seems to be no point in implementing these ini files directly.
|
The objective of this issue isn't to copy the work done by OpenM, it's to use a similar approach to provided choices (actually templates behind the scenes) to users of OpenM to be able to select the resource scale of their MPI Job workers. I.e, instead of using the Json file to select how many MPI threads are needed to or whether or not to use an ini file, it can be used to specify how many CPU/MEM to set for the workers. |
Should this be part of Jacek's work on the go controller? |
Anatoly demoed to us template resource config files which users can select in the oms UI. This can be used to allow different sizes for the worker pods.
The text was updated successfully, but these errors were encountered: