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

2018-08-06 Thread Grove, John W
Yes, yes, and yes. I built everything, both openmpi using icc for the C compiler, icpc for C++, and ifort for Fortran. All point to the same installation. My application is built using the installed openmpi front ends, mpicc, mpicxx, mpifort, which all report they use the intel versions. John

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,