I have a batch script which starts off a couple of qsub jobs, and I want to trap when they are all completed. I don't want to use the -sync option, because I want them to be running simultaneously. Each job has a different set of command line parameters. I want my script to wait till when all the jobs have been completed, and do something after that. I don't want to use the sleep function e.g. to