From cd159a116f4a4879b54e6a695d9616172cba5bdc Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Tue, 20 Jun 2023 17:45:36 +0200 Subject: [PATCH] Investigates tag[i] error --- ohmpi/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ohmpi/utils.py b/ohmpi/utils.py index 483e4daa..13c2e7cb 100644 --- a/ohmpi/utils.py +++ b/ohmpi/utils.py @@ -75,6 +75,7 @@ def parse_log(log): process_id.append(line.split(" | ")[1]) msg.append(":".join(line.split(" | ")[2].split(":")[1:])) tag.append(line.split(" | ")[2].split(":")[0]) + print(i, line) if tag[i] == 'INFO': if 'NEW SESSION' in msg[i]: s += 1 -- GitLab