<div dir="ltr">I recall that the base configure script used to emit the help associated with --enable-timer-type. It no longer does so, although the option is still present in src/mpl/configure.<div><br></div><div>Do I have a reasonable expectation of seeing --help output for all options in the base configure, or am I expected to run --help against every configure in the tree?<br><br>Thanks,</div><div><br>Jeff<br><br>jrhammon-mac01:git jrhammon$ ./configure --help | grep time<br> runtime - error checking controllable at runtime through environment<br> runtime - Runtime control of data collected<br> runtime - Alias to "multiple"<br> --enable-mutex-timing calculate the time spent waiting on mutexes<br> speeds up one-time build<br> sometimes confusing) to the casual installer<br> User-defined run-time library search path.<br>jrhammon-mac01:git jrhammon$ ./src/mpl/configure --help | grep time<br> speeds up one-time build<br> --enable-timer-type=name - Select the timer to use for MPI_Wtime and<br> internal timestamps.<br> gethrtime - Solaris timer (Solaris systems only)<br> clock_gettime - Posix timer (where available)<br> gettimeofday - Most Unix systems<br> linux86_cycle - Linux x86; returns cycle counts, not time in seconds*<br> gcc_ia64_cycle - IPF ar.itc timer*<br>mach_absolute_time - Mach absolute time (alternative to clock_gettime<br> device - The timer is provided by the device<br> *Note that the cycle timers are intended to be used by<br> User-defined run-time library search path.<br><br><br>--<br>Jeff Hammond<br><a href="mailto:jeff.science@gmail.com">jeff.science@gmail.com</a><br><a href="http://jeffhammond.github.io/">http://jeffhammond.github.io/</a><br><div>
</div></div></div>