Hi all,
I am having trouble building openmpi-1.7rc5 with ../configure --with-ft=cr
openmpi-1.7rc5# ./configure --with-ft=cr
openmpi-1.7rc5# make all install
error message:
base/errmgr_base_fns.c:565:13: warning: ignoring return value of
'asprintf', declared with attribute warn_unused_result [-Wunused-result]
base/errmgr_base_fns.c: In function 'orte_errmgr_base_migrate_state_str':
base/errmgr_base_fns.c:384:17: warning: ignoring return value of
'asprintf', declared with attribute warn_unused_result [-Wunused-result]
base/errmgr_base_fns.c: In function 'orte_errmgr_base_abort':
base/errmgr_base_fns.c:244:18: warning: ignoring return value of
'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
make[2]: *** [base/errmgr_base_fns.lo] Error 1
make[2]: Leaving directory
`/home/abolap/Downloads/openmpi-1.7rc5/orte/mca/errmgr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/abolap/Downloads/openmpi-1.7rc5/orte'
make: *** [all-recursive] Error 1
It install successfully when fault tolerance is not enabled on the build.
Pls help.
Regards - Ifeanyi
|