Skip to content

Commit bc8a42a

Browse files
committed
README: Update with information about Reproducible Builds.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent bc23993 commit bc8a42a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,15 @@ General notes
140140
using the clang-4.0 system compiler. A workaround is to build
141141
Open MPI using the GNU compiler.
142142

143+
- Open MPI has taken some steps towards Reproducible Builds
144+
(https://reproducible-builds.org/). Specifically, Open MPI's
145+
"configure" and "make" process, by default, records some
146+
system-specific information such as the hostname where Open MPI was
147+
built and the username who built it. If you desire a Reproducible
148+
Build, set the $USER and $HOSTNAME environment variables before
149+
invoking "configure" and "make", and Open MPI will use those values
150+
instead of invoking "whoami" and/or "hostname", respectively.
151+
143152
Platform Notes
144153
--------------
145154

0 commit comments

Comments
 (0)