#################### ## ## Test Condor command file ## #################### # uncomment if your program wasn't compiled using condor_compile # universe = standard # name of executable to submit executable = program # where to dump stdout from your program output = program.stdout # where to dump stderr from your program error = program.stderr # logfile for condor log = program.log # arguments to pass program arguments = foo bar glarch # set environment variables for program environment = alpha=a;bravo=b;charlie=c # directory to change to before running program directory = /clusterhomes/testuser/condor queue