parser.add_argument('--arrival',default=choices[0],type=str,choices=choices,help=f'Modify arrival distribution ({choices[1]}) or use the original submit times ({choices[0]})')
parser.add_argument('--policy',type=str,choices=policies,default=None,help='Schedule policy to use')
# Account options
parser.add_argument('--accounts',action='store_true',help='Flag indicating if accounts should be tracked')
parser.add_argument('--accounts-json',type=str,help='Json of account stats generated in previous run. see raps/accounts.py')