X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..34b1612aaf4fb4375dc39f42941027e56b80aafa:/tools/simgrid_convert_TI_traces.py diff --git a/tools/simgrid_convert_TI_traces.py b/tools/simgrid_convert_TI_traces.py index 4a9eff1399..b31bdbca61 100755 --- a/tools/simgrid_convert_TI_traces.py +++ b/tools/simgrid_convert_TI_traces.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2018-2022. The SimGrid Team. All rights reserved. +# Copyright (c) 2018-2023. The SimGrid Team. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the terms of the license (GNU LGPL) which comes with this package. @@ -70,8 +70,8 @@ def convert_trace(trace_path, base_path, output_path, trace_version="1.0"): raise Exception("Invalid traces: No Isend or Irecv " "found before the wait in line " + str(line_num) + " in file " + old_file_path) - new_line = insert_elem(split_line, 2, last_async_call_src) - new_line = insert_elem(split_line, 3, last_async_call_dst) + insert_elem(split_line, 2, last_async_call_src) + insert_elem(split_line, 3, last_async_call_dst) new_line = insert_elem(split_line, 4, "0") if new_line is not None: