George Bosilca <bosi...@icl.utk.edu> writes: > In opal/mca/linux/timer_linux_component.c. The timer is a special component > which is statically included during the build process (via > the MCA_timer_IMPLEMENTATION_HEADER define in opal/mca/timer/base/base.h > line 48). Thus the symbol should appear directly in the libmpi.a
Are you talking about different source? opal/mca/linux/timer_linux_component.c doesn't exist in the unpacked 1.10.2. Could you explain how the function gets picked up when it's apparently not in the source so that I might be able to debug it? (I went through this before, but have forgotten.) MCA_timer_IMPLEMENTATION_HEADER is opal/mca/timer/linux/timer_linux.h, and timer_linux_component.c seems to be about obtaining the CPU frequency, which I don't understand.