parser.add_option("--num-banks",metavar="str",help="the number of banks per job. can be given as a list like 1,2,3,4 then it will split up the bank cache into N groups with M banks each.")
parser.add_option("--condor-command",action="append",default=[],metavar="command=value",help="set condor commands of the form command=value; can be given multiple times")