File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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+
143152Platform Notes
144153--------------
145154
You can’t perform that action at this time.
0 commit comments