On Tue, Apr 20, 2021 at 09:27:06AM +0800, Lu Weitao wrote:
On Mon, Apr 19, 2021 at 08:39:10PM +0800, Li Yuanchao wrote:
If nr_run is a integer and nr_run > 1, submit nr_run times. Else, submit once.
[usage] submit xxx xxx nr_run=3 xxx.yaml
nr_run=3 => -n/--nr_run 3
and can config it in job.yaml ?
'=' would put the nr_run in job.yaml, we don't need to repeat things.
Thanks, Yuanchao