Changes between Version 37 and Version 38 of JobSubmission


Ignore:
Timestamp:
Mar 11, 2015, 11:12:43 AM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JobSubmission

    v37 v38  
    7070
    7171The remaining items specify input files:
    72 either physical filenames, or '''--remote_file''' arguments as described aboe.
     72either physical filenames, or '''--remote_file''' arguments as described above.
     73
     74For example, suppose you have input files named '''file1''' ... '''filen'''
     75(already staged),
     76and you want to submit a job for each file.
     77You could create a file '''file_list''' containing
     78{{{
     79file1
     80file2
     81...
     82filen
     83}}}
     84and then submit the jobs by typing
     85{{{
     86bin/create_work --appname name --stdin < file_list
     87}}}
    7388
    7489== From a C++ program == #cpp-workgen