parser=argparse.ArgumentParser(description="Python script to read a workload trace in the Standard Workload Format (SWF), decompose it into user sessions, analyse the dependencies between sessions and store the results in the Session Annotated Batsim JSON format (SABjson).")
parser.add_argument('input_swf',
...
...
@@ -172,6 +194,7 @@ if __name__ == "__main__":
help="(default: 1) Selects the level of detail we want for job profiles. "
"This parameter is used to group jobs that have close running times. "
"For example: a job grain of 10 will round up running times to the next ten.")