On Jul 11, 2007, at 4:47 PM, Glendenning, Lisa wrote:
> * When linking with libopen-pal, the following warning is normal:
> 'In
> function `checkpoint_response': warning: mkfifo is not implemented and
> will always fail'
Josh -
I thought the checkpoint code wasn't built unless requested. Anyway,
if you AC_CHECK_FUNCS for mkfifo, it'll fail on the Cray. Can you
update opal/runtime/opal_cr.c to not have code that calls mkfifo()
compiled on platforms that don't have mkfifo?
Thanks,
Brian
|