I'd propose using inttypes defines to handle this issue portably: On Tue, 17 Oct 2006, [email protected] wrote:
> -#define ORTE_TRANSPORT_KEY_FMT "%016lx-%016lx"
> +#define ORTE_TRANSPORT_KEY_FMT "%016llx-%016llx"
#include <inttypes.h>
#define ORTE_TRANSPORT_KEY_FMT "%016" PRIx64 "-%016" PRIx64
cheers,
. . christian
--
[email protected]
(QLogic SIG, formerly Pathscale)
