Skip to content

Commit

Permalink
Included README.md, INSTALL.md, and LICENSE.md in the tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
spakin committed Sep 16, 2014
1 parent 79a3231 commit 706d589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

SUBDIRS = lib tools

EXTRA_DIST = README.md INSTALL.md LICENSE.md

# Sneaky trick: Output a sed command that will fully expand the prefix
# and exec_prefix variables in bf-gcc and bf-inst.
sed-command:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ Byfl installs two scripts to convert Byfl output (lines beginning with `BYFL`) i

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.

License
-------
Copyright and license
---------------------

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.

Expand Down

0 comments on commit 706d589

Please sign in to comment.