1
1

Oops -- meant to say 10^-6, not 10^-3.

This commit was SVN r16776.
Этот коммит содержится в:
Jeff Squyres 2007-11-27 22:36:52 +00:00
родитель cf98657adb
Коммит 33b3d802a6

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

@ -33,7 +33,7 @@ successive clock ticks. For example, if the clock is implemented by
the hardware as a counter that is incremented every millisecond, the
value returned by MPI_Wtick should be 10^-3.
.PP
Note that on POSIX platforms, Open MPI should always return 10^-3 for
Note that on POSIX platforms, Open MPI should always return 10^-6 for
MPI_Wtick. The returned value may be different on Windows platforms.
.PP