![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Parallel Job Execution | Prashantckc | Shell Programming and Scripting | 4 | 05-02-2009 03:16 PM |
| Parallel Execution on Multiple System | 123an | High Performance Computing | 7 | 03-16-2009 03:59 AM |
| Parallel SSH execution and a single shell to control them all | iBot | UNIX and Linux RSS News | 0 | 10-30-2008 04:50 AM |
| Make : parallel execution | suman_jakkula | AIX | 0 | 03-14-2006 03:33 AM |
| Parallel Execution | RishiPahuja | Shell Programming and Scripting | 4 | 05-10-2005 03:15 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Job Execution in Parallel and Maintain Dependency
All,
We need to run multiple jobs in parallel with the dependencies intact. I was trying to use the same with &, but in vain. Is there is any other way to resolve this issue. I need to run Set1 A.sh B.sh C.sh Set2 D.sh E.sh Set3 F.sh G.sh Jobs Parallely When Set1 Completes I need to run the below Set4 irrespective of other sets Set4 AA.sh BB.sh When set2 completes I need to run below Set 5 irrespective of other sets Set 5 CC.sh When set3 completed I need to run below Set 6 irrespective of other sets Set6 DD.sh Once Set 4, 5, 6 completes I need to run set7 Set7 final.sh How can I make this parallel and set the dependency also? any help is appreciated. Regards Anand M |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|