Question: Parallel processing routines

It is not clear to me how to set up parallel processing for let's say 10 completely independent tasks/processes process1,process2 .....process10

Further, no communication between the 10 tasks/processes, process1,process2 .....process10, takes place and they only use  previously calculated functions and variables in the worksheet.

So how do you set up the 10 processes to run in parallel using proc or grid.  ??

I cannot make out from the examples in the manual how and where the processes are run.

Please Wait...