help='The computation speed of the machines, in number of floating-point operations per second. This parameter is used to convert logged seconds to a number of floating-point operations')
parser.add_argument('-jwf','--jobWalltimeFactor',
type=float,default=2,
help='Jobs walltimes are computed by the formula max(givenWalltime, jobWalltimeFactor*givenRuntime)')
parser.add_argument('-gwo','--givenWalltimeOnly',
action="store_true",
help='If set, only the given walltime in the trace will be used')
parser.add_argument('-jg','--jobGrain',
type=int,default=1,
help='Selects the level of detail we want for jobs. This parameter is used to group jobs that have close running time')
help='If set to a non-negative integer, then JSON array elements and object members will be pretty-printed with that indent level. An indent level of 0, or negative, will only insert newlines. The default value (None) selects the most compact representation.')
help='The computation speed of the machines, in number of floating-point operations per second. This parameter is used to convert logged seconds to a number of floating-point operations')
help='If set to a non-negative integer, then JSON array elements and object members will be pretty-printed with that indent level. An indent level of 0, or negative, will only insert newlines. The default value (None) selects the most compact representation.')