Odd - it is building fine for me on both Mac and Linux. Is this a git mirror or 
the actual svn checkout, or a tarball?


On Feb 25, 2014, at 3:11 PM, Joshua Ladd <josh...@mellanox.com> wrote:

> Ralph, maybe something didn’t get pulled over in your OSC merge:
>  
> Looks like a few routines were removed and were not replaced or were not 
> removed from other parts of the code where they are invoked 
> inompi/mpi/c/profile/paccumulate.c
>  
> The offending change set is:  
> https://svn.open-mpi.org/trac/ompi/changeset/30816
>  
>  
>  
> make[3]: Entering directory 
> `/hpc/home/USERS/joshual/ompi_trunk/really-the-trunk/ompi/mpi/c/profile'
>   CC       paccumulate.lo
>   CC       pget.lo
>   CC       pput.lo
>   CC       pwin_create_errhandler.lo
>   CC       pwin_create_keyval.lo
> if test ! -r pwin_create_dynamic.c ; then \
>                 pname=`echo pwin_create_dynamic.c | cut -b '2-'` ; \
>                 ln -s ../../../../ompi/mpi/c/$pname pwin_create_dynamic.c ; \
>         fi
>   CC       pwin_complete.lo
>   CC       pwin_create.lo
>   CC       pwin_delete_attr.lo
> if test ! -r pwin_detach.c ; then \
>                 pname=`echo pwin_detach.c | cut -b '2-'` ; \
>                 ln -s ../../../../ompi/mpi/c/$pname pwin_detach.c ; \
>         fi
>   CC       pwin_f2c.lo
> paccumulate.c: In function 'PMPI_Accumulate':
> paccumulate.c:74: error: implicit declaration of function 
> 'ompi_win_comm_allowed'
> pget.c: In function 'PMPI_Get':
> pget.c:59: error: implicit declaration of function 'ompi_win_comm_allowed'
> pwin_complete.c: In function 'PMPI_Win_complete':
> pwin_complete.c:48: error: implicit declaration of function 
> 'ompi_win_get_mode'
> pwin_complete.c:48: error: 'OMPI_WIN_STARTED' undeclared (first use in this 
> function)
> pwin_complete.c:48: error: (Each undeclared identifier is reported only once
> pwin_complete.c:48: error: for each function it appears in.)
> make[3]: *** [paccumulate.lo] Error 1
> make[3]: *** Waiting for unfinished jobs....
> pput.c: In function 'PMPI_Put':
> pput.c:62: error: implicit declaration of function 'ompi_win_comm_allowed'
> make[3]: *** [pget.lo] Error 1
> make[3]: *** [pwin_complete.lo] Error 1
> make[3]: *** [pput.lo] Error 1
> make[3]: Leaving directory 
> `/hpc/home/USERS/joshual/ompi_trunk/really-the-trunk/ompi/mpi/c/profile'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory 
> `/hpc/home/USERS/joshual/ompi_trunk/really-the-trunk/ompi/mpi/c'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory 
> `/hpc/home/USERS/joshual/ompi_trunk/really-the-trunk/ompi'
> make: *** [all-recursive] Error 1
>  
>  
>  
> Joshua S. Ladd, PhD
> HPC Algorithms Engineer
> Mellanox Technologies
>  
> Email: josh...@mellanox.com
> Cell: +1 (865) 258 - 8898
>  
>  
> _______________________________________________
> devel mailing list
> de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/devel

Reply via email to