Skip to content

Commit 706d589

Browse files
committed
Included README.md, INSTALL.md, and LICENSE.md in the tarball
1 parent 79a3231 commit 706d589

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
SUBDIRS = lib tools
88

9+
EXTRA_DIST = README.md INSTALL.md LICENSE.md
10+
911
# Sneaky trick: Output a sed command that will fully expand the prefix
1012
# and exec_prefix variables in bf-gcc and bf-inst.
1113
sed-command:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ Byfl installs two scripts to convert Byfl output (lines beginning with `BYFL`) i
218218

219219
In addition, Byfl includes a script called `bfmerge`, which merges multiple Byfl output files by computing statistics across all of the files of each data value encountered. These output files might represent multiple runs of a sequential application or multiple processes from a single run of a parallel application. Currently, the set of statistics includes the sum, minimum, maximum, median, median absolute deviation, mean, and standard deviation. Thus, `bfmerge` facilitates quantifying the similarities and differences across applications or processes.
220220

221-
License
222-
-------
221+
Copyright and license
222+
---------------------
223223

224224
Los Alamos National Security, LLC (LANS) owns the copyright to Byfl, which it identifies internally as LA-CC-12-039. The license is BSD-ish with a "modifications must be indicated" clause. See [LICENSE.md](https://github.com/losalamos/Byfl/blob/master/LICENSE.md) for the full text.
225225

0 commit comments

Comments
 (0)