Re: [OMPI devel] MCA_SPML_CALL call in compiled objects

2016-07-13 Thread Jeff Squyres (jsquyres)
Thanks Ben. Rainer Keller just filed a PR for this -- we'll get it in v2.0.1: https://github.com/open-mpi/ompi/pull/1867 > On Jul 12, 2016, at 12:08 AM, Ben Menadue wrote: > > Hi, > > Looks like there's a #include missing from > oshmem/shmem/fortran/shmem_put_nb_f.c. It's causing MCA_SPM

[OMPI devel] MCA_SPML_CALL call in compiled objects

2016-07-12 Thread Ben Menadue
Hi, Looks like there's a #include missing from oshmem/shmem/fortran/shmem_put_nb_f.c. It's causing MCA_SPML_CALL to show up as an undefined symbol, even though it's a macro (among other things). The #include is in shmem_get_nb_f.c but not ..._put_... Patch against master (0e433ea): $ git diff di