| # | Line 17 | Line 17 | int main(int argc, char *argv[]){ | |
|---|---|---|
| 17 | extern char **environ; | |
| 18 | char *newargv[] ={ | |
| 19 | "/bin/echo", | |
| 20 | < | "Hey this now spews on multiple machines", |
| 20 | > | "File Placeholder", |
| 21 | > | "Command options placeholder", |
| 22 | NULL | |
| 23 | }; | |
| 24 | MPI_Init(&argc,&argv); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |