josefl9
Mechanical
- Apr 19, 2021
- 22
Hello,
When using createjob/createtask, do the outputs of the job come in the order they were requested, or in the order the tasks finished?
e.g.:
Supposing I submit 8 tasks for a job, expecting a scalar output, denoted as fOUT from each. What a I want to receive from the job is an 1by8 vector, containing the fOUTs as [fOUT(1),fOUT(2),...fOUT(8)]. If however the tasks finish in different order, say 2-3-1-4-5-6-7-8, will i receive my outputs in the former sequence?
Thanks,
Josef K.
When using createjob/createtask, do the outputs of the job come in the order they were requested, or in the order the tasks finished?
e.g.:
Supposing I submit 8 tasks for a job, expecting a scalar output, denoted as fOUT from each. What a I want to receive from the job is an 1by8 vector, containing the fOUTs as [fOUT(1),fOUT(2),...fOUT(8)]. If however the tasks finish in different order, say 2-3-1-4-5-6-7-8, will i receive my outputs in the former sequence?
Thanks,
Josef K.