You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On many customer platforms, we have (at least) two distinct partitions, one being CPU-only, the other one being GPU-accelerated.
Several services are required to execute on each of the two partitions but with a specific set of variables - these variables are therefore, in a sense, target-specific.
For instance, here is a service aiming at running the STREAM benchmark:
Hello Nicolas,
There is no plan to provide such feature yet.
This is not the first time that we have this reported need. But Milkcheck doesn't manage any per node configuration, it relies on clustershell. To manage specific configuration on nodes, we use nodesets and groups and use that in cmd part.
It implies to have nodeset configuration synchronized on all of your nodes.
On many customer platforms, we have (at least) two distinct partitions, one being CPU-only, the other one being GPU-accelerated.
Several services are required to execute on each of the two partitions but with a specific set of variables - these variables are therefore, in a sense, target-specific.
For instance, here is a service aiming at running the STREAM benchmark:
where the working directory and the performance threshold will depend on the target.
It seems to me that duplication of the service declaration could be avoided if this was possible to declare target-specific variables.
Does this appear to be a fair request for enhancement or am I doing things wrong here?
Thanks.
The text was updated successfully, but these errors were encountered: