From 8f9dccadf247ada78272b586c9aba4e3f0df8a2f Mon Sep 17 00:00:00 2001
From: Sudheer Chunduri <{ID}+{username}@users.noreply.github.com>
Date: Thu, 16 Feb 2023 10:17:01 -0800
Subject: [PATCH] apmpi log reporting template format apmpi module uses the
apmpi-analysis.py for parsing the apmpi portion of the darshan log to
generate a report the reporting is done based on the jinja2 templating format
---
apmpi/util/apmpi-log-summary.html | 251 ++++++++++++++++++++++++++++++
1 file changed, 251 insertions(+)
create mode 100644 apmpi/util/apmpi-log-summary.html
diff --git a/apmpi/util/apmpi-log-summary.html b/apmpi/util/apmpi-log-summary.html
new file mode 100644
index 0000000..848ece2
--- /dev/null
+++ b/apmpi/util/apmpi-log-summary.html
@@ -0,0 +1,251 @@
+
+
+
+ Darshan Report
+
+
+
+
+
+
+
+
+
Darshan Summary Report for ${var.exe.split()[0].split('/')[-1]} on ${var.date.date()}
+
${var.exe}
+
+
+
+
+
+
Jobid
+
uid
+
processes
+
runtime (seconds)
+
+
+
+
+
${var.jid}
+
${var.uid}
+
${var.nprocs}
+
${var.runtime}
+
+
+
+
+
+
Performance Estimate
+
I/O performance estimate (at the POSIX layer): transferred 107835432.9 MiB at 44357.76 MiB/s