Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidavdav committed Aug 5, 2015
1 parent 6e1f2c0 commit 81e6906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bash call, submit an SGE array job as an array of size 80

```bash
find data/input/ -type f > filelist
qsub -t1:80 -b y -cwd bin/julia-script filelist
qsub -t 1-80 -b y -cwd bin/julia-script filelist
```

The first job in the array processes files[1], files[81], etc, the second job processes files[2], files[82], etc.
Expand Down

0 comments on commit 81e6906

Please sign in to comment.