Skip to content

Commit

Permalink
Add nf-co2footprint version to summary output
Browse files Browse the repository at this point in the history
skrakau committed Jan 30, 2024

Verified

This commit was signed with the committer’s verified signature.
skrakau Sabrina Krakau
1 parent 9623d35 commit fe5042b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -361,6 +361,8 @@ class CO2FootprintFactory implements TraceObserverFactory {
co2eSummaryFile.println("Energy consumption: ${HelperFunctions.convertToReadableUnits(total_energy,3)}Wh")
co2eSummaryFile.println("\nThe calculation of these values is based on the carbon footprint computation method developed in the Green Algorithms project.")
co2eSummaryFile.println("Lannelongue, L., Grealey, J., Inouye, M., Green Algorithms: Quantifying the Carbon Footprint of Computation. Adv. Sci. 2021, 2100707. https://doi.org/10.1002/advs.202100707")
co2eSummaryFile.println()
co2eSummaryFile.println("nf-co2footprint plugin version: ${version}")
co2eSummaryFile.flush()
co2eSummaryFile.close()

0 comments on commit fe5042b

Please sign in to comment.