Hi,
It would be really useful to have a widget that allows to specify job environment variables as key value pairs, same as what
add env key value does in GriCli
This would be quite useful with LoadLeveler - there is a number of options for how the LoadLeveler job gets submitted that can be specified in environment variables (GBLL_*).
E.g., to set unlimited blocking (tasks can be arbitrarily scattered across free slots on compute nodes), one would submit the job with (RSL-level):
(environment=(GBLL_BLOCKING unlimited))
It would be a "nice to have" for "ordinary" LL jobs, but would really help with jobs submitted to the BlueGene - some choices to be made can only be expressed in these variables. It would be possible to submit BG/P jobs without this. But this would be useful to e.g. specify the BG/P mode (SMP/DUAL/VirtualNode) via an env variable.
Hi,
It would be really useful to have a widget that allows to specify job environment variables as key value pairs, same as what
add env key valuedoes in GriCliThis would be quite useful with LoadLeveler - there is a number of options for how the LoadLeveler job gets submitted that can be specified in environment variables (GBLL_*).
E.g., to set unlimited blocking (tasks can be arbitrarily scattered across free slots on compute nodes), one would submit the job with (RSL-level):
(environment=(GBLL_BLOCKING unlimited))
It would be a "nice to have" for "ordinary" LL jobs, but would really help with jobs submitted to the BlueGene - some choices to be made can only be expressed in these variables. It would be possible to submit BG/P jobs without this. But this would be useful to e.g. specify the BG/P mode (SMP/DUAL/VirtualNode) via an env variable.