Universe = vanilla Executable = with_input Arguments = 12 23 Log = with_input.log # Note that the input file specified should be in the # Initialdir of each job. Input = inputfile Output = outputfile.$(Process) notification = Never # The following two lines in the submit file # have been inserted to force the job to be # picked up by the job router, and # given to the vanilla-to-vmware hook. # Compare with the job router configurations # specified in the config files +WantJobRouter = True requirements = Arch == 'nonsense' # The transfer_input_files is not really used by the job # here. It has been included to verify that the hook handles # this classad attribute correctly. # NOTE: These files too should be in the Initialdir of the job. transfer_input_files = submit, with_input.cpp, submit2 when_to_transfer_output = ON_EXIT Initialdir = run_1 Queue # This job specifies the transfer_output_files attribute. # Hence, the hello.txt file created by the execution of the # job is not returned as part of output, but the submit2 # file pushed inside the VM as part of the transfer_input_files # attribute is returned as output in addition to the Output file. transfer_output_files = submit2 Initialdir = run_2 Queue