ecmwf / kronos

Kronos provides tools for analysing profiling information, model and generating portable HPC workloads
Apache License 2.0
7 stars 1 forks source link

sbatch support partition name #4

Open tbugfinder opened 4 years ago

tbugfinder commented 4 years ago

https://github.com/ecmwf/kronos/blob/f9ff7e0c096fcc3a3bbf2063480348c13b031f3e/kronos_executor/kronos_executor/execution_contexts/slurm.py#L7

Would it make sense to support custom partition names for slurm?

oiffrig commented 3 years ago

It would definitely make sense to have that as an option. The execution contexts just have been added in the last release, and will definitely need to be improved. For now, if you want to experiment, Kronos will first look for an execution context in the current working directory, meaning that you can override these settings easily.