[OMPI users] Question about undefined routines when using mpi_f08

2018-08-02 Thread Grove, John W
I am compiling an application using openmpi 3.1.1. The application is mixed Fortran/C/C++. I am using the intel compiler on a mac pro running OS 10.13.6. When I try to use the mpi_f08 interface I get unresolved symbols at load time, specficially _mpi_f08_types_mp_ompi_comm_op_ne_,

Re: [OMPI users] Question about undefined routines when using mpi_f08

2018-08-02 Thread Jeff Squyres (jsquyres) via users
On Aug 2, 2018, at 4:40 PM, Grove, John W wrote: > > I am compiling an application using openmpi 3.1.1. The application is mixed > Fortran/C/C++. I am using the intel compiler on a mac pro running OS 10.13.6. > When I try to use the mpi_f08 interface I get unresolved symbols at load > time,