| 72 | | either physical filenames, or '''--remote_file''' arguments as described aboe. |
| | 72 | either physical filenames, or '''--remote_file''' arguments as described above. |
| | 73 | |
| | 74 | For example, suppose you have input files named '''file1''' ... '''filen''' |
| | 75 | (already staged), |
| | 76 | and you want to submit a job for each file. |
| | 77 | You could create a file '''file_list''' containing |
| | 78 | {{{ |
| | 79 | file1 |
| | 80 | file2 |
| | 81 | ... |
| | 82 | filen |
| | 83 | }}} |
| | 84 | and then submit the jobs by typing |
| | 85 | {{{ |
| | 86 | bin/create_work --appname name --stdin < file_list |
| | 87 | }}} |