--- trunk/runParallel/runParallel.c 2006/07/17 23:55:43 2943 +++ trunk/runParallel/runParallel.c 2006/07/19 16:08:12 2956 @@ -3,6 +3,7 @@ #include #include #include +#include #include "getfile.h" @@ -11,13 +12,14 @@ int main(int argc, char *argv[]){ int myid,numprocs,rank,i; int nrst_files; + int error; char * dirname = "."; char *fname; //char *fname; extern char **environ; char *newargv[] ={ "/bin/echo", - "Hey this now spews on multiple machines", + "Filename", NULL }; MPI_Init(&argc,&argv); @@ -33,10 +35,16 @@ int main(int argc, char *argv[]){ printf("Number of files nrst_files %d\n",nrst_files); for (i=0;i