Hi, Does ignite assign the jobs when ignite.compute().call(jobs) is executed even number of jobs greater than number of nodes?
Lets say i have to execute the 9 jobs on 4 node cluster. Will 9 jobs assigned to nodes in the beginning itself ? or assign each job to each node and when node finishes the job assign the other job ? Thanks.
