The warnings below have appeared in some of my other testing results. However, I now know what they correspond to.

In both 1.5rc5 and 1.4.3rc1 there are two calls to orte_show_help() that are passing orte_process_info.nodename as the third argument, where a _Bool is expected. It looks to me as if the third argument is actually just missing from these 2 calls.

-Paul

For 1.4.3rc1:

"../../../../../ompi/mca/common/sm/common_sm_mmap.c", line 111.41: 1506-280 (W) Function argument assignment between types "_Bool" and "char*" is not allowed. "../../../../../ompi/mca/common/sm/common_sm_mmap.c", line 136.45: 1506-280 (W) Function argument assignment between types "_Bool" and "char*" is not allowed.

For 1.5rc5:

"../../../../../ompi/mca/common/sm/common_sm_mmap.c", line 110.41: 1506-280 (W) Function argument assignment between types "_Bool" and "char*" is not allowed. "../../../../../ompi/mca/common/sm/common_sm_mmap.c", line 135.45: 1506-280 (W) Function argument assignment between types "_Bool" and "char*" is not allowed.

--
Paul H. Hargrove                          phhargr...@lbl.gov
Future Technologies Group
HPC Research Department                   Tel: +1-510-495-2352
Lawrence Berkeley National Laboratory     Fax: +1-510-486-6900

Reply via email to