![]() |
|
|
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 |
| need help for shell programming | thungmail | Shell Programming and Scripting | 3 | 04-02-2008 04:55 PM |
| Shell programming | nivas | Shell Programming and Scripting | 5 | 01-31-2008 03:07 AM |
| Shell Programming | DonOmar | Shell Programming and Scripting | 1 | 04-27-2006 05:07 AM |
| shell programming | Neha Agarwal | Shell Programming and Scripting | 2 | 09-07-2005 03:23 AM |
| Shell Programming Help | mec585858 | UNIX for Dummies Questions & Answers | 4 | 12-10-2003 10:24 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
If I want to write program that spread the work to its child process so that each process compute some task what should I do?
The objective of my program is to fill in the table which (10*10) in dimension and each column is filled with the fibonacci value of i+j (i mean current row and j mean current column). I want my program to spread the work to its child process so that each process compute the value in T[*,j] (* mean every row,j mean current column). for example one of the child process must compute T[0,j] ,T[1,j] ,T[2,j] T[3,j] ,T[4,j] ,T[5,j] , T[6,j] ,T[7,j] ,T[8,j] ,T[9,j] (T[i,j] compute the value of fibonacci of i+j) Help me please........Thank you Best regard |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|