We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need a concept for:
I suggest to do this using two settings on the service labels
Runtype:
One of: [serial, MPI, GPU accelerated]
serial
MPI
GPU accelerated
Resources
any combination of:
threads: number of cores ranks: number of MPI process gpus: number of GPUs to use
threads
ranks
gpus
If nothing defined on service-labels, defaults to 1 core non threaded, non MPI non GPU. Otherwise, reasonable defaults are provided.
The text was updated successfully, but these errors were encountered:
this is outdated. resources can be applied. if this is still needed, please upgrade the case or create a new one.
Sorry, something went wrong.
pcrespov
mguidon
sanderegg
No branches or pull requests
We need a concept for:
I suggest to do this using two settings on the service labels
Runtype:
One of: [
serial
,MPI
,GPU accelerated
]Resources
any combination of:
threads
: number of coresranks
: number of MPI processgpus
: number of GPUs to useIf nothing defined on service-labels, defaults to 1 core non threaded, non MPI non GPU. Otherwise, reasonable defaults are provided.
The text was updated successfully, but these errors were encountered: