It's a lot easier to do parallel in EG than that paper, which isn't for EG. In EG, do this: 1. turn grid processing on in the project properties. 2. in options, put some code in 'insert custom code before submitted code' that sets your libnames and global variables (I write mine out to files in autoexec and then read them in). 3. link the tasks (based on logic creation order) within a single flow. You can have multiple link paths so long as they can run concurrent. 4. run the flow and debug.
... View more