Skip to content

Commit 3bab76a

Browse files
committed
faq/building: strengthen some text about timestamps.
Slightly strengthen some text about filesystem timestamps. Refs open-mpi/ompi#6058. Signed-off-by: Jeff Squyres <[email protected]>
1 parent 41d4867 commit 3bab76a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

faq/building.inc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -590,12 +590,15 @@ Two solutions are possible:
590590
client(s) is the same. This can be accomplished in a variety of ways
591591
and is dependent upon your local setup; one method is to use an NTP
592592
daemon to synchronize all machines to a common time server.</li>
593-
<li> Build on a local disk filesystem where network timestamps are not
594-
a factor.</li>
593+
<li> Build on a local disk filesystem where network timestamps are
594+
guaranteed to be synchronized with the local build machine's
595+
time.</li>
595596
</ol>
596597
597-
After implementing one of the two options, you will likely need to
598-
re-run [configure]. Then Open MPI should build successfully.";
598+
After using one of the two options, it is likely safest to remove the
599+
Open MPI source tree and re-expand the Open MPI tarball. Then you can
600+
run [configure], [make], and [make install]. Open MPI should then
601+
build and install successfully.";
599602

600603
/////////////////////////////////////////////////////////////////////////
601604

0 commit comments

Comments
 (0)