-
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
Prologue/epilogue per clusters #18
Comments
For CIGRI, a prologue/epilogue is already a per cluster process. The problem with g5k is that you have configured a "cigri cluster" as a "g5k site". I think that you should create as much "cigri clusters" as there are "g5k clusters" (not sites). Even in a OAR multicluster context, Cigri can manage the different clusters (with the side effect that it will multiply the number of queries on the OAR REST API...). |
Sure I can create as many CiGri clusters as there are clusters on Grid5000. But then:
I was aware of the properties field. I documented it here : https://www.grid5000.fr/mediawiki/index.php/CiGri. But I do not see how it helps for running a prologue/epilogue per clusters on Grid5000. Anyway, this issue is more "for the record" than something I want to work on. For the prologue, a workaround is to put the prologue action at the beginning of the task and use mutual exclusion on the file system to run it only once. The epilogue of a site can run the epilogue task for each cluster easily. |
I think that we have to discuss about the "site" notion because it has no sense in the current cigri code. |
On Grid5000, it might be useful to run prologue/epilogue per clusters rather than by site (ex: for compiling code with optimized options according to CPU type).
The text was updated successfully, but these errors were encountered: