1
1

README: Update with information about Reproducible Builds.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
Jeff Squyres 2018-10-20 09:33:22 -04:00
родитель bc23993dea
Коммит bc8a42a647

9
README
Просмотреть файл

@ -140,6 +140,15 @@ General notes
using the clang-4.0 system compiler. A workaround is to build
Open MPI using the GNU compiler.
- Open MPI has taken some steps towards Reproducible Builds
(https://reproducible-builds.org/). Specifically, Open MPI's
"configure" and "make" process, by default, records some
system-specific information such as the hostname where Open MPI was
built and the username who built it. If you desire a Reproducible
Build, set the $USER and $HOSTNAME environment variables before
invoking "configure" and "make", and Open MPI will use those values
instead of invoking "whoami" and/or "hostname", respectively.
Platform Notes
--------------