Re: [OMPI devel] oshmem warning

2014-02-26 Thread Jeff Squyres (jsquyres)
Also getting a bunch of these from clang: scoll_mpi_ops.c:21:46: warning: must specify at least one argument for '...' parameter of variadic macro [-Wgnu] MPI_COLL_VERBOSE(20,"RUNNING MPI BARRIER"); ^ ./scoll_mpi_debug.h:20:9: note: macro 'MPI

[OMPI devel] oshmem warning

2014-02-26 Thread Jeff Squyres (jsquyres)
Getting a bunch of these on the trunk: ../../../oshmem/mca/memheap/memheap.h:142:5: warning: "MCA_oshmem_memheap_DIRECT_CALL" is not defined Can someone investigate? Thanks. -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_busines

[OMPI devel] oshmem warning

2013-10-13 Thread Ralph Castain
I think you meant to use this in your oshmem_info, but forgot to do so: ../../../oshmem/include/oshmem/frameworks.h:14: warning: ‘oshmem_frameworks’ defined but not used Looks like that tool isn't quite right/complete. See how the frameworks file is used in orte as an example. Ralph