Skip to content

Commit

Permalink
Merge pull request icl-utk-edu#254 from wcohen/wcohen/python3
Browse files Browse the repository at this point in the history
high-level: Explicitly use python3
  • Loading branch information
Treece-Burgess authored Oct 10, 2024
2 parents 8433c96 + 21d2460 commit 7d7cdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/high-level/scripts/papi_hl_output_writer.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env python3
##
# @file papi_hl_output_writer.py
# @brief Converts HL output to be more comprehensible.
# Output is enhanced by creating derived metrics like IPC,
# MFlop/s, and MFlips/s. As well as real and processor time.

#!/usr/bin/python
from __future__ import division
from collections import OrderedDict

Expand Down

0 comments on commit 7d7cdca

Please sign in to comment.