Add a job_walltime_factor
Allow the user to manually set the walltime. Otherwise we get some jobs killed in the simulations.
parser.add_argument('-jwf', '--job_walltime_factor',
type=float, default=2,
help='Jobs walltimes are computed by the formula max(givenWalltime, jobWalltimeFactor*givenRuntime)')