Problem building mpiexec on Mac

Pete Wyckoff pw at osc.edu
Tue Mar 25 14:38:12 EDT 2008


wgropp at uiuc.edu wrote on Tue, 25 Mar 2008 13:22 -0500:
> For these old Macs, they need
>
> #include <stdint.h>
>
> instead of <sys/types.h>
>
> That probably requires a configure check for stdint.h .

Ah, of course.  We'll risk it on the configure check for now, see
what non-C99 machines complain.

> For localtime, that fix works, and looking at localtime, I believe that is 
> the correct (for all systems) code (time_t and the type of tv_sec may be 
> different).

SUSv3 says timeval.tv_sec is type time_t.  But theory and practice;
you know.  All checked in per your suggestions.  Happy to have the
fixes.

		-- Pete


More information about the mpiexec mailing list