myquestans
Hi,
I am using sun grid engine on rock clusters. I have to submit a pre-complied binary executable in the sun grid engine. The binary executable has two parameters: one for input and another for output.
For instance:
$ ./binfile -i infilename -o outfilename
I need to read different input files from a particular directory and give the different output filename for each input file.
I looked in the web and found out that array job in the sun grid engine is used when you need to submit a single job with multiple data files. But for that the file names should be the same and they vary only by the SGE_TASK_ID.
In my case, all the file names are different and the task ID also might not be there. Also this is not a message passing program.
I tried searching in the web a lot but couldn't figure out how do I achieve this.
If any of you have any idea please reply me back as soon as possible.
Thanks,
Tinaaz
I am using sun grid engine on rock clusters. I have to submit a pre-complied binary executable in the sun grid engine. The binary executable has two parameters: one for input and another for output.
For instance:
$ ./binfile -i infilename -o outfilename
I need to read different input files from a particular directory and give the different output filename for each input file.
I looked in the web and found out that array job in the sun grid engine is used when you need to submit a single job with multiple data files. But for that the file names should be the same and they vary only by the SGE_TASK_ID.
In my case, all the file names are different and the task ID also might not be there. Also this is not a message passing program.
I tried searching in the web a lot but couldn't figure out how do I achieve this.
If any of you have any idea please reply me back as soon as possible.
Thanks,
Tinaaz