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
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
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