Hi!

Found this problem when building r31409 with Pathscale 5.0

pshmem_barrier.c:81:6: error: redeclaration of 'pshmem_barrier_all' must have the 'overloadable' attribute
void shmem_barrier_all(void)
     ^
../../../../oshmem/shmem/c/profile/defines.h:193:37: note: expanded from macro 'shmem_barrier_all'
#define shmem_barrier_all           pshmem_barrier_all
                                    ^
pshmem_barrier.c:78:14: note: previous overload of function is here
#pragma weak shmem_barrier_all = pshmem_barrier_all
             ^
../../../../oshmem/shmem/c/profile/defines.h:193:37: note: expanded from macro 'shmem_barrier_all'
#define shmem_barrier_all           pshmem_barrier_all
                                    ^
pragma weak and define clashing...

--
Ake Sandgren, HPC2N, Umea University, S-90187 Umea, Sweden
Internet: a...@hpc2n.umu.se   Phone: +46 90 7866134 Fax: +46 90-580 14
Mobile: +46 70 7716134 WWW: http://www.hpc2n.umu.se

Reply via email to