Will do.

Sam

On Aug 26, 2010, at 2:08 PM, Jeff Squyres wrote:

I think Sam already submitted CMR's for 1.5:

 https://svn.open-mpi.org/trac/ompi/ticket/2545

Sam -- can you construct an equivalent for v1.4 and CC Paul so that he knows not to follow up on it?

Thanks!


On Aug 26, 2010, at 3:56 PM, Paul H. Hargrove wrote:

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

_______________________________________________
devel mailing list
de...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/devel


--
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/


_______________________________________________
devel mailing list
de...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/devel

Reply via email to